Replies: 2 comments 2 replies
-
Try to add
|
Beta Was this translation helpful? Give feedback.
2 replies
-
we could see only below metrics from datadog And the extension jar version is mesmer-otel-extension_2.13-0.7.0. Do you want me to try with any specific version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have written simple akka application in scala with a scheduled actor calling another actor for every 5 minutes. We have deployed this application in aws. Currently we are using datadog to check the logs and metrics details. Looking for some help, what we are missing to get the mesmer metrics
Added below dependencies in pom
io.opentelemetry.javaagent
opentelemetry-javaagent
${opentelemetry-javaagent.version}
io.scalac
mesmer-otel-extension_${scala.binary.version}
${mesmer-akka.version}
io.scalac
mesmer-akka-extension_${scala.binary.version}
${mesmer-akka.version}
io.opentelemetry
opentelemetry-exporter-otlp
1.13.0
io.opentelemetry
opentelemetry-sdk-extension-autoconfigure
1.13.0-alpha
This the vm args
"RuntimeParameters": "-javaagent:/opt/opentelemetry-javaagent-1.18.0.jar -Dotel.exporter.otlp.endpoint=http://127.0.0.1:4317 -Dotel.metric.export.interval=10000 -Dotel.service.name=mesmer-example -Dotel.metrics.exporter=otlp -Dotel.javaagent.extensions=/opt/mesmer-otel-extension_2.13-0.7.0.jar -Xlog:gc*=warning -Dio.scalac.mesmer.module.akkapersistence.recovery.time=false"
And we have this file added
https://github.com/ScalaConsultants/mesmer/blob/main/extension/src/main/resources/reference.conf
Beta Was this translation helpful? Give feedback.
All reactions