Marc Pichler
Marc Pichler
### Description The `@opentelemetry/exporter-*-otlp-*` packages are used to export signal data as OTLP via HTTP or gRPC. The package may be moved to stable once the below issues are resolved....
**What are you trying to achieve?** The [Metrics API specification for the `Attributes` instrument advisory parameters](https://github.com/open-telemetry/opentelemetry-specification/blob/6360b49d20ae451b28f7ba0be168ed9a799ac9e1/specification/metrics/api.md?plain=1#L272-L279) reads: > Applies to all instrument types. > > Attributes (a list of [attribute...
### Affected Repository https://github.com/open-telemetry/opentelemetry-js ### Requested changes Please add the `read:org` permission to `OPENTELEMETRYBOT_GITHUB_TOKEN`. 🙂 ### Purpose `read:org` permission would allow us to update descriptions for PRs opened by @opentelemetrybot....
## Which problem is this PR solving? Drops `Aggregation` and `View` for options (`AggregationOption` and `ViewOptions`, respectively). This means we will have two less classes exported from the `@opentelemetry/sdk-metrics` package....
### Description *This issue should be handled by a maintainer or approver.* The section ["Instrumentation for ES Modules In Node.js (experimental)" in `README.md` of the instrumentation package](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation#instrumentation-for-es-modules-in-nodejs-experimental) is outdated. In...
DRAFT: shows how it could look like if we'd use factory functions over class constructors. Currently types of private properties end up being part of the public interface, which causes...
Currently containers are failing to initialize - checking to see if this is related to a recent push of the 2017-latest mssql server image.
## Which problem is this PR solving? - the spec prohibits us from hosting vendor propagators in the core repo. From the [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/6672dbc97ddeb34f36c020a0f0a30323c8bc4d95/specification/context/api-propagators.md?plain=1#L354-L356): > Additional `Propagator`s implementing vendor-specific protocols such...
In recognition of her excellent work on the project, I propose to add @maryliag to the list of JS approvers.
## Which problem is this PR solving? Through recent changes I've been working on reducing code-duplication across the exporters and separating config-code, transport code and base exporter code. I'm doing...