Commit Graph

27 Commits (4d61baa3e489ef4039aae9844b592da15d34d52e)

Author SHA1 Message Date
Julien Pivotto 67a64ee092
Remove check against cfg so interval/ timeout are always set (#10023) (#10031) 4 years ago
Nicholas Blott c92673fb14
Remove check against cfg so interval/ timeout are always set (#10023) 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 5 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 5 years ago
Darshan Chaudhary a7e554b158
add check service-discovery command (#8970) 5 years ago
DrAuYueng 69e309d202
Expose TargetsFromGroup/AlertmanagerFromGroup func and reuse this for (#9343) 5 years ago
Julien Pivotto b0c98e01c8
Include scrape labels in the hash (#9551) 5 years ago
Levi Harrison 70f597b033
Configure Scrape Interval and Timeout Via Relabeling (#8911) 5 years ago
Levi Harrison 2826fbeeb7
SD: Add target creation failure counter and change failure handling (#8786) 5 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 5 years ago
gotjosh 4eca4dffb8
Allow metric metadata to be propagated via Remote Write. (#6815) 6 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 6 years ago
gotjosh 8b49c9285d
scrape: Add metrics to track bytes and entries in the metadata cache (#6675) 6 years ago
gotjosh 05842176a6 Make the scrape.metricMetadataStore interface public 7 years ago
Dustin Hooten ca60bf298c React UI: Implement /targets page (#6276) 7 years ago
AllenZMC 9e47bb8b46 fix word 'parmeters' to 'parameters' (#5826) 7 years ago
Simon Pasquier 45506841e6
*: enable all default linters (#5504) 7 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 7 years ago
xjewer 0d1a69353e scrape: Add global jitter for HA server (#5181) 7 years ago
F4ncyMooN cd491e2d3a wait for interval-now%interval to make sure target will be collected with a fixed interval when restart prometheus (#4926) 8 years ago
Brian Brazil 9c03e11c2c Hook OpenMetrics parser into scraping. 8 years ago
Will Hegedus 193ebe7e34 Updates to /targets and /rules (scrape duration, last evaluation time) (#4722) 8 years ago
Fabian Reinartz ad4c33c1ff scrape,api: provide per-target metric metadata 8 years ago
Krasi Georgiev dc29dd1c6f add mutex for DiscoveredLabels 8 years ago
ferhat elmas ec8e4d8a7c all: remove unnecessary type conversions (#3992) 8 years ago
Krasi Georgiev 404b306fb9 Meta labels sd 3693 (#3805) 8 years ago
Krasi Georgiev b75428ec19 rename package retrieve to scrape 8 years ago
Shubheksha Jalan ec94df49d4 Refactor SD configuration to remove `config` dependency (#3629) 8 years ago
conorbroderick 8b6f3a1bd3 Added service discovery view showing labels before and after relabelling 9 years ago
Krasi Georgiev 55a1311f6a fix golint nits (#3291) 9 years ago
Fabian Reinartz 1121b9f7d4 retrieval: cache dropped series, mutate labels in place 9 years ago
Fabian Reinartz 0efecea6d4 Adapt storage APIs to uint64 references 9 years ago
Tom Wilkie db8128ceeb Add label set as first parameter to AddFast, ingored by TSDB adapter. 9 years ago
Goutham Veeramachaneni 643c5837a0 Stop metrics that are 10mins ahead from now 9 years ago
Brian Brazil d8b4995ddd Check target labels are valid. Check for address after relabelling. 9 years ago
Brian Brazil 37bc607e96 Rework sample limit to work for 2.0 9 years ago
Brian Brazil 72a276e7ed Pass through storage errors in limitAppender. 9 years ago
Fabian Reinartz d289dc55c3 storage: update TSDB 9 years ago
Julius Volz 815762a4ad Move retrieval.NewHTTPClient -> httputil.NewClientFromConfig 9 years ago
Fabian Reinartz cc0ff26f1f retrieval: handle GZIP compression ourselves 9 years ago
Fabian Reinartz 5772f1a7ba retrieval/storage: adapt to new interface 9 years ago
Brian Brazil 34767c2221 Clone lset before relabelling. (#2386) 9 years ago
Fabian Reinartz 035976b275 retrieval: handle not found error correctly 9 years ago
Fabian Reinartz ad9bc62e4c storage: extend appender and adapt it 9 years ago
beorn7 3610331eeb Retrieval: Do not buffer the samples if no sample limit configured 9 years ago
Fabian Reinartz f8fc1f5bb2 *: migrate ingestion to new batch Appender 9 years ago
Brian Brazil 6c07453ec1 Only clone the metric in the one place relabelling needs it. (#2292) 10 years ago
Brian Brazil 06b9df65ec Refactor and add unittests to scrape result handling. 10 years ago
Brian Brazil b5ded43594 Allow buffering of scraped samples before sending them to storage. 10 years ago
Frederic Branczyk 33b583d50e
web/api: add targets endpoint 10 years ago