Skip to content

How to send traces from grafana-sampling to cloud OTLP gateway behind VPC Endpoint #3710

Open
@wojciechgrabarz

Description

@wojciechgrabarz

Hello.

I've been sending traces to Grafana Cloud OTLP gateway through an AWS VPC Endpoint by specifying the VPC endpoint DNS in values.yaml like this:

(...)
destinations:
  - name: otlp-grafana-cloud
    type: otlp
    url: https://${otlp_vpc_endpoint}/otlp
    protocol: http
(...)

This works ok, but now I want to introduce tail-sampling.
I am using this example:
https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring/docs/examples/features/application-observability/tail-sampling
to implement it but looks like the chart does not let me use anything but gRPC exporter to Tempo via the env var GRAFANA_CLOUD_TEMPO_ENDPOINT.

Is there a way to override it somehow? Like through extraConfig or similar mechanism?

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