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

Render: Support tracing #164

Open
andsens opened this issue Jul 22, 2020 · 2 comments · May be fixed by #586
Open

Render: Support tracing #164

andsens opened this issue Jul 22, 2020 · 2 comments · May be fixed by #586
Assignees
Labels
prio/high type/enhancement New feature or request

Comments

@andsens
Copy link

andsens commented Jul 22, 2020

Grafana supports both reporting spans and forwarding tracing IDs. It would be great if the image renderer could do so as well (or at least forward the tracing ID back to grafana).
That would enable an unbroken trace from an image rendering request (or even before that) all the way to the datasource like e.g. prometheus, which has recently added support for tracing as well.
Right now when rendering images, you see two independent traces being reported: One for the original request, and one by the image-renderer when it calls back to grafana.

@aknuds1 aknuds1 added the type/enhancement New feature or request label Jul 22, 2020
@github-project-automation github-project-automation bot moved this to 🗂️ Needs Triage / Escalation in Sharing squad Oct 20, 2023
@AgnesToulet AgnesToulet moved this from 🗂️ Needs Triage / Escalation to 📝 Future in Sharing squad Oct 20, 2023
@AgnesToulet AgnesToulet moved this from 📝 To be refined to 🗓️ Backlog in Sharing squad Nov 30, 2023
@lucychen-grafana lucychen-grafana self-assigned this Oct 21, 2024
@lucychen-grafana lucychen-grafana moved this from 🗓️ To Do to 👩‍💻 Development in Sharing squad Dec 10, 2024
@lucychen-grafana
Copy link

lucychen-grafana commented Dec 10, 2024

Info:
POC from Eze #562
Doc on setting up traces https://grafana.com/docs/grafana-cloud/send-data/traces/set-up/

@lucychen-grafana lucychen-grafana linked a pull request Dec 10, 2024 that will close this issue
@lucychen-grafana lucychen-grafana changed the title Support tracing Render: Support tracing Dec 18, 2024
@lucychen-grafana
Copy link

lucychen-grafana commented Dec 18, 2024

Reading material recommended:

Local Setup:

  1. Install tempo https://grafana.com/docs/tempo/latest/getting-started/docker-example/
  2. Run the dockerfile for tempo local storage
  3. Can use grafana docker image in the dockerfile yaml file OR run local grafana repo
  4. Open Localhost:3000; run a report or PDF creation, any that makes call to the image renderer service
  5. Check traces - Explore -> Select ‘gdev-tempo’ datasource -> run query resource.service.name="image-renderer-service"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio/high type/enhancement New feature or request
Projects
Status: 👩‍💻 Development
Development

Successfully merging a pull request may close this issue.

5 participants