Skip to content

Instantly share code, notes, and snippets.

@masroorhasan
Last active March 17, 2019 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masroorhasan/15936ea1bcc6b5916938e2a434aa6231 to your computer and use it in GitHub Desktop.
Save masroorhasan/15936ea1bcc6b5916938e2a434aa6231 to your computer and use it in GitHub Desktop.
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: ml-serving
namespace: default
labels:
infra: monitoring
spec:
selector:
matchLabels:
infra: monitoring
targetLabels:
- infra
endpoints:
- port: metrics
interval: 10s
namespaceSelector:
matchNames:
- default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment