Commit Graph

278 Commits (aa1d46a9da0f9710ca1528bef7623f1b4fb93f53)

Author SHA1 Message Date
Owen Williams aa1d46a9da
scrape: set validation and escaping defaults in default config vars (#16751) 2 days ago
Bartlomiej Plotka 8e6b008608
feature: type-and-unit-labels (PROM-39 implementation) (#16228) 1 month ago
chardch a1c157aaef Add global config option for always_scrape_classic_histograms 2 months ago
chardch 357b5ed640 Fix small issues and clarify documentation 3 months ago
chardch 2f59d38054 Add global config option for convert_classic_histograms_to_nhcb 3 months ago
Owen Williams 6566c5a2b3
scrape: Add config option for escaping scheme request. (#16066) 3 months ago
György Krajcsovits f71ec8d5d5
fix(scrape): skip native histogram series if ingestion is disabled 3 months ago
Bryan Boreham e86b9812f4 [BUGFIX] Scraping: bump cache iteration after error 3 months ago
György Krajcsovits fec2f2603a fix(scrape): skip native histogram series if ingestion is disabled 3 months ago
Bryan Boreham e32d89af7f
[BUGFIX] Scraping: bump cache iteration after error (#16174) 4 months ago
Bartlomiej Plotka dc85d677d8
textparse: Optimize CreatedTimestamp; It returns int64 value now. (#16072) 4 months ago
Matthieu MOREL c7d4b53ec1 chore: enable unused-parameter from revive 4 months ago
Laimis Juzeliūnas a5ffa83be8
scrape: reorder the switch case of errors (#15991) 4 months ago
Bartlomiej Plotka 00b69efabb
model/textparse: Change parser interface Metric(...) string to Labels(...) (#16012) 5 months ago
Matthieu MOREL dd5ab743ea chore(deps): use version.PrometheusUserAgent 5 months ago
Bartlomiej Plotka 6f1ad64e27
Update scrape/scrape.go 5 months ago
bwplotka 3119567d5b scrape: Add metadata for automatic metrics. 5 months ago
bwplotka af928a1ba4 Addressed Krajo's comment. 5 months ago
bwplotka 9385f31147 scrape: Fix metadata in WAL not working for histograms and summaries. 5 months ago
Bryan Boreham 7b03796d0f
Scraping: stop storing discovered labels (#15261) 6 months ago
Giedrius Statkevičius 90e832c861 scrape: fix nil panic after scrape loop reload 7 months ago
Ben Ye e10bbf0a84 hot reload always_scrape_classic_histograms and convert_classic_histograms_to_nhcb configs properly 7 months ago
TJ Hoplock e0104a6b7e ref: JSONFileLogger slog handler, add scrape.FailureLogger interface 7 months ago
TJ Hoplock 3e24e84172 fix!: stop unbounded memory usage from query log 7 months ago
Bryan Boreham 6380229c71 [REFACTOR] Scraping: rename variables for clarity 8 months ago
alexgreenbank 6b09f094e1 scrape: stop erroring on empty scrapes 8 months ago
Simon Pasquier 37f3f3f2db Fix scrape failure logs 8 months ago
Vanshika cccbe72514
TSDB: Fix some edge cases when OOO is enabled (#14710) 8 months ago
George Krajcsovits 877fd2a60e
Update scrape/scrape.go 8 months ago
György Krajcsovits 4283ae73dc Rename convert_classic_histograms to convert_classic_histograms_to_nhcb 8 months ago
Alex Greenbank 421a3c22ea
scrape: provide a fallback format (#15136) 8 months ago
Bartlomiej Plotka efc43d0714
s/scrape_classic_histograms/always_scrape_classic_histograms (3.0 breaking change) (#15178) 8 months ago
huochexizhan ff16fa1827 fix: fix slice init length 9 months ago
György Krajcsovits 8dfa733596 Fix labels handling with dedupelabels tag 9 months ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 9 months ago
Manik Rana f1c57a95ed
change: No longer ingest OM _created as timeseries if feature-flag 'enable-ct-zero-ingestion' is enabled; fixed OM text CT conversion bug (#14738) 9 months ago
Arthur Silva Sens 6bd9b1a7cc
Histogram CT Zero ingestion 9 months ago
Alex Johnson be0f10054e Remove no-default-scrape-port featureFlag 9 months ago
Jeanette Tan 97ba2fc39d use caps for NHCB 9 months ago
Jeanette Tan 172d4f2405 insert nhcb parser as intermediate layer 9 months ago
Jeanette Tan f596f17024 allow option to convert classic histograms to nhcb entirely (don't append classic histogram series) 9 months ago
Jeanette Tan 02d5abf60e don't use cache for nhcb maps 9 months ago
Jeanette Tan 4503145c8b convert classic histograms to int nhcb where possible instead 9 months ago
Jeanette Tan 62e7f0438d implement basic conversion of classic to nhcb in scrape 9 months ago
Nicolás Pazos 569b6abfa3 fix(utf8): propagate validationScheme config to scraping options 10 months ago
Owen Williams 88bb05c3e8 utf8: enable utf-8 support by default 10 months ago
Julien ce0f09b125 Scrape: Add scrape_failure_log_file to log Scrape Failures 10 months ago
Bartlomiej Plotka f1d3c3f464
fix: Properly put OM text p.CreatedTimestamp behind feature flag (#14809) (#14815) 10 months ago
Owen Williams 9da75328ea
fix(utf8): ensure correct validation when legacy mode turned on (#14736) 10 months ago
Bryan Boreham d697719db6 [BUGFIX] Scraping: allow multiple samples on same series (#14685) 10 months ago