Commit Graph

32 Commits (dependabot/github_actions/scripts/golangci/golangci-lint-action-8.0.0)

Author SHA1 Message Date
Bartlomiej Plotka dc85d677d8
textparse: Optimize CreatedTimestamp; It returns int64 value now. (#16072) 4 months ago
Bartlomiej Plotka 00b69efabb
model/textparse: Change parser interface Metric(...) string to Labels(...) (#16012) 5 months ago
George Krajcsovits cfcb00a716
perf(nhcbparse): unroll recursion (#15776) 6 months ago
György Krajcsovits a48d05912d nhcb: optimize, do not recalculate suffixes multiple times 7 months ago
György Krajcsovits eafe72a0d0 perf(nhcb): optimize away most allocations in convertnhcb 8 months ago
George Krajcsovits eb3b349024
fix(nhcb): created timestamp fails when keeping classic histograms (#15218) 8 months ago
George Krajcsovits 469573b13b
fix(nhcb): do not return nhcb from parse if exponential is present (#15209) 8 months ago
George Krajcsovits 2182b83271
feat(nhcb): implement created timestamp handling (#15198) 8 months ago
George Krajcsovits aa81210c8b
NHCB scrape: refactor state handling and speed up scrape test (#15193) 8 months ago
György Krajcsovits d930648afb Add doc string for NHCBParser 9 months ago
György Krajcsovits 9b5d7287bb Use labels hash to determine change in metric like CT 9 months ago
György Krajcsovits 530e9514b7 Fix case of keeping classic series 9 months ago
György Krajcsovits 8dfa733596 Fix labels handling with dedupelabels tag 9 months ago
György Krajcsovits f3c8ed2947 minor fixes 9 months ago
György Krajcsovits fbbf10baad Use the proper way to iterate labels 9 months ago
György Krajcsovits 7fccf1e6be Disable CT handling and enable exemplar handling 9 months ago
György Krajcsovits e931587bf8 Factor out label compare and store 9 months ago
György Krajcsovits 16f28be713 Fix CT handling 9 months ago
György Krajcsovits 6bebeaf41b Fix not checking all labels before deciding to store NHCB 9 months ago
György Krajcsovits e1a7008b6c Add unit test nhcbparse_test.go 9 months ago
György Krajcsovits 9c4816df36 Rename bType to bName as Type returns the binary name and not the type name 9 months ago
Jeanette Tan 97ba2fc39d use caps for NHCB 9 months ago
Jeanette Tan f35c6649e4 don't blindly convert series with the classic histogram name suffixes if they are not actually histograms based on metadata 9 months ago
Jeanette Tan e3899187da expand tests for protobuf and fix problems 9 months ago
Jeanette Tan cd498964e6 expand tests and support conversion to nhcb in the middle of scrape 9 months ago
Jeanette Tan 41c7f7d352 don't reuse the buffer 9 months ago
Jeanette Tan 57bde06d2c add doc comments 9 months ago
Jeanette Tan cbd5488cd3 skip nhcb conversion if there is native histogram of same name 9 months ago
Jeanette Tan 0e5072b873 keep only 1 nhcb in memory at at time 9 months ago
Jeanette Tan 172d4f2405 insert nhcb parser as intermediate layer 9 months ago