Armin Ruech

Results 106 comments of Armin Ruech

@jpkrohling The setting just says the following whereas the docs don't give any more detail: > _Only first-time contributors who recently created a GitHub account will require approval to run...

I think you should already be able to upload coverage reports to https://app.codecov.io/gh/open-telemetry/opentelemetry-demo/ using https://github.com/marketplace/actions/codecov without the need for any token since the Codecov app has access to the repo...

Great to see this, thank you for organizing it @sharrmander and @alolita! Could you also please update https://github.com/open-telemetry/community/blob/main/README.md to list the WG, meeting time, agenda/meeting notes and Slack channel (unless...

^ While I was at it I created #985, PTAL regarding meeting time and Slack channel. Thanks!

Related PR by @jpkrohling: https://github.com/open-telemetry/opentelemetry-specification/pull/990

This is not about the version of the exporter component but the opentelemetry-proto version the payload conforms to, right?

We could also add the same for the https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md to ensure rows are added for new requirements.

Backends should already be able to deduce the type of action using the attributes added to spans according to the semantic conventions defined in this spec. The easiest way would...

@pauldraper > And exactly what backend would you recommend for this? Well I work on a backend where we do it this way, so my recommendation would most probably be...

Hi @tejaswiniVadlamudi! The OTel collector validates its config on startup and logs errors, so one could use the otelcorecol/otelcontribcol executable or the respective Docker image directly to validate the config....