prometheus_bigquery_remote_storage_adapter
prometheus_bigquery_remote_storage_adapter copied to clipboard
Recommend use of clustering columns on metricname to speed up queries
Currently the documentation specifies the use of DAY timestamp partitioning on the table schema but is missing another optimisation of using bigquery clustering columns on the metricname field.
Given queries to prometheus timeseries metrics almost always specify the metric name this is a cheap win for query planning.