diff options
author | Romain <romdum@users.noreply.github.com> | 2021-10-04 00:46:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 18:46:44 -0400 |
commit | fc5ee1edf90eb826a67921bb8d5c6b3e8c746225 (patch) | |
tree | 92f9987a5ecab529f23f17f07bf52a1cd9a35e08 /docs | |
parent | 89ddbe9699aa2471af34d0e093e6631711482d89 (diff) | |
download | gitea-fc5ee1edf90eb826a67921bb8d5c6b3e8c746225.tar.gz gitea-fc5ee1edf90eb826a67921bb8d5c6b3e8c746225.zip |
Add metrics to get issues by label (#17201)
* Add metrics to get issues by label
* Add comment on IssueByLabelCount
* Code review - Unify "AS" in SQL (#17201)
* Code review - Remove useless join (#17201)
* Code review - Disable issue_by_label by default in settings (#17201)
* use e
* restore empty line
* update docs
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index d80f96b3de..5726473d24 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -853,6 +853,7 @@ NB: You must have `DISABLE_ROUTER_LOG` set to `false` for this option to take ef ## Metrics (`metrics`) - `ENABLED`: **false**: Enables /metrics endpoint for prometheus. +- `ENABLED_ISSUE_BY_LABEL`: **false**: Enable issue by label metrics - `TOKEN`: **\<empty\>**: You need to specify the token, if you want to include in the authorization the metrics . The same token need to be used in prometheus parameters `bearer_token` or `bearer_token_file`. ## API (`api`) |