We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce33371 commit c6008b9Copy full SHA for c6008b9
opentelemetry-sdk/src/opentelemetry/sdk/metrics/__init__.py
@@ -286,7 +286,7 @@ def create_metric(
286
)
287
288
def get_label_set(self, labels: Dict[str, str]):
289
- """See `opentelemetry.metrics.Meter.create_metric`.
+ """See `opentelemetry.metrics.Meter.get_label_set`.
290
291
This implementation encodes the labels to use as a map key.
292
opentelemetry-sdk/tests/metrics/export/test_export.py
@@ -29,7 +29,6 @@ def test_export(self):
29
"available memory",
30
"bytes",
31
int,
32
- meter,
33
("environment",),
34
35
kvp = {"environment": "staging"}
0 commit comments