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 484f475 commit a4d052dCopy full SHA for a4d052d
hub/hub_base.go
@@ -551,7 +551,7 @@ func (h *hubBase) initialiseTelemetry() error {
551
h.telemetryShutdownFunc = shutdownTelemetry
552
553
hydrateCalls, err := otel.GetMeterProvider().Meter(FdwName).Int64Counter(
554
- fmt.Sprintf("%s/hydrate_calls_total", FdwName),
+ fmt.Sprintf("%s-hydrate_calls_total", FdwName),
555
metric.WithDescription("The total number of hydrate calls"),
556
)
557
if err != nil {
0 commit comments