Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sampling helm chart docs do not represent correct, desired setup with k8s-monitoring-helm chart or provide any docs on how to link k8s-monitoring-helm to sampling. #3530

Open
ab-andresc opened this issue Jan 17, 2025 · 1 comment

Comments

@ab-andresc
Copy link

#2918 (comment)

This is outlined here, it is clear the docs in the chart do not specify this and it is extremely confusing to newcomers how this should be set up.

It would be advisable to tell users to use the following in their setup:

note: grafana-sampling-deployment would be the service pointing to the load balancing deployment and grafana-cloud being the namespace.

externalServices:
tempo:
host: http://grafana-sampling-deployment.grafana-cloud.svc.cluster.local:4318
authmode: none
secret:
create: false
tls:
insecure: true
protocol: "otlphttp"

@jorsmatthys
Copy link

I was looking for pointers on this as well. We have been using the k8s-monitoring helm (v1) for a while and we now want to implement tail-based based sampling, but there is no clear recommendation of how to use the two together.

Is the recommendation to gather traces using the k8s-monitoring (as suggested in this issue) and forward them to the loadbalancer of the grafana-sampling setup or is the recommendation to bypass the k8s-monitoring helm and send traces directly to the grafana-sampling setup?

... Or is there an option to send the traces to the sampling-deployment first and to keep the connection with Grafana Cloud in the k8s-monitoring deployment. (I suspect this is not an option since the values.yaml only shows how to connect with Grafana Cloud using specific env vars:

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants