Andres Martinez Gotor
|
a31d96d20a
|
Prometheus: Promote Azure auth flag to configuration (#53447)
|
2022-08-11 16:12:57 +02:00 |
|
Jo
|
062d255124
|
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile
* replace ioutil.ReadAll -> io.ReadAll
* replace ioutil.TempFile -> os.CreateTemp
* replace ioutil.NopCloser -> io.NopCloser
* replace ioutil.WriteFile -> os.WriteFile
* replace ioutil.TempDir -> os.MkdirTemp
* replace ioutil.Discard -> io.Discard
|
2022-08-10 15:37:51 +02:00 |
|
Andrej Ocenas
|
3df34fe064
|
Prometheus: Remove cache, pass headers in request, simplify client creation for resource calls and custom client (#51436)
* Remove cache, pass headers in request, simplify client creation
* Add test for http options creation
|
2022-07-04 11:18:45 +02:00 |
|
Serge Zaitsev
|
ae9491c3a7
|
Chore: Make test tracer noop and return no errors (#50797)
|
2022-06-15 12:40:41 +02:00 |
|
Todd Treece
|
94b9c524a8
|
Prometheus: Streaming JSON parser performance improvements (#48792)
|
2022-05-24 16:17:11 -04:00 |
|
Todd Treece
|
87e8521591
|
Prometheus: Implement Streaming JSON Parser (#48477)
use `prometheusStreamingJSONParser` feature toggle to enable
|
2022-05-13 20:28:54 +02:00 |
|