jaegertracing / jaeger-clickhouse

Jaeger ClickHouse storage plugin implementation
Apache License 2.0
247 stars 51 forks source link

Expose metrics #19

Closed pavolloffay closed 3 years ago

pavolloffay commented 3 years ago

For fine-tuning parameters like

# Batch size. Default 10_000.
batch_write_size:
# Batch flush size. Default 5s.
batch_flush_interval:

It would be great to expose metrics like:

Although, I am not sure if the batch size influences performance or not.