hotfix: add heading metadata options

pull/5186/head
Scott Anderson 2023-10-19 09:15:42 -06:00
parent 6e192d20a9
commit 798fc74aa3
2 changed files with 14 additions and 1 deletions

View File

@ -25,6 +25,19 @@
& + .code-tabs-wrapper { margin-top: 0; }
&.green { color: $gr-rainforest; }
&.orange { color: $r-dreamsicle; }
&[metadata]::after {
content: attr(metadata);
margin-left: .65rem;
padding: .1em .5em;
color: $article-heading;
background: rgba($article-heading, .12);
font-size: .75em;
font-style: normal;
font-weight: $medium;
border-radius: 1em;
display: inline-block;
vertical-align: middle;
}
}
h1 {
font-weight: normal;

View File

@ -622,7 +622,7 @@ Setting the value to `0` disables the slow query logging.
Environment variable: `INFLUXDB_CLUSTER_LOG_QUERIES_AFTER`
#### `log-timedout-queries = false`
#### `log-timedout-queries = false` {metadata="v1.11+"}
Set to `true` to log queries that are killed due to exceeding the `query-timeout`.
The default setting (`false`) will not log timedout queries.