jsonnet-libs
jsonnet-libs copied to clipboard
Grafana Labs' Jsonnet libraries
This PR is to add Apache Camel 3 dashboards as a Grafana Integration. The dashboard is based on metrics generated by the Micrometer Prometheus instrumentation that is standard across all...
Remove "intervalFactor: 2", which corresponded to "Resolution 1/2" in the Grafana UI. This feature has now been dropped from the UI, and I can't see why were ever using it...
Consider this diff: ```diff diff --git a/ksonnet-util/util.libsonnet b/ksonnet-util/util.libsonnet index a151e8a..683eafc 100644 --- a/ksonnet-util/util.libsonnet +++ b/ksonnet-util/util.libsonnet @@ -225,8 +225,7 @@ local util(k) = { ]), manifestYaml(value):: ( - local f =...
Hi, i am currently trying to deploy helm-charts with `helm.template`, but seem to be struggling with importing the values from a file. E.g. in `environments/xy/values.yaml`. Is this somehow supported? I...
During our teams migration to memberlist we missed a few configuration bits because of the split of configuration across files and also across repos. This PR is the first step...
The mixin previously filtered the metrics to only match those with a handler=reverse_proxy label. This would exclude direct file_server access, and presumably others as well.
Make job template var multi-select Aggregate server queries by instance Use `$__rate_interval throughout`
Anyone opposed to changing the default branch to `main`? Per https://github.com/github/renaming
It was discovered that encoded characters such as `%20` were converted through the proxy engine, resulting in 400 "bad request." This would affect urls such as: e.g., `baseurl.com/server_name/resource%20with%20space` The previous...