Skip to content

Commit

Permalink
Bump state metrics to v0.7.0 with probe support (#1078)
Browse files Browse the repository at this point in the history
Signed-off-by: David Martin <[email protected]>
  • Loading branch information
david-martin authored Dec 19, 2024
1 parent 8f8fdf8 commit ad4a4a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/install/configure/observability/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/Kuadrant/gateway-api-state-metrics/config/kuadrant?ref=0.6.0
- github.com/Kuadrant/gateway-api-state-metrics/config/kuadrant?ref=0.7.0
- ../../../observability/openshift/
- ../../../observability/prometheus/monitors/
2 changes: 1 addition & 1 deletion config/observability/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

resources:
- github.com/prometheus-operator/kube-prometheus?ref=release-0.13
- github.com/Kuadrant/gateway-api-state-metrics/config/kuadrant?ref=0.6.0
- github.com/Kuadrant/gateway-api-state-metrics/config/kuadrant?ref=0.7.0
# We're using the additionalScrapeConfigs field of the Prometheus CR
# here to read existing prometheus scrape annotations on pods.
# Ideally this would be done via another PodMonitor or ServicMonitor,
Expand Down
2 changes: 1 addition & 1 deletion doc/install/install-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ To scrape these additional metrics, you can install a `kube-state-metrics` insta

```bash
kubectl apply -f https://raw.githubusercontent.com/Kuadrant/kuadrant-operator/main/config/observability/openshift/kube-state-metrics.yaml
kubectl apply -k https://github.com/Kuadrant/gateway-api-state-metrics/config/kuadrant?ref=0.6.0
kubectl apply -k https://github.com/Kuadrant/gateway-api-state-metrics/config/kuadrant?ref=0.7.0
```

To enable request metrics in Istio and scrape them, create the following resource:
Expand Down

0 comments on commit ad4a4a8

Please sign in to comment.