Skip to content

Commit 15542d1

Browse files
committed
Fix compilation.
1 parent f32b608 commit 15542d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/handlers/handler_update_graph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func handleUpdate(registry sources.Registry, fn func(source string, body io.Read
6363
With(promLabels).
6464
Inc()
6565

66-
metrics.LastSuccessfulDatasourceUpdateTime.
66+
metrics.LastSuccessfulDatasourceUpdateTimestampGauge.
6767
With(prometheus.Labels{"source": source}).
6868
Set(float64(time.Now().Unix()))
6969
}

0 commit comments

Comments
 (0)