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

Add support for Azure Blob Storage #340

Closed
joe-elliott opened this issue Nov 13, 2020 · 2 comments · Fixed by #405
Closed

Add support for Azure Blob Storage #340

joe-elliott opened this issue Nov 13, 2020 · 2 comments · Fixed by #405

Comments

@joe-elliott
Copy link
Member

Is your feature request related to a problem? Please describe.
Tempo currently supports s3 and gcs. It would be nice if it supported Azure as well.

Describe the solution you'd like

Describe alternatives you've considered

Additional context
These are the interfaces that must be implemented to add a new backend: https://github.com/grafana/tempo/blob/master/tempodb/backend/backend.go

@calvernaz
Copy link
Contributor

The Azurite emulator can be useful to test against this backend.

https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azurite

@pedrosaraiva
Copy link
Contributor

We are currently using Grafana and Loki in our platform, so Grafana tempo seems the right fit for us in the near future.
I made a WIP PR to implement Azure storage since run on Azure would be a requirement for us. :)

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 a pull request may close this issue.

3 participants