-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new to mixins #15
Comments
tagging @kskewes @christosarvanitis @benclapp |
This mixin outputs Prometheus Operator CRD's so your setup should support them. Are you using this helm chart?: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack The mixin's from that talk and that this project is based on use Can you please try following the steps here: https://github.com/uneeq-oss/spinnaker-mixin#using-the-mixin-as-raw-json-and-yaml-files and then If this works out it would be great to update the You can also find us Spinnaker monitoring folk in the |
@kskewes-sf
|
Sorry I had missed https://github.com/jsonnet-bundler/jsonnet-bundler from the install steps. Could you please follow changes #16 and see if the jsonnet files render for you? |
Hi,
I'm new to mixins. I went over the talk at https://promcon.io/2018-munich/talks/prometheus-monitoring-mixins/.
We have kube-prometheus deployed in k8s using helm and spinnaker deployed to a diff k8s using hal - and we have lots of service monitors, prometheus rules, alerts, graf dashes etc installed in our k8s.
We have already created the SMs to scrape spinnaker and we see the targets in prometheus, Also we installed jsonnet, jsonnetfmt, jb and cloned this github project. We now want to create grafana dashes, prometheus rules and alerts and we can directly do kubectl apply on to create those in our k8s. How do I achieve this using this github project ?
Thanks
The text was updated successfully, but these errors were encountered: