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 f32b608 commit 15542d1Copy full SHA for 15542d1
internal/handlers/handler_update_graph.go
@@ -63,7 +63,7 @@ func handleUpdate(registry sources.Registry, fn func(source string, body io.Read
63
With(promLabels).
64
Inc()
65
66
- metrics.LastSuccessfulDatasourceUpdateTime.
+ metrics.LastSuccessfulDatasourceUpdateTimestampGauge.
67
With(prometheus.Labels{"source": source}).
68
Set(float64(time.Now().Unix()))
69
}
0 commit comments