You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have any idea about how to see the logs/metrics/traces. I am seeing nothing at Prometheus/Grafana end points.
Please add the more details about how view these metrics with some screen shots at READMe.md file or at your documentation page
What metrics Prometheus will display for this example?
What dashboards Grafana will show for this example?
cd mesmer/example/docker
docker-compose up
cd mesmer
# build the example jar
sbt assembly
# run the example jar
java -javaagent:/Users/abc/Downloads/opentelemetry-javaagent.jar -Dotel.javaagent.extensions=/Users/abc
ddineni/Downloads/mesmer-otel-extension.jar -Dotel.javaagent.debug=false -Dotel.service.name=mesmer-example -Dotel.metric.export.interval=5000 -cp /Users/abc/Dow
nloads/mesmer/example/target/scala-2.13/mesmer-akka-example.jar example.Boot
curl -X GET http://localhost:8080/api/v1/account/a087b8b7-1951-47fb-961b-c1b97129fcfb/balance
curl -X POST http://localhost:8080/api/v1/account/a087b8b7-1951-47fb-961b-c1b97129fcfb/deposit/100
curl -X GET http://localhost:8080/api/v1/account/a087b8b7-1951-47fb-961b-c1b97129fcfb/balance
{"id":"a087b8b7-1951-47fb-961b-c1b97129fcfb","balance":100.0}
The text was updated successfully, but these errors were encountered:
I have followed the instructions at Example_ReadMe and executed the below commands.
Through the docker logs, I have figured out the Prometheus (http://0.0.0.0:9090/) and Grafana(http://0.0.0.0:3000/login) end points
I don't have any idea about how to see the logs/metrics/traces. I am seeing nothing at Prometheus/Grafana end points.
Please add the more details about how view these metrics with some screen shots at READMe.md file or at your documentation page
The text was updated successfully, but these errors were encountered: