Ask Your Question
2

What is the relationship between Quarkus, OpenTelemetry and the Local Agent?

asked 2021-06-07 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2022-08-02 00:00:00 +0000

scrum gravatar image

Quarkus is a Java framework for building cloud-native applications. OpenTelemetry is a set of open-source observability tools for collecting, processing, and exporting telemetry data from distributed systems. The Local Agent is a component of OpenTelemetry that runs on the same host as the application and collects telemetry data from the application’s instrumentation.

The relationship between Quarkus, OpenTelemetry, and the Local Agent is that Quarkus supports instrumentation with OpenTelemetry, allowing developers to easily integrate OpenTelemetry tools into their Quarkus applications. The Local Agent is used to collect telemetry data from the application’s instrumentation in order to provide observability into the application’s performance, behavior, and health. Using OpenTelemetry with Quarkus and the Local Agent makes it easier for developers to monitor and debug their applications in production environments.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-06-07 11:00:00 +0000

Seen: 12 times

Last updated: Aug 02 '22