This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maze traversal | |
## Exercise | |
Given the following maze, represented as a two-dimensional array of 0s (paths) and 1s (walls), use the language of your choice to solve the maze by traversing it. | |
```py | |
maze = [ [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
receivers: | |
hostmetrics: | |
scrapers: | |
nfs: | |
exporters: | |
debug: | |
verbosity: detailed | |
service: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Config: https://gist.github.com/johnleslie/3efd30adacc26ec21a432cedb5361ce0 | |
Ran with: otelcol-contrib --config otel-config.yaml | |
2025-10-03T22:49:21.751Z info service@v0.136.1-0.20250925151503-069408608b28/service.go:222 Starting otelcontribcol... {"resource": {"service.instance.id": "d941c9f3-28a3-4c81-92c6-e367db490be6", "service.name": "otelcontribcol", "service.version": "0.136.0-dev"}, "Version": "0.136.0-dev", "NumCPU": 24} | |
2025-10-03T22:49:21.751Z info extensions/extensions.go:41 Starting extensions... {"resource": {"service.instance.id": "d941c9f3-28a3-4c81-92c6-e367db490be6", "service.name": "otelcontribcol", "service.version": "0.136.0-dev"}} | |
2025-10-03T22:49:21.751Z info service@v0.136.1-0.20250925151503-069408608b28/service.go:245 Everything is ready. Begin running and processing data. {"resource": {"service.instance.id": "d941c9f3-28a3-4c81-92c6-e367db490be6", "service.name": "otelcontribcol", "service.version": "0.136.0-dev"}} | |
2025-10-03T22:49:22.753Z info Metrics {"resource": {"service.instance |