Aaron Abbott

Results 51 issues of Aaron Abbott

## Which problem is this PR solving? Fixes #2912 ## Short description of the changes - In `@opentelemetry/sdk-node` - Adds an optional `Promise` to the Resource constructor which can asynchronously...

I used the [ts-migrate](https://github.com/airbnb/ts-migrate) script to add `@ts-expect-error` to silence new TS errors introduced in migration from TypeScript 2.x to 3.x (#907). For example https://github.com/census-instrumentation/opencensus-node/blob/9bd4f114cc3c18f148a2f56392db5e393cb968ab/packages/opencensus-core/src/internal/cls-ah.ts#L95 Definitive list: https://github.com/census-instrumentation/opencensus-node/search?q=ts-migrate

help wanted
good first issue

Node 8 has been EOL for quite some time now. A lot of security vulnerabilities, dependency upgrades, and typescript upgrades can not be done without dropping node8. I want to...

See https://github.com/census-instrumentation/opencensus-node/pull/886#issuecomment-779923205 for context

# Description Add a lock in `PeriodicExportingMetricReader` which is held whenever its paired exporter is called. Fixes #2859 ## Type of change Please delete options that are not relevant. -...

As mentioned [in the spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#exportbatch:~:text=Export%20will%20never%20be%20called%20concurrently%20for%20the%20same%20exporter%20instance.%20Export%20can%20be%20called%20again%20only%20after%20the%20current%20call%20returns.) > Export will never be called concurrently for the same exporter instance. Export can be called again only after the current call returns. ~We already...

bug
metrics

https://opentelemetry.io/docs/instrumentation/python/automatic/

doc
metrics

https://opentelemetry.io/docs/instrumentation/python/cookbook/ Some possible common scenarios: - turn off a metric - turn off all metrics from a given instrumentation - turn default views off and require explicitly turning individual instruments...

good first issue
doc
metrics
help wanted

Discussed further in https://github.com/open-telemetry/opentelemetry-python/issues/2402#issuecomment-1116875919 > OTLP exporter as of today > > * try to export, with a ~30~ 10 second timeout, fail and wait 2 seconds > * try...

bug
metrics
release:after-ga

Views are intended to be the main configuration mechanism for metrics instrumentation. For example, dropping a metric or metrics from a given instrumentation. We need a mechanism to specify view...

metrics
auto-instrumentation