hotfix: add heading metadata options
parent
6e192d20a9
commit
798fc74aa3
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue