Commit Graph

192 Commits (f1065e44a4241097c4c2a53c44793e80d3475cf1)

Author SHA1 Message Date
beorn7 a9008f5423 Merge branch 'main' into sparsehistogram
3 years ago
Howie 4e1dacf2d1
fix issue #9432(uses reference to loop iterator variable ) (#9483)
3 years ago
beorn7 94729d9936 Merge branch 'main' into sparsehistogram
3 years ago
Björn Rabenstein 9486be535b
Add deprecation notice for the pkg directory (#9477)
3 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far
3 years ago
beorn7 fd5ea4e0b5 Merge branch 'main' into sparsehistogram
3 years ago
Levi Harrison dc2f1993d8
Limit number of alerts or series produced by a rule (#9260)
3 years ago
Paweł Szulik f5563bfe95
tests: Move from t.Errorf and others. (Part 2) (#9309)
3 years ago
George Robinson 049b4f4f13
Support customization of template options in TemplateExpander (#9290)
3 years ago
Bryan Boreham 92a3eeac55
Create less garbage when parsing metrics (#9299)
3 years ago
DrAuYueng e8be1d0a5c
Check relabel action at yaml unmarshal stage (#9224)
3 years ago
Björn Rabenstein 4a85354a2c
Fix protobuf parsing of quantile-less summaries (#9277)
3 years ago
SuperQ e167a45c65
Add new Go build tags.
3 years ago
Oleg Zaytsev 4d654ee22b
Benchmark Labels.Get() and document the result (#9242)
3 years ago
Oleg Zaytsev 280eaf33f0
Use global string map for MatchType.String() (#9237)
3 years ago
Ganesh Vernekar f0688c21d6
Log sparse histograms into WAL and replay from it (#9191)
3 years ago
Ganesh Vernekar 8b70e87ab9
Merge remote-tracking branch 'upstream/main' into sparse-refactor
3 years ago
beorn7 c35f138a9a Be more specific when identifying a sparse histogram
3 years ago
beorn7 641c3ae199 protobufparse: Add support for remaining types
3 years ago
beorn7 88a6229fc4 protobufparse: add exemplar support for counters
3 years ago
beorn7 9cdd9cfb8e Add tests for protobuf parser
3 years ago
Dieter Plaetinck bef872bf3c clarify
3 years ago
Ganesh Vernekar 4c01ff5194
Bunch of fixes for sparse histograms (#9043)
3 years ago
Ganesh Vernekar 78d68d5972
Make query_range serve histograms (#9036)
3 years ago
beorn7 5de2df752f Hacky implementation of protobuf parsing
3 years ago
Dieter Plaetinck 4d27816ea5
Sparsehistogram: improve dod encoding, testing, encode chunk metadata (#9015)
3 years ago
Dieter Plaetinck 58917d1b76
sparsehistogram: integer types and timestamp separation (#9014)
3 years ago
cw9 13cd50c52e Return error on NaN and Inf timestamps for OpenMetrics parser
3 years ago
Ganesh Vernekar 64bea6999e
HistogramAppender interface for sparse histograms (#9007)
3 years ago
Michal Wasilewski 3f686cad8b
fixes yamllint errors
4 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log
4 years ago
Levi Harrison 17ea8d006a
Added external URL access
4 years ago
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296)
4 years ago
Ben Kochie a06dcd7771
Update Makefile.common
4 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635)
4 years ago
Julien Pivotto 22cfa10685 Add hashmod relabeling test with hasmod and a newline
4 years ago
Ganesh Vernekar 9199fcb8d1
'@ <timestamp>' modifier (#8121)
4 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122)
4 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110)
4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087)
4 years ago
Bartlomiej Plotka 9981b3f3ee
labels: Reduce allocated memory and latency of Hash method; Added tests. (#8025)
4 years ago
Bartlomiej Plotka dee6ac274e
labels: Extra tests and comment for WithoutLabels method. (#8024)
4 years ago
Brian Brazil cf273f21bb
Add a testcase for #8040 (#8042)
4 years ago
Brian Brazil 924ce978b7
Don't do literal regex matching optimisation when case insensitive. (#8013)
4 years ago
Li Zhijian 6f6ef1451e
Cleanup tempfiles (#7696)
4 years ago
Max Neverov 7c8bbd6bcb
Add fmt rule check: labels with the name __name__ are invalid (#7787)
4 years ago
Julien Pivotto fd06416057
Use strict unmarshalling of rules (#7767)
4 years ago
Guangwen Feng e6f2b8ad60
Fix golint issue in labels.go (#7730)
4 years ago
Callum Styan 0f76024eeb
Clarify error messaging, group names must be provided. (#7529)
4 years ago
Marco Pracucci 2f6bf7de4c
Optimise labels regex matchers containing a literal within the pattern (#7503)
4 years ago