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
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