Replies: 1 comment 3 replies
-
You need to ensure OTel Collector is running and listening to the above port. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi,
I am trying Open telemetry with a very limited knowledge. I am writing a very simple Web API in windows and want to integrate this with OtlpExporter for publishing metrics. I verified this using console, however I am not able to export the metrics using OLTP exporter.
Sample code used:
When I run this I have HTTP exceptions for obvious reasons as the endpoint for my exporter is not recognized/reachable. I am not using any docker or any other container for containerization.
How can I expose this metrics to a local HTTP endpoint?
Do I need to install and setup a collector as from here.
My intention is to setup this endpoint where app will publish data and another exporter can then pull metrics from here. I do not intend to specify Prometheus or other exporter here directly.
Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions