You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let scope = InstrumentationScope::builder(name).build();
179
172
self.meter_with_scope(scope)
180
173
}
@@ -184,6 +177,10 @@ impl MeterProvider for SdkMeterProvider {
184
177
returnMeter::new(Arc::new(NoopMeter::new()));
185
178
}
186
179
180
+
if scope.name().is_empty(){
181
+
otel_info!(name:"MeterNameEmpty", message = "Meter name is empty; consider providing a meaningful name. Meter will function normally and the provided name will be used as-is.");
0 commit comments