Path: blob/main/dev/preview/workflow/config/monitoring-satellite.yaml
2500 views
namespace: monitoring-satellite1tracing:2install: true3honeycombAPIKey: ${HONEYCOMB_API_KEY}4honeycombDataset: preview-environments5extraSpanAttributes:6preview.name: ${PREVIEW_NAME}7certmanager:8installServiceMonitors: true9namespace: cert-manager10pyrra:11install: true12prometheus:13externalLabels:14cluster: ${PREVIEW_NAME}15environment: preview-environments16resources:17requests:18cpu: 50m19memory: 200Mi20remoteWrite:21- username: ${PROM_REMOTE_WRITE_USER}22password: ${PROM_REMOTE_WRITE_PASSWORD}23url: "https://victoriametrics.gitpod.io/api/v1/write"24writeRelabelConfigs:25- action: keep26regex: "rest_client_requests_total.*|http_prober_.*"27separator: ";"28sourceLabels:29- __name__30- job31imports:32yaml:33- gitURL: https://github.com/gitpod-io/observability34path: monitoring-satellite/manifests/kube-prometheus-rules35- gitURL: https://github.com/gitpod-io/observability36path: monitoring-satellite/manifests/grafana37- gitURL: https://github.com/gitpod-io/observability38path: monitoring-satellite/manifests/probers39- gitURL: https://github.com/gitpod-io/observability40path: monitoring-satellite/manifests/crds41- path: ${WORKSPACE_ROOT}/operations/observability/mixins/workspace/rules/central42- path: ${WORKSPACE_ROOT}/operations/observability/mixins/workspace/rules/satellite43- path: ${WORKSPACE_ROOT}/operations/observability/mixins/meta/rules44- path: ${WORKSPACE_ROOT}/operations/observability/mixins/IDE/rules454647