banzaicloud / spark-metrics

Spark metrics related custom classes and sinks (e.g. Prometheus)
Apache License 2.0
175 stars 64 forks source link

VictoriaMetrics #83

Open Antirecord opened 1 year ago

Antirecord commented 1 year ago

Good afternoon! if we don't have pushgateway, is it possible to send metrics to VictoriaMetrics using your library?

stoader commented 1 year ago

I'm not familiar with VictoriaMetrics. If the rest API of VictoriaMetrics is 100% compatible with Pushgateway's HTTP API in theory it should work.

g1thubhub commented 5 months ago

Yes it works, I had similar questions and have implemented a push and pull-based approach based on VictoriaMetrics in this project: https://github.com/xonai-computing/xonai-dashboard