Tyler Helmuth
Tyler Helmuth
### Component(s) instrumentation ### Describe the issue you're reporting [The HTTP semantic conventions are now stable](https://opentelemetry.io/blog/2023/http-conventions-declared-stable/) and they bring lots of impactful breaking changes. As OTel languages take the stable...
[autoinstrumentation, collector] Improve Auto Instrumentation interaction with Collector Daemonset
While doing some investigations with Auto Instrumentation injection and the OpenTelemetryCollector as a daemonset I found some improvements I think we should make to improve the experience. - [x] Allow...
#### Description This PR allows confmap to create logs, and then actually writes the logs out after the collector's real logger is instantiated. Example of the logger in action ```...
**Is your feature request related to a problem? Please describe.** Came across a situation in Contrib where the `TransportType` could not be used because the exporter supported `tcp` or `TCP`,...
#### Description This PR moves `client` features to `consumerconnection`. This attempts to remove ambiguity from the name `client` and continues to centralizes consumer as the location for features that pass...
Before stabilizing a module, an approver or maintainer must make sure that the following criteria have been met for at least two successive minor version releases (regardless of when this...
# Bug Report ## Symptom `OTEL_EXPORTER_OTLP_ENDPOINT` is not being treated as a base url in the OTLP HTTP exporter as [per the OTLP/HTTP spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#endpoint-urls-for-otlphttp). Instead, the signal endpoint is being...
### Component(s) receiver/kubeletstats ### Is your feature request related to a problem? Please describe. The Kubeletestats Receiver currently uses `*.cpu.utilization` as the name for cpu metrics that report the [CPUStats](https://pkg.go.dev/k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1#CPUStats)...
### Component(s) _No response_ ### Is your feature request related to a problem? Please describe. Right now if you want to perform a transform only on a root span you...