Skip to content

Instantly share code, notes, and snippets.

@mateobur
Created February 19, 2018 19:50
Show Gist options
  • Save mateobur/58d9d5cbd0ac2b20d6b34555e4a34476 to your computer and use it in GitHub Desktop.
Save mateobur/58d9d5cbd0ac2b20d6b34555e4a34476 to your computer and use it in GitHub Desktop.
Custom Metrics Kubernetes Sysdig
- name: custom-metrics-server
image: mateobur/custom-metrics-adapter:latest
args:
- --deploymentname=flask
- --servicename=flask
- --kubernetesnamespace=default
- --targetmetric=net.http.request.count
- --metrics-relist-interval=30s
- --v=10
- --logtostderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment