Martin Kuba
Martin Kuba
The nodejs sub-project is currently using [Lerna](https://lerna.js.org/), which is a tool for managing multiple Node packages in a single repository. The bootstrap/install process that Lerna was used for in the...
**Is your feature request related to a problem? Please describe.** Layers are now published to AWS. However, the README still says that layers must be built manually. Also, it should...
This should be a new instrumentation package. The instrumentation should use only the [Events API](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-events?rgh-link-date=2024-04-23T17%3A20%3A29Z) as a dependency for generating the event. The event semantic conventions are drafted [here](https://github.com/scheler/semantic-conventions/blob/browser-events-v2/docs/browser/events.md#resourcetiming) (and...
This should be a new instrumentation package. The instrumentation should use only the [Events API](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-events?rgh-link-date=2024-04-23T17%3A20%3A29Z) as a dependency for generating the event. The event semantic conventions are drafted [here](https://github.com/scheler/semantic-conventions/blob/browser-events-v2/docs/browser/events.md#pagenavigationtiming) (and...
This should be a new package with instrumentation that generates events for browser unhandled errors and errors that happen outside of spans. The instrumentation should use only the [Events API](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-events?rgh-link-date=2024-04-23T17%3A20%3A29Z)...
This should be a new instrumentation package. The instrumentation should use only the [Events API](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-events) as a dependency for generating the event. The event semantic conventions are drafted [here](https://github.com/scheler/semantic-conventions/blob/browser-events-v2/docs/browser/events.md#useraction) (and...
### Is your feature request related to a problem? Please describe This is a feature request to capture console logs and send them to OTLP backends using the OTel Logs...
We currently have Node SDK, which bundles together packages that are relevant to instrumenting Node applications. It also provides a simplified configuration that makes it easier for users to get...
## Which problem is this PR solving? This adds an experimental implementation of the [Events SDK](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/event-sdk.md). As a related update, I have also updated the Events API with the following:...
### Is your feature request related to a problem? Please describe. Per spec [here](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#instrumentation-scope), InstrumentationScope may hold additional attributes. The proto definition includes the [attributes](https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/common/v1/common.proto#L75) field.