Skip to content

Commit 2d415a9

Browse files
authored
Merge pull request #101007 from vishweshbankwar/patch-1
Update opentelemetry-enable.md
2 parents f9e2d69 + 7028777 commit 2d415a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -971,10 +971,10 @@ The following table shows the recommended [aggregation types](../essentials/metr
971971
|------------------------------------------------------|------------------------------------------------------------|
972972
| Counter | Sum |
973973
| Asynchronous Counter | Sum |
974-
| Histogram | Average, Sum, Count (Max, Min for Python and Node.js only) |
974+
| Histogram | Min, Max, Average, Sum and Count |
975975
| Asynchronous Gauge | Average |
976-
| UpDownCounter (Python and Node.js only) | Sum |
977-
| Asynchronous UpDownCounter (Python and Node.js only) | Sum |
976+
| UpDownCounter | Sum |
977+
| Asynchronous UpDownCounter | Sum |
978978

979979
> [!CAUTION]
980980
> Aggregation types beyond what's shown in the table typically aren't meaningful.

0 commit comments

Comments
 (0)