vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
17.77k stars 1.57k forks source link

could clickhouse sink support metrics ? #3435

Open thomasdba opened 4 years ago

thomasdba commented 4 years ago

Current Vector Version

vector 0.10.0 (g0f0311a x86_64-unknown-linux-gnu 2020-07-22)

Use-cases

I want to use clickhouse to store prometheus metrics data ,but ch sink seems only support log type .

Attempted Solutions

Proposal

References

HnH commented 4 years ago

This functionality would be very usefull. And it seems like there will be no major differences from log sink implementation.

bin commented 2 years ago

Any progress on this?

jszwedko commented 2 years ago

Hi @bin ! Not currently, but you can use the metric_to_log transform to map it yourself.