Hello,
Does Elastic APM support Quarkus?
Grtz
Willem
Hello,
Does Elastic APM support Quarkus?
Grtz
Willem
Hello @willemdh
You have a turnkey integration of Elastic with Quarkus using the Quarkus OpenTelemetry integration combined with the out of the box native support of the OpenTelemetry Protocol provided by Elastic APM Server.
Add the Quarkus OpenTelemetry integration executing
./mvnw quarkus:add-extension -Dextensions="opentelemetry-otlp-exporter"
Your Quarkus OpenTelemetry configuration will look like
quarkus.application.name=myservice
...
quarkus.opentelemetry.tracer.exporter.otlp.endpoint=http://elastic-apm-server.example.com:8200
quarkus.opentelemetry.tracer.exporter.otlp.headers=Authorization=Bearer my_elastic_apm_secret_token
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.