19 lines
356 B
YAML
19 lines
356 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: mastodon
|
|
namespace: mastodon
|
|
labels:
|
|
team: core
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: mastodon
|
|
endpoints:
|
|
- port: streaming
|
|
path: /metrics
|
|
- port: web-metrics
|
|
path: /metrics
|
|
- port: sidekiq-metrics
|
|
path: /metrics
|