Skip to content

@hyperdx/otel-collector@2.39.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 19:32
· 3 commits to main since this release
888e355

Minor Changes

  • 7651bc3: feat: add text indexes for seeding the trace schema

  • fc4d587: feat(otel-collector): compile in spanmetricsconnector

    Available for a user's own pipeline config (e.g. via
    CUSTOM_OTELCOL_CONFIG_FILE) to compute call-count and duration
    metrics from spans - most useful alongside the existing
    datadogreceiver support for ingesting Datadog Agent traces, where
    there was previously no way to derive RED metrics from that trace data
    once ingested. Purely additive: being compiled in changes no default
    pipeline or behavior on its own.