Andres Martinez Gotor
|
1714fa598c
|
Chore: Refactor backend plugin errors (#74928)
|
2023-09-25 11:56:03 +02:00 |
|
Serge Zaitsev
|
324310abbc
|
Chore: Fix goimports grouping in pkg/api (#62419)
* fix goimports
* fix goimports order
|
2023-01-30 08:18:26 +00: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 |
|
Marcus Efraimsson
|
9eb2cd537d
|
Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467)
* add new endpoint without auth+config
* add cfg check
* fit lint issue
* Add basic auth support
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
* WIP docs
* Update docs/sources/administration/view-server/internal-metrics.md
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
* update instructions
Co-authored-by: Will Browne <will.browne@grafana.com>
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
|
2022-03-29 11:18:26 +02:00 |
|