Marc Pichler

Results 96 issues of 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....

never-stale
needs:refinement
type:feature-tracking

**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...

spec:metrics
triage:accepted:ready

### 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....

area/repo-maintenance

## 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....

target:next-major-release

### 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...

pkg:instrumentation
needs:refinement
type:feature

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.

pkg:instrumentation-ioredis
pkg:instrumentation-mysql
pkg:instrumentation-mysql2
pkg:resource-detector-alibaba-cloud
pkg:resource-detector-aws
pkg:resource-detector-gcp
pkg:resource-detector-instana
pkg:propagation-utils
pkg:instrumentation-amqplib
pkg:instrumentation-lru-memoizer
pkg:instrumentation-mongoose
pkg:instrumentation-tedious
pkg:instrumentation-aws-sdk
pkg:instrumentation-cassandra-driver
pkg:instrumentation-fastify
pkg:instrumentation-koa
pkg:instrumentation-memcached
pkg:instrumentation-mongodb
pkg:instrumentation-pg
pkg:instrumentation-pino
pkg:instrumentation-redis-4
pkg:instrumentation-redis
pkg:instrumentation-socket.io
pkg:sampler-aws-xray
pkg:resource-detector-container
pkg:resource-detector-azure
pkg:test-utils

## 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.

Skip Changelog

## 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...