We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8edc0c commit 4cd07e1Copy full SHA for 4cd07e1
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## Unreleased
4
5
- Enable custom exporters
6
- ([#XXX](https://github.com/microsoft/ApplicationInsights-Python/pull/XXX))
+ ([#288](https://github.com/microsoft/ApplicationInsights-Python/pull/288))
7
- Update samples
8
([#281](https://github.com/microsoft/ApplicationInsights-Python/pull/281))
9
azure-monitor-opentelemetry/samples/metrics/attributes.py
@@ -20,6 +20,7 @@
20
# Counter
21
counter = meter.create_counter("attr1_counter")
22
counter.add(1, attribute_set1)
23
+
24
# Counter2
25
counter2 = meter.create_counter("attr2_counter")
26
counter2.add(10, attribute_set1)
0 commit comments