Alex Boten

Results 309 comments of Alex Boten
trafficstars

Would love to test this out for the collector as well: * https://github.com/open-telemetry/opentelemetry-collector * https://github.com/open-telemetry/opentelemetry-collector-contrib

Just linking this other issue here that suggests a distribution should be added to the spec: https://github.com/open-telemetry/opentelemetry-specification/issues/2873 As the issue points out, distribution is already in the official documentation: https://opentelemetry.io/docs/concepts/distributions/

Note the doc linked above also includes a link to the definition of the collector today: https://opentelemetry.io/docs/concepts/components/#collector > The OpenTelemetry Collector is a vendor-agnostic proxy that can receive, process, and...

Discussed in the Feb 1 SIG call, the proposal is to add 2 meetings to the calendar: - 1st Wednesday is EU-APAC friendly - 3rd Wednesday is NA-APAC friendly

Discussed in 03-Jul-2024 SIG call, it would be great to capture some details as to how decisions can be made through ad-hoc meetings when synchronous discussions are needed as maintainers/approvers...

Reviewing this PR inspired https://github.com/open-telemetry/opentelemetry-collector/pull/10358, that removes the dependency on confmap from this configtls

@mx-psi @songy23 @atoulme One thing to keep in mind is that this package does expose `mapstructure` tags for the struct, which would mean that we'd have to keep support for...

@mx-psi i think only issue that comes close is this one around how mapstructure is unmarshaled https://github.com/open-telemetry/opentelemetry-collector/issues/9532, i don't know if we want another issue that specific talks about which...

@atoulme it's currently listed in versioning.md as breaking change https://github.com/open-telemetry/opentelemetry-collector/blob/main/VERSIONING.md#configuration-structures

Reviewed by @mwear, merging now