...
1apiVersion: monitoring.coreos.com/v1
2kind: ServiceMonitor
3metadata:
4 name: authserver-monitoring
5 namespace: authserver
6 annotations:
7 monitoring.edge.ncr.com/allowed-metrics: |
8 auth_request_total
9 auth_query_total
10 auth_slow_request_total
11 auth_query_duration
12 auth_query_duration_count
13 auth_query_duration_sum
14 auth_query_duration_bucket
15spec:
16 selector:
17 matchLabels:
18 app: authserver
19 endpoints:
20 - port: http
21 path: /metrics
22 scheme: http
View as plain text