https://github.com/pellared/opentelemetry-dotnet-instrumentation-env
OpenTelemetry .NET Instrumentation Dev Environment
https://github.com/pellared/opentelemetry-dotnet-instrumentation-env
Last synced: about 1 year ago
JSON representation
OpenTelemetry .NET Instrumentation Dev Environment
- Host: GitHub
- URL: https://github.com/pellared/opentelemetry-dotnet-instrumentation-env
- Owner: pellared
- Created: 2021-03-02T14:10:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T13:09:41.000Z (over 5 years ago)
- Last Synced: 2025-02-08T21:29:32.182Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenTelemetry .NET Instrumentation Dev Environment
Run `export $(THIS-DIR)/export-profiler-env-vars.sh` in the console where you want to run the .NET instrumented apps. It may be useful to add a shell alias for this.
Run `docker-compose up` to run OTel Collector and Jaeger. You should see trace logs in OTel Collector output.
Navigate to http://localhost:8889/metrics. You should see metrics.
Navigate to http://localhost:16686/search. You should be see traces.
Navigate to http://localhost:13133/. You should be returned JSON with the health of the collector.