Bartlomiej Plotka
Bartlomiej Plotka
### Proposal I heard from some users & customers that they would like to have some Prometheus interactive UI for building recording and alerting rules, with hints, suggestions, previews and...
### Proposal Just wanted to put this out there as we have some students/potential mentees looking for advanced projects/Master thesis ideas. No harm in experimenting here on something potentially impactful...
Hi! The [GMP product got hit by the case](https://github.com/GoogleCloudPlatform/prometheus-engine/pull/1021) where calls to metadata server were hanging "forever" (GKE sandbox with disabled metadata server). Thanks to recent work in this library,...
Document the bridge that allows for client_golang instrumented code to push with OpenTelemetry OTLP
Thanks to amazing community behind OpenTelemetry Go SDK (special kudos to @dashpole), users of client_golang can optionally import a new Go module, a special bridge [[1]](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/prometheus)[[2]](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/bridges/prometheus) and push data from...
I think https://github.com/prometheus/client_golang/security/dependabot works great, but it's easy to forget we might have NOT released those patches on the latest release. Let's make sure we are notified/dependabot ports patches. See...
This is fine on managed GMP, because we have a different flow there. Using manifests/* from main leads to: ``` {"error":"create temporary certificate dir: mkdir /tmp/operator-cert2628617008: read-only file system" ```
We got one Cx getting error from the CMP: `One or more TimeSeries could not be written: Field timeSeries[0].points[0].distributionValue had an invalid value: Distribution |explicit_buckets.bounds| entry 1 has a value...
See https://github.com/prometheus/docs/pull/2462/files#r1597289840
### Proposal We constantly forget to do `go mod vendor`, no CI check for this?