Braydon Kains
Braydon Kains
Added a new config option for parsers called `time_system_timezone` which will fall back to `mktime` for tm to time conversion which will force the usage of the system timezone. Fixes...
**Is your feature request related to a problem? Please describe.** Resource Attributes in OTLP are used to identify logs with a particular resource, making them very important for an OTLP...
#### Description This PR adds support for wildcard name matching. Generated MetricsConfig and ResourceAttributesConfig will now support providing names not just as full names, but also using `*` wildcards and...
### Component(s) receiver/prometheus ### Is your feature request related to a problem? Please describe. In the Prometheus SDK, there is [an alternate implementation of the labels.Labels type](https://github.com/prometheus/prometheus/blob/main/model/labels/labels_stringlabels.go) that uses a...
Pursuant to #330 which should be merged soon, I am opening this issue to revisit the process metrics schema while we are making breaking changes anyway. As of writing, the...
# The Problem Today, any errors in `chunkio` file operations will be reported to `stderr`. This is not a big deal when running an application using this library as a...
### Component(s) processor/groupbyattrs ### What happened? ## Description When groupbyattrsprocessor makes a new metric, it does not copy the metric metadata. I assume this is because `Metadata` is a relatively...
## Bug Report **Describe the bug** Due to the way the `rewrite_tag` plugin does a record accessor check, using `$TAG` as the `KEY` in the `rewrite_tag` rule does not work....
Related Issue: #1181 ## Changes This PR deprecates `system.process.status` and replaces it with `process.status`. The previous usage of `system.process.status` has been replaced with `process.status`, and `process.status` has also been add...
### Area(s) area:system ### Is your change request related to a problem? Please describe. In https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33731 we received a proposal to add `process.status` as a resource attribute. Due to the...