Getting following error while gathering metrics from multiple services #6763
Replies: 1 comment 3 replies
-
Exception :-
|
Beta Was this translation helpful? Give feedback.
-
Exception :-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When I started two services the exporter failed to gather metrics.
command line:-
-javaagent:"C:\Workspace\api\Service\opentelemetry-javaagent.jar" -Dotel.metrics.exporter=otlp -Dotel.exporter.otlp.metrics.endpoint=http://localhost:4317 -Dotel.traces.exporter=zipkin -Dotel.metrics.exemplar.filter=none -Dotel.service.name=admin_service
-javaagent:"C:\Workspace\MVIS_2.0\mvis\cm\api\ConnectionManagerService\opentelemetry-javaagent.jar" -Dotel.metrics.exporter=otlp -Dotel.exporter.otlp.metrics.endpoint=http://localhost:4317 -Dotel.traces.exporter=zipkin -Dotel.metrics.exemplar.filter=none -Dotel.service.name=cm_service
Initially, I'm getting metrics from both the services when I hit API of cm_service it throws an exception.
Beta Was this translation helpful? Give feedback.
All reactions