Andrew Wilkins

Results 477 comments of Andrew Wilkins

I cannot reproduce this issue. Wildly guessing: do either of you have a proxy configured, i.e. do you have any `*_PROXY` environment variables that are redirecting HTTPS traffic through a...

@AlainDeleglise I used this, based on @dilawar's config using a local build of tag v0.135.0 of opentelemetry-collector-contrib: ```yaml exporters: nop: receivers: nop: service: pipelines: metrics: receivers: [nop] exporters: [nop] telemetry:...

Here's a branch with the second approach: https://github.com/axw/opentelemetry-collector/pull/new/otelcol-windows-event-log

> "total": 0, "minimum": 0, "maximum": 0, "average": 0 This doesn't sound much like a histogram to me, but a [summary metric](https://opentelemetry.io/docs/specs/otel/metrics/data-model/#summary-legacy), where min and max are represented as quantiles...

@gracewilcox apologies if I'm missing something obvious, but: 1. the docs state that the default for Top is 10, and that this applies per resource ID 2. in the example...

> Looks like that zpagesextension is trouble. Worth looking into on its own, maybe applying your section here as a separate issue. I spiked on this, one option is to...

> Would this imply going the route of requiring components to only depend on the core OTel API, with the zpagesextension as a sole exception? @jade-guiton-dd I think there is...

@jade-guiton-dd @atoulme FYI, I've put up https://github.com/open-telemetry/opentelemetry-collector/pull/13947 - would appreciate you both having a look when you have a moment.

Can this be closed? I think merging https://github.com/open-telemetry/opentelemetry-collector/pull/11775 was intended to, but the "Fixes" syntax in the description is slightly off.