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 59ef445 commit 6734521Copy full SHA for 6734521
scaletest/terraform/prometheus.tf
@@ -117,19 +117,6 @@ spec:
117
podMetricsEndpoints:
118
- port: prometheus-http
119
interval: 30s
120
----
121
-apiVersion: monitoring.coreos.com/v1
122
-kind: PodMonitor
123
-metadata:
124
- namespace: ${kubernetes_namespace.coder_namespace.metadata.0.name}
125
- name: coder-workspacetraffic-monitoring
126
-spec:
127
- selector:
128
- matchLabels:
129
- app.kubernetes.io/name: coder-scaletest-workspace-traffic
130
- podMetricsEndpoints:
131
- - port: prometheus-http
132
- interval: 15s
133
EOF
134
}
135
0 commit comments