Skip to content

Commit

Permalink
Fix otlp histogram doc inconsistencies (#5471)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenin-jaganathan authored Sep 10, 2024
1 parent 9917c67 commit 1d438dd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/modules/ROOT/pages/implementations/otlp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,12 @@ The following table maps OTLP data points and the Micrometer meters:
|Gauge
|Gauge, TimeGauge, MultiGauge

|Histogram/Exponential Histogram^*^
|Histogram
|Timer, DistributionSummary, LongTaskTimer, FunctionTimer (only sum and count are set)

|Exponential Histogram^*^
|Timer, DistributionSummary

|Summary
|Timer, DistributionSummary, LongTaskTimer
|===
Expand All @@ -111,10 +114,13 @@ Micrometer `Timer` and `DistributionSummary` support configuring xref:/concepts/
| publishPercentileHistogram
| Histogram/Exponential Histogram ^*^

| publishPercentiles and publishPercentileHistogram
| Histogram/Exponential Histogram ^*^

| serviceLevelObjectives
| Histogram

| publishPercentiles and (publishPercentileHistogram/serviceLevelObjectives)
| publishPercentiles and serviceLevelObjectives
| Histogram
|===
__* The configuration `histogramFlavor` determines whether the OTLP DataPoint is a Histogram/Exponential Histogram.__
Expand Down

0 comments on commit 1d438dd

Please sign in to comment.