Karsten Schnitter
Karsten Schnitter
As a user I would like to receive the logs of my application on OpenTelemetry format so I can create a syslog drain to a standard tool such as the...
### Description DataPrepper is sending `RESOURCE_EXHAUSTED` gRPC responses whenever a buffer is full or a circuit breaker is active. These statuses do not contain a retry info. In the OpenTelemetry...
**Is your feature request related to a problem? Please describe.** Ingestion of events via Opentelemetry over GRPC can fail due to a full buffer or an open CircuitBreaker. In that...
### Description Adds a post on visualizing OpenTelemetry metrics data as ingested by DataPrepper. It explains about different approaches and details of the underlying data model. It utilizes a concrete...
This is the first PR on the way to #164. It contains the following major changes: - deletion of custom metrics feature - removal of Jersey support and old sample...
There have been a lot of changes in Java and the logging frameworks, that need to be integrated into this library. This will require a new major version. The following...
**Is your feature request related to a problem? Please describe.** DataPrepper does an aggregation of all spans with the same trace id. If encounters a span with a null parent...
Proposal for #622: Using the CloudFoundry documentation, provides a set of resource attribute describing CloudFoundry workloads. Both applications as well as system components are addressed. Helpful resources: * https://github.com/cloudfoundry/loggregator-api#v2-envelope *...
Align community contribution files with .
**Is your feature request related to a problem? Please describe.** The [current OpenTelemetry specification](https://opentelemetry.io/docs/specs/otlp/) describes two transport channels: - [OTLP/gRPC](https://opentelemetry.io/docs/specs/otlp/#otlpgrpc), which is currently supported by DataPrepper for logs, metrics, and...