Skip to content

Commit 4cd07e1

Browse files
committed
Changelog
1 parent c8edc0c commit 4cd07e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
- Enable custom exporters
6-
([#XXX](https://github.com/microsoft/ApplicationInsights-Python/pull/XXX))
6+
([#288](https://github.com/microsoft/ApplicationInsights-Python/pull/288))
77
- Update samples
88
([#281](https://github.com/microsoft/ApplicationInsights-Python/pull/281))
99

azure-monitor-opentelemetry/samples/metrics/attributes.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# Counter
2121
counter = meter.create_counter("attr1_counter")
2222
counter.add(1, attribute_set1)
23+
2324
# Counter2
2425
counter2 = meter.create_counter("attr2_counter")
2526
counter2.add(10, attribute_set1)

0 commit comments

Comments
 (0)