timescale / promscale

[DEPRECATED] Promscale is a unified metric and trace observability backend for Prometheus, Jaeger and OpenTelemetry built on PostgreSQL and TimescaleDB.
https://www.timescale.com/promscale
Apache License 2.0
1.33k stars 169 forks source link

Add histogram to track number samples/metadata/span sent per request #1767

Closed arajkumar closed 1 year ago

arajkumar commented 2 years ago

This commit also removes the metric promscale_ingest_items_received_total which is not used anywhere and the same information can be now obtained using the newly introduced promscale_ingest_items_received_* histogram metric.

Signed-off-by: Arunprasad Rajkumar ar.arunprasad@gmail.com

This is how it looks on Promscale dashboard

image

TODO

Description

Merge requirements

Please take into account the following non-code changes that you may need to make with your PR:

arajkumar commented 1 year ago

@niksajakovljevic @cevian @paulfantom I've also added heatmap panel to visualize newly added histogram. Please check.