Skip to content

Commit

Permalink
*: mark as 0.33-rc.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hoffmann <[email protected]>
  • Loading branch information
MichaHoffmann committed Oct 27, 2023
1 parent 9bbcaa3 commit c7d8c98
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 57 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.33.0
0.33.0-rc.0
70 changes: 35 additions & 35 deletions examples/dashboards/store.json
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum by (job, item_type) (rate(thanos_store_index_cache_requests_total{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job, tenant, item_type) (rate(thanos_store_index_cache_requests_total{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{job}} {{item_type}}",
Expand Down Expand Up @@ -1416,7 +1416,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum by (job, item_type) (rate(thanos_store_index_cache_hits_total{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job, tenant, item_type) (rate(thanos_store_index_cache_hits_total{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{job}} {{item_type}}",
Expand Down Expand Up @@ -1659,23 +1659,23 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.99, sum by (job, le) (rate(thanos_bucket_store_sent_chunk_size_bytes_bucket{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.99, sum by (job, tenant, le) (rate(thanos_bucket_store_sent_chunk_size_bytes_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P99",
"legendLink": null,
"step": 10
},
{
"expr": "sum by (job) (rate(thanos_bucket_store_sent_chunk_size_bytes_sum{job=~\"$job\"}[$__rate_interval])) / sum by (job) (rate(thanos_bucket_store_sent_chunk_size_bytes_count{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job, tenant) (rate(thanos_bucket_store_sent_chunk_size_bytes_sum{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])) / sum by (job, tenant) (rate(thanos_bucket_store_sent_chunk_size_bytes_count{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "mean",
"legendLink": null,
"step": 10
},
{
"expr": "histogram_quantile(0.50, sum by (job, le) (rate(thanos_bucket_store_sent_chunk_size_bytes_bucket{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.50, sum by (job, tenant, le) (rate(thanos_bucket_store_sent_chunk_size_bytes_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P50",
Expand Down Expand Up @@ -1763,23 +1763,23 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.99, sum by (le) (rate(thanos_bucket_store_series_blocks_queried{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.99, sum by (le) (rate(thanos_bucket_store_series_blocks_queried{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P99",
"legendLink": null,
"step": 10
},
{
"expr": "sum by (job) (rate(thanos_bucket_store_series_blocks_queried_sum{job=~\"$job\"}[$__rate_interval])) / sum by (job) (rate(thanos_bucket_store_series_blocks_queried_count{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job) (rate(thanos_bucket_store_series_blocks_queried_sum{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])) / sum by (job, tenant) (rate(thanos_bucket_store_series_blocks_queried_count{job=~\"$job\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "mean {{job}}",
"legendLink": null,
"step": 10
},
{
"expr": "histogram_quantile(0.50, sum by (le) (rate(thanos_bucket_store_series_blocks_queried{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.50, sum by (le) (rate(thanos_bucket_store_series_blocks_queried{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P50",
Expand Down Expand Up @@ -1856,23 +1856,23 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.99, sum by (le) (rate(thanos_bucket_store_series_data_fetched{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.99, sum by (le) (rate(thanos_bucket_store_series_data_fetched{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P99: {{data_type}} / {{job}}",
"legendLink": null,
"step": 10
},
{
"expr": "sum by (job, data_type) (rate(thanos_bucket_store_series_data_fetched_sum{job=~\"$job\"}[$__rate_interval])) / sum by (job, data_type) (rate(thanos_bucket_store_series_data_fetched_count{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job, tenant, data_type) (rate(thanos_bucket_store_series_data_fetched_sum{job=~\"$job\"}[$__rate_interval])) / sum by (job, tenant, data_type) (rate(thanos_bucket_store_series_data_fetched_count{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "mean: {{data_type}} / {{job}}",
"legendLink": null,
"step": 10
},
{
"expr": "histogram_quantile(0.50, sum by (le) (rate(thanos_bucket_store_series_data_fetched{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.50, sum by (le) (rate(thanos_bucket_store_series_data_fetched{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P50: {{data_type}} / {{job}}",
Expand Down Expand Up @@ -1949,23 +1949,23 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.99, sum by (le) (rate(thanos_bucket_store_series_data_touched{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.99, sum by (le) (rate(thanos_bucket_store_series_data_touched{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P99: {{data_type}} / {{job}}",
"legendLink": null,
"step": 10
},
{
"expr": "sum by (job, data_type) (rate(thanos_bucket_store_series_data_touched_sum{job=~\"$job\"}[$__rate_interval])) / sum by (job, data_type) (rate(thanos_bucket_store_series_data_touched_count{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job, tenant, data_type) (rate(thanos_bucket_store_series_data_touched_sum{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])) / sum by (job, tenant, data_type) (rate(thanos_bucket_store_series_data_touched_count{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "mean: {{data_type}} / {{job}}",
"legendLink": null,
"step": 10
},
{
"expr": "histogram_quantile(0.50, sum by (le) (rate(thanos_bucket_store_series_data_touched{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.50, sum by (le) (rate(thanos_bucket_store_series_data_touched{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P50: {{data_type}} / {{job}}",
Expand Down Expand Up @@ -2041,23 +2041,23 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.99, sum by (le) (rate(thanos_bucket_store_series_result_series{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.99, sum by (le) (rate(thanos_bucket_store_series_result_series{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P99",
"legendLink": null,
"step": 10
},
{
"expr": "sum by (job) (rate(thanos_bucket_store_series_result_series_sum{job=~\"$job\"}[$__rate_interval])) / sum by (job) (rate(thanos_bucket_store_series_result_series_count{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job, tenant) (rate(thanos_bucket_store_series_result_series_sum{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])) / sum by (job, tenant) (rate(thanos_bucket_store_series_result_series_count{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "mean {{job}}",
"legendLink": null,
"step": 10
},
{
"expr": "histogram_quantile(0.50, sum by (le) (rate(thanos_bucket_store_series_result_series{job=~\"$job\"}[$__rate_interval])))",
"expr": "histogram_quantile(0.50, sum by (le) (rate(thanos_bucket_store_series_result_series{job=~\"$job\", tenant=~\"$tenant\"}[$__rate_interval])))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "P50",
Expand Down Expand Up @@ -2165,30 +2165,30 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.50, sum by (job, le) (rate(thanos_bucket_store_series_get_all_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.50, sum by (job, tenant, le) (rate(thanos_bucket_store_series_get_all_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p50 {{job}}",
"legendFormat": "p50 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
"step": 10
},
{
"expr": "histogram_quantile(0.90, sum by (job, le) (rate(thanos_bucket_store_series_get_all_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.90, sum by (job, tenant, le) (rate(thanos_bucket_store_series_get_all_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p90 {{job}}",
"legendFormat": "p90 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
"step": 10
},
{
"expr": "histogram_quantile(0.99, sum by (job, le) (rate(thanos_bucket_store_series_get_all_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.99, sum by (job, tenant, le) (rate(thanos_bucket_store_series_get_all_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p99 {{job}}",
"legendFormat": "p99 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
Expand Down Expand Up @@ -2283,30 +2283,30 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.50, sum by (job, le) (rate(thanos_bucket_store_series_merge_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.50, sum by (job, tenant, le) (rate(thanos_bucket_store_series_merge_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p50 {{job}}",
"legendFormat": "p50 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
"step": 10
},
{
"expr": "histogram_quantile(0.90, sum by (job, le) (rate(thanos_bucket_store_series_merge_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.90, sum by (job, tenant, le) (rate(thanos_bucket_store_series_merge_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p90 {{job}}",
"legendFormat": "p90 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
"step": 10
},
{
"expr": "histogram_quantile(0.99, sum by (job, le) (rate(thanos_bucket_store_series_merge_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.99, sum by (job, tenant, le) (rate(thanos_bucket_store_series_merge_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p99 {{job}}",
"legendFormat": "p99 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
Expand Down Expand Up @@ -2401,30 +2401,30 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.50, sum by (job, le) (rate(thanos_bucket_store_series_gate_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.50, sum by (job, tenant, le) (rate(thanos_bucket_store_series_gate_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p50 {{job}}",
"legendFormat": "p50 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
"step": 10
},
{
"expr": "histogram_quantile(0.90, sum by (job, le) (rate(thanos_bucket_store_series_gate_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.90, sum by (job, tenant, le) (rate(thanos_bucket_store_series_gate_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p90 {{job}}",
"legendFormat": "p90 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
"step": 10
},
{
"expr": "histogram_quantile(0.99, sum by (job, le) (rate(thanos_bucket_store_series_gate_duration_seconds_bucket{job=~\"$job\"}[$interval]))) * 1",
"expr": "histogram_quantile(0.99, sum by (job, tenant, le) (rate(thanos_bucket_store_series_gate_duration_seconds_bucket{job=~\"$job\", tenant=~\"$tenant\"}[$interval]))) * 1",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "p99 {{job}}",
"legendFormat": "p99 {{job}} {{tenant}}",
"logBase": 10,
"max": null,
"min": null,
Expand Down
Loading

0 comments on commit c7d8c98

Please sign in to comment.