Marc Pichler

Results 63 issues of Marc Pichler

# NOTE: Draft PR, do not review yet. ## Which problem is this PR solving? It is currently very hard to test individual features of the OTLP exporters. This is...

pkg:exporter-metrics-otlp-proto
pkg:otlp-exporter-base
pkg:otlp-proto-exporter-base

Our resource implementation does not currently consider the (optional) concept of Schema URLs (as described in https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#resource-creation). To support this, we'll have to add it to the create and merge...

up-for-grabs
never-stale
spec-feature
pkg:resources
type:feature
needs:code-contribution

Currently our `attributeKeys` view option was implementing an allow-list type of behavior, which was defined by the specification. Once https://github.com/open-telemetry/opentelemetry-specification/pull/3680 merges, the specification explicitly states that custom filters are also...

never-stale
triage:accepted
type:feature
target:next-major-release

Created this issue as the lint step in https://github.com/open-telemetry/opentelemetry-js/pull/4017 failed. The goal of this issue is to: - update `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser` in the repo (see https://github.com/open-telemetry/opentelemetry-js/pull/4017) - address all errors...

up-for-grabs
dependencies
internal
contribfest

### Is your feature request related to a problem? Please describe. Currently both `@opentelemetry/exporter-trace-otlp-proto` and `@opentelemetry/exporter-logs-otlp-proto` offer browser support, but `@opentelemetry/exporter-metrics-otlp-proto` does not. We should also add support for it...

feature-request
pkg:exporter-metrics-otlp-proto

`HostDetector` is not part of the default list of resoruce detectors when intantiating `NodeSDK`. I propose we add it to the default list alongside the Environment and Process detectors.

feature-request
pkg:sdk-node

https://github.com/istanbuljs/istanbuljs/releases/tag/istanbul-lib-report-v3.0.1 introduced a breaking change by going from make-dir@^3.0.0 to make-dir@^4.0.0, as that package only supports node >= 10. We no longer require coverage for node 8, so this is...

Currently we use an older version of `import-in-the-middle` that does not work with - Node.js v18.19 - Node.js v20 - Node.js v21 We're blocked on updating to `[email protected]` in the...

pkg:instrumentation-ioredis
pkg:instrumentation-bunyan
pkg:instrumentation-koa
pkg:instrumentation-pg
pkg:instrumentation-pino
type:feature-tracking
needs:code-contribution

A lot of the tests in this repository require some dependencies to run (postgres, mysql, redis). By default, we skip a lot of tests since these dependencies need to be...

up-for-grabs
type:feature-tracking
needs:code-contribution

See #1806. Renovate bot does not handle `package-lock.json` updates correctly at the moment. It is unclear if this is due to misconfiguration or a bug in renovate. Since the diff...

up-for-grabs
internal