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

Remove tempo-query from microservices deployment, Grafana connects to Tempo directly #574

Merged
merged 9 commits into from
Mar 10, 2021

Conversation

annanay25
Copy link
Contributor

@annanay25 annanay25 commented Mar 8, 2021

What this PR does:

  • Change API endpoint for querying traces.
    • Query frontend /api/traces/{traceID} => /tempo/api/traces/{traceID}
    • Querier /querier/api/traces/{traceID} => /querier/tempo/api/traces/{traceID}
  • Remove tempo-query from microservices jsonnet

Which issue(s) this PR fixes:
Fixes #382

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
@joe-elliott
Copy link
Member

Before merging this we need to determine what the migration path for production looks like.

@zswanson
Copy link

zswanson commented Mar 9, 2021

Are you able to update the architecture diagram to remove tempo-query too?
https://github.com/grafana/tempo/blob/master/docs/tempo/website/architecture/tempo_arch.png

Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
@annanay25
Copy link
Contributor Author

@zswanson - thanks for pointing out, will change that in a follow up PR.

Copy link
Member

@joe-elliott joe-elliott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this as an emergency fix to our ops environment. So......looks good enough for that :)

Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
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

Successfully merging this pull request may close these issues.

Remove dependency on Jaeger-Query
3 participants