polly
polly copied to clipboard
Parameterized Observability Packages
- https://groups.google.com/g/mixins/c/q8B-nWgfO24 - found on page https://pollypkg.github.io/polly/about/ - https://pollypkg.github.io/lifecycle/ - found on page https://pollypkg.github.io/polly/ - https://pollypkg.github.io/vision/ - found on page https://pollypkg.github.io/polly/ - https://pollypkg.github.io/contrib/ - found on page found on page...
I believe it would help with adoption in new projects if we could somehow import existing jsonnet mixins as a polly pkg. I hit this issue when rewriting parts of...
Rather large PR implementing a (very basic) interactive editing flow. Usage: ```bash # run Grafana locally $ docker run -p 3000:3000 grafana/grafana $ export GRAFANA_URL=http://localhost:3000 $ export GRAFANA_TOKEN= # start...
To get to the point where we can make minimal use of polly, we absolutely have to have sufficiently mature schema for all of our key object types. Prometheus is...
While playing around with converting [node_exporter mixin](https://github.com/prometheus/node_exporter/tree/master/docs/node-mixin) to pollypkg I found a limitation of the current polly alerts schema - there cannot be a duplicate alert with different severity. For...
Starting with the Go CUE SDK is pretty intimidating. I've done it a few times already. To help bridge that gap for others/start bridging the gap between polly and other...
The docs site doesn't provide links to the meeting notes, community calendar, etc., which is hindering organic discovery and participation difficult. Let's fix that!
In today's community hack session, i started working on converting the node exporter mixin. Most of the the [config](https://github.com/prometheus/node_exporter/blob/master/docs/node-mixin/config.libsonnet) there is basically creating a framework for letting the user decide...
@mhausenblas suggested that the docs site would benefit from having some standard docs explaining the examples we create. An excellent idea! Creating this issue for him as a TODO to...
#22 proposes the creation of a simple CLI tool which can validate a pop. It would also likely be worth having a subcommand to strip out certain values - e.g.,...