Check lightweight prometheus alternative #8

Open
opened 2024-01-24 11:57:19 +00:00 by fyrchik · 2 comments
Owner

https://github.com/VictoriaMetrics/metrics

Supposedly faster and compatible.
We have some problems with prometheus:

  1. Difficult to export metrics (thus custom registry)
  2. Scaling could've been better.

In this task

  1. Let's see whether all functionality we need is supported.
  2. Create a prototype.
https://github.com/VictoriaMetrics/metrics Supposedly faster and compatible. We have some problems with prometheus: 1. Difficult to export metrics (thus custom registry) 2. Scaling could've been better. In this task 1. Let's see whether all functionality we need is supported. 2. Create a prototype.
Author
Owner

Vectors are supported, but in the user code fdfd428a62/gauge_example_test.go (L20)

I feel that the first problem remains with this approach.

Vectors are supported, but in the user code https://github.com/VictoriaMetrics/metrics/blob/fdfd428a625d978305138e460757ca963ce67128/gauge_example_test.go#L20 I feel that the first problem remains with this approach.

We use some prometheus packages for grpc-metrics. It should also kept in mind.

We use some prometheus packages for grpc-metrics. It should also kept in mind.
Sign in to join this conversation.
No description provided.