Commits on Source (18)
-
Krasi Georgiev authored
-
Krasi Georgiev authored
Signed-off-by:
Krasi Georgiev <krasi.root@gmail.com>
-
Krasi Georgiev authored
-
Krasi Georgiev authored
scrape pool doesn't rely on context as Stop() needs to be blocking to prevent Scrape loops trying to write to a closed TSDB storage.
-
Krasi Georgiev authored
-
Krasi Georgiev authored
-
Krasi Georgiev authored
remove some select state that is most likely obsoleete and hoepfully doesn't braje anything :) merge targets will sort by Discoverer name so we can have consistent tests for the maps.
-
Krasi Georgiev authored
-
Krasi Georgiev authored
-
Krasi Georgiev authored
-
Krasi Georgiev authored
handle errors with invalid scrape config
-
Krasi Georgiev authored
split the groupsMerge function to set and get other small nits
-
Krasi Georgiev authored
-
Krasi Georgiev authored
-
Krasi Georgiev authored
Signed-off-by:
Krasi Georgiev <krasi.root@gmail.com>
-
Goutham Veeramachaneni authored
main.go integration test for Startup interrupting.
-
James Turnbull authored
The docs suggest that alert templating only works in the summary and description annotation fields. Some testing and a review of the code suggests this is no longer true and that you can template any annotation field.
-
Fabian Reinartz authored
Decouple the discovery and refactor the retrieval package
Showing
- cmd/prometheus/main.go 53 additions, 34 deletionscmd/prometheus/main.go
- cmd/prometheus/main_test.go 90 additions, 0 deletionscmd/prometheus/main_test.go
- config/config.go 1 addition, 1 deletionconfig/config.go
- discovery/README.md 2 additions, 2 deletionsdiscovery/README.md
- discovery/discovery_test.go 0 additions, 1055 deletionsdiscovery/discovery_test.go
- discovery/manager.go 301 additions, 0 deletionsdiscovery/manager.go
- discovery/manager_test.go 730 additions, 0 deletionsdiscovery/manager_test.go
- docs/configuration/template_examples.md 5 additions, 6 deletionsdocs/configuration/template_examples.md
- docs/configuration/template_reference.md 5 additions, 5 deletionsdocs/configuration/template_reference.md
- notifier/notifier.go 0 additions, 16 deletionsnotifier/notifier.go
- retrieval/manager.go 162 additions, 0 deletionsretrieval/manager.go
- retrieval/manager_test.go 0 additions, 0 deletionsretrieval/manager_test.go
- retrieval/scrape.go 10 additions, 8 deletionsretrieval/scrape.go
- retrieval/scrape_test.go 3 additions, 2 deletionsretrieval/scrape_test.go
- retrieval/targetmanager.go 0 additions, 194 deletionsretrieval/targetmanager.go
- web/web.go 7 additions, 7 deletionsweb/web.go
- web/web_test.go 2 additions, 2 deletionsweb/web_test.go
discovery/discovery_test.go
deleted
100644 → 0
This diff is collapsed.
discovery/manager_test.go
0 → 100644
retrieval/manager.go
0 → 100644
retrieval/targetmanager.go
deleted
100644 → 0