Skip to content

Commit

Permalink
Add review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Maryam Ziyad <maryamziyadm@gmail.com>
  • Loading branch information
tharindu-nw and MaryamZi authored Sep 19, 2024
1 parent 0f3280b commit 851d7a8
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 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.
Ballerina supports observability out of the box and metrics is one of the three key components of 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 should contain 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 851d7a8

Please sign in to comment.