Craig Ringer
Craig Ringer
See issue #68 for details. This pull request incorporates the proposed fix for #68 as seen in the commit message for 9c4d13f, as well as an option to trace the...
## Proposal Management of cardinality is a constant issue in Prometheus. Since [prometheus has decided never to support non-string metric values](https://github.com/prometheus/prometheus/issues/2227), **users routinely attempt to associate non-numeric data with a...
The `OpentelemetryCollector` CRD currently defines a few configuration options for env-var injection from `ConfigMap` or `Secret` resources and a couple of other options. But it does not expose most of...
The collector docs don't appear to mention how to control the collector's own log verbosity. It uses Zap logging, and the k8s collector framework, so the admin may pass `--zap-log-level=debug`...
Annotations on an `OpenTelemetryCollector` resource in `mode: deployment` are propagated to the created `Deployment` object's `metadata.annotations` but not added to the `spec.template.spec.metadata.annotations` for the pods. As a result annotations to...
An auto-instrumented Pod may fail to deploy or force a scale-up because no resource `requests` or `limits` are set on the injected `initContainer`, so the namespace defaults are used. These...
When the reconciler fails to apply a manifest, there's very little the user can do to figure out exactly what the failed manifest payload was or where it came from....
It's unsafe to create files as (presumably) uid 0 (root) then `chown` them after the fact. If the script is killed midway through the process it may fail to complete...
Add docs on the custom query format to the sample query yaml file. I had to read the sources to properly understand the custom queries format, and I found the...
**What would you like to be added**: A command-line option for `kubectl port-forward` to write a list bound ports and its pid to, then daemonize itself only once successfully bound....