Skip to content

Get opentelemetry trace id from request headers instead of creating a new trace #374

@ptanov

Description

@ptanov

Feature request

Currently a new trace is created per each HTTP request. It would be useful if trace is get (if available) from the request using traceparent header as defined in https://opentelemetry.io/docs/specs/otel/context/api-propagators/#propagators-distribution https://www.w3.org/TR/trace-context/

In this way you will be able to trace the request through microservice invocations.

Motivation

I want to track the request using opentelemetry starting from frontend, backend and then TEI

Your contribution

I don't have enough understanding of TEI code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions