backport of commit a485837cb624516701071e12681cc543bd5e45bf (#23631)
Co-authored-by: Skybladev2 <Skybladev2@users.noreply.github.com>
This commit is contained in:
parent
a80d1785c3
commit
354a8e90a3
|
@ -907,6 +907,10 @@ $ curl \
|
|||
|
||||
Reading the configuration shows the current settings, as well as a flag as to whether any data can be queried.
|
||||
|
||||
| Method | Path |
|
||||
| :----- | :------------------------------ |
|
||||
| `GET` | `/sys/internal/counters/config` |
|
||||
|
||||
- `enabled` `(string)` - returns `default-enabled` or `default-disabled` if the configuration is `default`.
|
||||
- `queries_available` `(bool)` - indicates whether any usage report is available. This will initially be
|
||||
false until the end of the first calendar month after the feature is enabled.
|
||||
|
|
Loading…
Reference in New Issue