Skip to content

Enable sending traces to a tracing backend backed by TLS #5466

@michaeldmitry

Description

@michaeldmitry

I have a kubernetes cluster where parca and tempo are deployed. Tempo is running with TLS using self signed certificates and I want to configure parca to send its traces to that Tempo instance.

The current OTLP flag provided by parca: --otlp-address seem to not work when the tracing backend is running with TLS.

This is likely due to using WithInsecure:

otlptracegrpc.WithInsecure(),

and not having a mechanism to pass TLSConfig,
we can expose another flag --otlp-insecure default to True for backwards compatibility and then check if its set to true, use WithInsecure() else don't set that flag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions