Skip to content

Commit

Permalink
Doc: Update Micrometer notes (#3853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahacek authored Oct 30, 2024
1 parent a4b9860 commit 462f42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/metrics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ For example, `DistributionSummary.builder("order").register(...).record(orderPri
* When using `CountingMode.CUMULATIVE`, you can use TSVB's "Positive Rate" aggregation to convert the counter to a rate.
But you have to remember to group by a combination of dimensions that uniquely identify the time series.
This may be a combination of `host.name` and `service.name`, or the `kubernetes.pod.id`.
* Micrometer metrics can be disabled by using the <<config-disable-instrumentations, `disable_instrumentations`>> setting.


[float]
Expand Down

0 comments on commit 462f42f

Please sign in to comment.