Bit-Quill / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
0 stars 0 forks source link

Route traces to a data stream based on (type, dataset, namespace) attributes #6

Open MaxKsyunz opened 1 year ago

MaxKsyunz commented 1 year ago

As per SSO trace specification, when exporter configuration has dataset and namespace options set, opensearch-exporter sends traces to $type-$dataset-$namespace data stream.

type, dataset, namespace are part of the payload (see spec). Bit-Quill/opentelemetry-collector-contrib#3 discusses default values when dataset and namespace are not set and whether $type should be traces or sso_traces.