Skip to content

Commit

Permalink
Update breaking-changes.md for googlecloudmonitoring/point_count self…
Browse files Browse the repository at this point in the history
… observability (#277)
  • Loading branch information
aabmass authored Jan 11, 2022
1 parent c8ade02 commit 2a6ba85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions exporter/collector/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ The old exporter relied on upstream conversion of OTLP Summary into Gauge and
Cumulative points. The new exporter performs this conversion itself, which
means summary metric descriptors will include label description for `percentile`
labels.

## Self Observability Metrics

For each OTLP Summary metric point, the old exporter would add 1 to the
`googlecloudmonitoring/point_count` self-observability counter. For a Summary point with N
percentile values, the new exporter will add `N + 2` (one for each percentile timeseries, one
for count, and one for sum) to the counter.

0 comments on commit 2a6ba85

Please sign in to comment.