Murphy Chen
Murphy Chen
## kube audit log mount path can we mount the audit log into this dir `/var/log/kubernetes/audit/` which same as [kubernetes official docs](https://kubernetes.io/docs/tasks/debug/debug-cluster/audit/#log-backend)
support costum default pod label for istio injection case
since this PR #258 make gocloak hardcode with opentracing, It can't propagate other trace context like OTLP, can we make it more flexible?initially we can make trace integration configurable.
**Description:** resolve: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32018 **Link to tracking Issue:** fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32018 **Testing:** add a unit test to verify this bug fixed **Documentation:**
This PR is auto create by a version bump up script, if there are other PRs create by the scripts, please approve the oldest one.
#### Description I have a use case, I define an attribute and try to use it in `telemetry.metric` however I encounter an error: `unused attributes: [xxx]` So, I push this...
**Describe the bug** The below metadata.yaml will encounter an error `unused attributes: [unused_attr used_attr]`: ```yaml type: metricreceiver sem_conv_version: 1.9.0 status: class: receiver stability: development: [logs] beta: [traces] stable: [metrics] attributes:...
We need to present more useful hardware environments about the benchmark runner, like `cat /proc/cpuinfo`, in [Equinix bare metal](https://github.com/open-telemetry/community/blob/main/assets.md#equinix-bare-metal). If possible, we can add those hardware environments to the benchmark...
**Description:** I found the servicegraph histogram metrics missing unit. This PR will add a proper unit to metrics like [spanmetrics connector does.]( metric.SetUnit(p.config.Histogram.Unit.String())) **Link to tracking Issue:** **Testing:** **Documentation:**