diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index 95ff547317e..7f237b6e6c1 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -389,18 +389,18 @@ query_frontend: # (default: 30m) [query_ingesters_until: ] - # If set to a non-zero value, it's value will be used to decide if query is within SLO or not + # If set to a non-zero value, it's value will be used to decide if query is within SLO or not. # tempo_query_frontend_search_queries_within_slo_total is incremented if query - # completes in duration less than value of duration_slo + # completes in duration less than value of duration_slo. # This works in boolean OR with throughput_slo config, - # Query is within SLO if it returned within duration_slo seconds OR processed throughput_slo bytes/s data + # Query is within SLO if it returned within duration_slo seconds OR processed throughput_slo bytes/s data. [duration_slo: | default = 5s ] - # If set to a non-zero value, it's value will be used to decide if query is within SLO or not + # If set to a non-zero value, it's value will be used to decide if query is within SLO or not. # tempo_query_frontend_search_queries_within_slo_total is incremented if query - # throughput (data processed per second) more than value of throughput_slo + # throughput (data processed per second) more than value of throughput_slo. # This works in boolean OR with throughput_slo config, - # Query is within SLO if it returned within duration_slo seconds OR processed throughput_slo bytes/s data + # Query is within SLO if it returned within duration_slo seconds OR processed throughput_slo bytes/s data. [throughput_slo: | default = 104857600 ] @@ -418,10 +418,10 @@ query_frontend: # Requires hedge_requests_at to be set. Must be greater than 0. [hedge_requests_up_to: | default = 2 ] - # If set to a non-zero value, it's value will be used to decide if query is within SLO or not + # If set to a non-zero value, it's value will be used to decide if query is within SLO or not. # tempo_query_frontend_tracebyid_queries_within_slo_total is incremented if query - # completes in duration less than value of duration_slo - # Query is within SLO if it returned within duration_slo seconds + # completes in duration less than value of duration_slo. + # Query is within SLO if it returned within duration_slo seconds. [duration_slo: | default = 5s ] ```