I can't use telemetrygen to generate traces to Grafana tempo

42 views Asked by At

It's my first time to use Grafana tempo.I just follow official documentation to configured my tempo in k8s cluster with helm.And I can successfully configure tempo in Grafana platform Like this: enter image description here

enter image description here

then I use telemetrygen and Grafana agent to generate some test traces to tempo, but I failed:

telemetrygen traces --otlp-insecure --rate 20 --duration 5s grafana-agent.tempo-test.svc.cluster.local:4317

kubectl port-forward services/grafana-agent 4317:4317 --namespace tempo-test

The error is:

Err: connection error: desc = "error reading server preface: http2: frame too large"    {"system": "grpc", "grpc_log": true}

enter image description here

The config of Grafana agent is: enter image description here

How can I solve this problem?

0

There are 0 answers