Skip to content

Commit

Permalink
Fix typo in observability BBE
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu-nw authored Sep 19, 2024
1 parent 34561e5 commit 844121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gauge-metrics/gauge_metrics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gauge-based metrics

Ballerina supports Observability out of the box and Metrics is one of the three important aspects of the bservability. To observe Ballerina code, the build time flag `--observability-included` should be given along with the `Config.toml` file when starting the service. The `Config.toml` file contains the required runtime configurations related to observability.
Ballerina supports Observability out of the box and Metrics is one of the three important aspects of the observability. To observe Ballerina code, the build time flag `--observability-included` should be given along with the `Config.toml` file when starting the service. The `Config.toml` file contains the required runtime configurations related to observability.

The developers can define and use metrics to measure their own logic. A gauge is one type of the metrics that is supported by default in Ballerina, and it represents a single numerical value that can arbitrarily go up and down, and also based on the statistics configurations provided to the Gauge, it can also report the statistics such as max, min, mean, percentiles, etc.

Expand Down

0 comments on commit 844121d

Please sign in to comment.