OpenTelemetry collector
thangchung opened this issue · 1 comments
thangchung commented
- Sample for .NET: https://github.dev/open-telemetry/opentelemetry-dotnet/tree/98cb28974af43fc893ab80a8cead6e2d4163e144/examples/AspNetCore
- Instrument for MassTransit: https://github.dev/open-telemetry/opentelemetry-dotnet-contrib/tree/main/test/OpenTelemetry.Instrumentation.MassTransit.Tests
- Open Telemetry Collector: https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter
- Serilog with Otel. Is it a good approach? See serilog/serilog#1577
thangchung commented
- Docs for using
otel-collector
: https://opentelemetry.io/docs/collector/getting-started/ - Samples to run on
nomad
and expose to the public using Traefik can be found: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/examples/nomad- Original samples on
docker-compose
: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/examples/demo - Example which is converted into
nomad
can be found at: https://github.com/hashicorp/nomad-open-telemetry-getting-started/blob/main/examples/nomad/otel-demo.nomad
- Original samples on