Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/tools/observability/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The Agent is based on the OpenTelemetry standard and is packaged as a `.jar` fil
[IMPORTANT]
The Agent cannot be used as a dependency. It must be downloaded separately.

link:https://repo1.maven.org/maven2/com/vaadin/observability-kit-agent/2.2.1/observability-kit-agent-2.2.1.jar[Download Observability Kit Agent, role="button secondary water"]
link:https://repo1.maven.org/maven2/com/vaadin/observability-kit-agent/3.2.0/observability-kit-agent-3.2.0.jar[Download Observability Kit Agent, role="button secondary water"]

Once the Agent has finished downloading to the project directory, it needs to be configured to export telemetry to one or more observability tools. In this guide, traces are exported to Jaeger; metrics are sent to Prometheus. To do this, create an [filename]`agent.properties` file in the project directory with the following content:

Expand Down
Loading