prometheus-playground
prometheus-playground copied to clipboard
Turnkey sandbox projects demonstrating a wide variety of Prometheus use cases
Fixes the issue caused by expired certs when building the image: ``` # cd .; git clone https://gopkg.in/yaml.v2 /go/src/gopkg.in/yaml.v2 Cloning into '/go/src/gopkg.in/yaml.v2'... fatal: unable to access 'https://gopkg.in/yaml.v2/': SSL certificate problem:...
v0.32.0 outputs the following error: ``` cadvisor.go:146] Failed to create a Container Manager: mountpoint for cpu not found ```
Prometheus provides the ability to replicate locally stored data to [remote storage](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage). This helps solving the following issues: - Global query view, when you want running a query over data...
Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.0.0-20180713201052-bcbbc08eb2dd to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.0.0-20180713201052-bcbbc08eb2dd to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.8.0 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
I'm going through all of prometheus-community/ and adding an issue to create a MAINTAINERS.md where it's missing. Ideally model it on https://github.com/prometheus/prometheus/blob/main/MAINTAINERS.md with a split between general mantainers and subsystem...