Skip to content
Merged

Fix typo #46815

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
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/observability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Telemetry contains data about the internal state of the system and can be split
* *Logging*, classical local or distributed logs
* *Metrics*, metrics calculated in each Quarkus application instance
* *Tracing*, distributed tracing across applications
* *Profiling*, to analize and monitor the application's performance, resource usage, and runtime behavior
* *Profiling*, to analyze and monitor the application's performance, resource usage, and runtime behavior
* *Events*, the most generic signal. It's a representation of something significant happening during the execution of a program.

== Guidelines
Expand Down Expand Up @@ -146,4 +146,4 @@ The OpenTelemetry profiling signal, still under development, might be available

== See telemetry

The xref:observability-devservices-lgtm.adoc[Grafana LGTM Dev Service] extension is available to visualize the telemetry data for logs, metrics and traces in Grafana.
The xref:observability-devservices-lgtm.adoc[Grafana LGTM Dev Service] extension is available to visualize the telemetry data for logs, metrics and traces in Grafana.
Loading