This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
prometheus
Watch
1
Star
0
Fork
0
You've already forked prometheus
mirror of
https://github.com/prometheus/prometheus.git
synced
2025-09-21 13:51:00 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
prometheus
/
retrieval
History
Brian Brazil
6c07453ec1
Only clone the metric in the one place relabelling needs it. (
#2292
)
...
This cuts ~17% off memory allocations related to ingesting data in a basic setup.
2016-12-21 10:00:33 +00:00
..
testdata
Add ServerName into TLS Config
2016-05-26 14:24:49 -07:00
helpers_test.go
Fix tests for append API changes
2016-02-03 10:17:08 +01:00
scrape_test.go
discovery: move TargetSet into discovery package
2016-11-23 09:14:44 +01:00
scrape.go
Remove label from prometheus_target_skipped_scrapes_total (
#2289
)
2016-12-16 18:00:52 +00:00
target_test.go
config: extract SD and HTTPClient configurations
2016-11-23 18:23:37 +01:00
target.go
Only clone the metric in the one place relabelling needs it. (
#2292
)
2016-12-21 10:00:33 +00:00
targetmanager_test.go
discovery: move TargetSet into discovery package
2016-11-23 09:14:44 +01:00
targetmanager.go
retrieval: refactor TargetManager to return flat list of Targets
2016-12-02 13:28:58 +01:00