Open Telemetry #735
Closed
muneernet
announced in
Community Discussions
Replies: 1 comment 1 reply
-
|
Use this exporter: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol And configure CC: @open-telemetry/dotnet-approvers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a .net core application hosted on http://localhost:789/Weatherservice now i want to configure open telemetric collector agent to this . Could you let me know what to configure in yaml file attaching in the thread . do i need to configure in reciver section
receivers:
jaeger:
protocols:
thrift_http:
endpoint: "0.0.0.0:14268"
otlp:
protocols:
grpc: # on port 55680
http: http://localhost:789/Weatherservice
collector yam;.txt
Any help highly appreciable
Beta Was this translation helpful? Give feedback.
All reactions