Nikolay
|
2780d6dbcd
|
basic OAuth2 support for remoteWrite and scrape targets (#1316)
* adds OAuth2 support for remoteWrite and scrapping
* adds tests
changes init
|
2021-05-22 18:02:01 +03:00 |
|
Aliaksandr Valialkin
|
a6cb4f10a7
|
app/{vmalert,vmauth}: explicitly set MaxIdleConnsPerHost in net/http.Client.Transport
By default MaxIdleConnsPerHost is set to 2. This limits the possibility to re-use http keep-alive connections.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1300
|
2021-05-14 18:13:34 +03:00 |
|
Aliaksandr Valialkin
|
87700f1259
|
lib/promscrape: add support for authorization config in -promscrape.config as Prometheus 2.26 does
See https://github.com/prometheus/prometheus/pull/8512
|
2021-04-02 21:20:37 +03:00 |
|
Nikolay Khramchikhin
|
a5d842caf8
|
fixes openstack api endpoint with suffix trim adds openstack (#840)
api v2.0 check
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/728
|
2020-10-16 23:01:45 +03:00 |
|
Aliaksandr Valialkin
|
938b3b7ed1
|
lib/promscrape: code prettifying after 9bd9f67718
|
2020-10-12 16:13:59 +03:00 |
|
Aliaksandr Valialkin
|
1da41177a8
|
lib/promscrape/discovery/openstack: show expiration time for refreshed OpenStack token in seconds - this is easier to interpret by human
|
2020-10-06 11:20:36 +03:00 |
|
Aliaksandr Valialkin
|
50316070d6
|
lib/promscrape/discovery/openstack: code prettifying after cbe3cf683b
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/728
|
2020-10-05 18:12:31 +03:00 |
|
Nikolay Khramchikhin
|
b4c77fc6d2
|
Adds openstack sd (#811)
* adds openstack service discovery
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/728
implemented hypervisors and instance discovery with openstack v3 api.
Added tests for labeling and data parsing.
Added token refresh.
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
|
2020-10-05 16:48:54 +03:00 |
|