-
### Component(s)
internal/core
### What happened?
## Description
The `validate` flag failed to catch an invalid configuration
## Steps to Reproduce
```yaml
resource/attributes_add:
attri…
-
**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 span id, it assigns its…
-
### Component(s)
connector/servicegraph
### What happened?
## Description
Currently we are observing high volume of metrics generated by `servicegraph` connector. We are using servicegraphs …
-
### Component(s)
processor/probabilisticsampler
### Is your feature request related to a problem? Please describe.
We are trying to build SLOs (Service Level Objectives) around our telemetry pipeli…
-
In this code:
```
struct BatchSpanProcessorOptions
{
/**
* The maximum buffer/queue size. After the size is reached, spans are
* dropped.
*/
size_t max_queue_size = 2048;
/…
-
Files are in comments below.
## Steps
This uses docker rather than installing any depdenceies locally.
```shell
docker build --tag otelcol-libhoney:local .
```
This runs a 2 stage build…
-
**Describe your environment**
After upgrading from 1.14.x to 1.16.0 and 1.16.1 building the same code fails with a linker error, not finding `TracerProviderFactory::Create`:
```
error LNK2001:…
-
### Component(s)
processor/tailsampling
### Describe the issue you're reporting
# Description
We are using the tail sampling processor and so far it is working fine. Now we have the use case…
-
### Component(s)
exporter/opensearch
### Describe the issue you're reporting
Hello,
I am trying to send otel format application traces through an opentelemetry collector to an OpenSearch backend…
-
### Component(s)
processor/filter
### What happened?
## Description
I am using filter processor to drop the spans which doesn't match to some environments.
For example, I want to drop the span…