From 8a9d085f05b04a2585390c1398f76c388cbcff0e Mon Sep 17 00:00:00 2001 From: sanjaypujare Date: Mon, 9 Jan 2023 04:28:22 -0800 Subject: [PATCH] Update meter.h (#1907) Fix typo: replace Counter with Gauge (most likely a copy-paste error) --- api/include/opentelemetry/metrics/meter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/include/opentelemetry/metrics/meter.h b/api/include/opentelemetry/metrics/meter.h index 17cc0db338..877453884a 100644 --- a/api/include/opentelemetry/metrics/meter.h +++ b/api/include/opentelemetry/metrics/meter.h @@ -84,7 +84,7 @@ class Meter /** * Creates a Asynchronouse (Observable) Gauge with the passed characteristics and returns a - * shared_ptr to that Observable Counter + * shared_ptr to that Observable Gauge * * @param name the name of the new Observable Gauge. * @param description a brief description of what the Observable Gauge is used for.