Unable to export traces to Jaeger .NET 7 #5998
Labels
bug
Something isn't working
needs-triage
New issues which have not been classified or triaged by a community member
pkg:OpenTelemetry
Issues related to OpenTelemetry NuGet package
Package
OpenTelemetry
Package Version
Runtime Version
net7.0
Description
Description
I'm trying to export my service traces to Jaeger locally. Currently, I'm running my Jaeger docker container and my service locally on port
5007
.Steps to Reproduce
What I've Done So Far
.yml
anddocker ps
AddOtlpExporter
but still unable to get them to show up, I'm not sure If I'm doing theAddOtlpExporter
correctly.Expected Result
Expected
I'm trying to hit HTTP request locally to my service in the hopes to see traces show up via:
localhost:16686
Actual Result
No traces were exported.
Additional Context
Here are code snippets:
Startup.cs:
docker-compose:
The text was updated successfully, but these errors were encountered: