Skip to content

Commit

Permalink
switched metrics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Sep 18, 2024
1 parent 9fd10f6 commit 9dca339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/fluentbit/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func MakeMetricsService(name types.NamespacedName) *corev1.Service {
"prometheus.io/scrape": "true",
"prometheus.io/port": strconv.Itoa(ports.HTTP),
"prometheus.io/scheme": "http",
"prometheus.io/path": "/api/v1/metrics/prometheus",
"prometheus.io/path": "/api/v2/metrics/prometheus",
},
},
Spec: corev1.ServiceSpec{
Expand Down

0 comments on commit 9dca339

Please sign in to comment.