Add basic authentication (#1683)

* Add basic authentication

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-05-01 14:26:51 +02:00 committed by GitHub
commit 202ecf9c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 5132 additions and 52 deletions

View file

@ -2,6 +2,7 @@
* [CHANGE]
* [FEATURE]
* [FEATURE] Add basic authentication #1673
* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617
* [ENHANCEMENT] Add metrics for IO errors and retires on Darwin. #1636
* [BUGFIX] collector/systemd: use regexp to extract systemd version #1647