Commit Graph

270 Commits (da0412a5193ccd7849c67a53fd6c8a3f6039ca07)

Author SHA1 Message Date
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
Bryan Boreham 144470c7b0
[BUGFIX] Scraping: allow multiple samples on same series (#14685) 10 months ago
Owen Williams 9e7308de38 feat(utf8): utf8 content negotation and flags 11 months ago
Bryan Boreham e6356e64bd Scraping: drop series cache when resizing symbol table 12 months ago
Bryan Boreham 74b1f3daa6 Refactor: scraping: extract method restartLoops 12 months ago
Bryan Boreham b42b5fbd74 Scraping: check symbol-table on sync 12 months ago
Bryan Boreham 7ca31c66be Scraping: add metric for symbol table size 12 months ago
Bartlomiej Plotka 9198952f7c
[PRW 2.0] Merging `remote-write-2.0` feature branch to main (PRW 2.0 support + metadata in WAL) (#14395) 12 months ago
Arthur Silva Sens 7aacef9b42
bugfix: Decouple native histogram ingestions and protobuf parsing 1 year ago
Matthieu MOREL d496687c8e golangci-lint: enable usestdlibvars linter 1 year ago
György Krajcsovits d64c6fe34f fix the bug of setting native histogram min bucket factor (#13846) 1 year ago