Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Nylander <[email protected]>
  • Loading branch information
electron0zero and knylander-grafana authored Feb 6, 2023
1 parent 27af7cc commit 2dba23d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,18 +389,18 @@ query_frontend:
# (default: 30m)
[query_ingesters_until: <duration>]
# 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: <duration> | 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: <float> | default = 104857600 ]
Expand All @@ -418,10 +418,10 @@ query_frontend:
# Requires hedge_requests_at to be set. Must be greater than 0.
[hedge_requests_up_to: <int> | 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: <duration> | default = 5s ]
```

Expand Down

0 comments on commit 2dba23d

Please sign in to comment.