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 metrics' insertion via Graphite protocol #7

Closed
valyala opened this issue Jan 14, 2019 · 2 comments
Closed

Add support for metrics' insertion via Graphite protocol #7

valyala opened this issue Jan 14, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@valyala
Copy link
Collaborator

valyala commented Jan 14, 2019

The issue

Many users want switching from Graphite to Prometheus, since Prometheus has better query language, has better support for metric labels and has better storage for high metric volumes. But these users don't want switching from Graphite-compatible agents to Prometheus exporters.

The solution

Add support to VictoriaMetrics for metrics' insertion via Graphite protocols, so the Graphite data stored in VictoriaMetrics could be queried via PromQL.

@valyala valyala added the enhancement New feature or request label Jan 18, 2019
@valyala
Copy link
Collaborator Author

valyala commented Jan 19, 2019

Single-server VictoriaMetrics v1.6.0+ accepts Graphite plaintext protocol messages if -graphiteListenAddr flag is set.

It is unclear how to add support for Graphite protocol in the SaaS version, since the protocol has no authorization fields :(

@tenmozes
Copy link
Collaborator

implemented

edma2 pushed a commit to edma2/VictoriaMetrics that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants