Commit Graph

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

Author SHA1 Message Date
machine424 50a6efd5ec
fix(model/textparse): Labels(): copy the input to avoid dangling references 1 month ago
Bartlomiej Plotka 8e6b008608
feature: type-and-unit-labels (PROM-39 implementation) (#16228) 1 month ago
Bartlomiej Plotka dc85d677d8
textparse: Optimize CreatedTimestamp; It returns int64 value now. (#16072) 4 months ago
Bartlomiej Plotka 733a5e9eb4
textparse: Optimized protobuf parser with custom streaming unmarshal. (#15731) 5 months ago
Bartlomiej Plotka 00b69efabb
model/textparse: Change parser interface Metric(...) string to Labels(...) (#16012) 5 months ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter 8 months ago
machine424 8bcb4d865d
feat: normalize "le" and "quantile" labels values upon ingestion 8 months ago
Bryan Boreham 31c5760551
Neater string vs byte-slice conversions (#14425) 9 months ago
Ondrej Kokes 2e30f1231b docs: textparse.Parser return type mismatch 1 year ago
Bryan Boreham eff3a13e19 model/textparse: parsers take a labels SymbolTable 1 year ago
Owen Williams a28d7865ad UTF-8: Add support for parsing UTF8 metric and label names 1 year ago
Bryan Boreham c83e1fc574 textparse: remove MetricType alias 2 years ago
Bryan Boreham 8065bef172 Move metric type definitions to common/model 2 years ago
Arthur Silva Sens 5082655392
Append Created Timestamps (#12733) 2 years ago
Arthur Silva Sens ef8e6ae780
Parse created timestamps from Prometheus Protobuf (#12973) 2 years ago
Matthieu MOREL 0a513f827d ci(lint): enable errorlint linter on model 2 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
Damien Grisonnet 0fee615719 model/textparse: improve openmetrics error outputs 2 years ago
Damien Grisonnet e3b5416d05 model/textparse: improve error outputs 2 years ago
beorn7 3e5ad99c33 textparse: Minor doc comment improvement 3 years ago
Damien Grisonnet 96b9d8cebb model/textparse: associate correct token to errors 3 years ago
Bryan Boreham 1f04899ae3 Update package model/textparse for new labels.Labels type 3 years ago
Marc Tudurí f7df3b86ba
histograms: parse float histograms from proto definition (#11149) 3 years ago
Matthieu MOREL c2b4de3611
refactor (package model): move from github.com/pkg/errors to 'errors' and 'fmt' packages (#10747) 3 years ago
Levi Harrison a9e2ffb717
Specify type in metadata parser errors (#10269) 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far 4 years ago
beorn7 5de2df752f Hacky implementation of protobuf parsing 4 years ago
Ben Kochie 269e7c8091
Fix golint issues. 5 years ago
shreyassrivatsan e825282dd1 Add exemplar support to the openmetrics parser (#6292) 6 years ago
zhulongcheng 970ef41bb6 Fix exported function comments (#6002) 6 years ago
Brian Brazil 94b1af1471
Update to disallow new Go 1.13 float formats. (#5984) 6 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 6 years ago
Giedrius Statkevičius 10ec2552af promparse: sort all labels when parsing (#5372) 6 years ago
AixesHunter 9f903fb3f7 github.com/cznic/golex has moved to modernc.org/golex (#5034) 7 years ago
Brian Brazil c271ef456a Add an OpenMetrics parser. 7 years ago
Brian Brazil ffe7efb411 Prepare for multiple text formats 7 years ago
Brian Brazil 70c98a06f1
Handle empty HELP in text parser. (#4444) 7 years ago
Fabian Reinartz 0ff42e754e pkg/textparse: unescape help string 7 years ago
Fabian Reinartz 5fcc5b6028 pkg/textparse: support null bytes in comments and help 7 years ago
Fabian Reinartz 76a4a46cb0 pkg/textparse: refactor and add metadata handling 7 years ago
Goutham Veeramachaneni 11ee713ced Handle common escape characters properly. (#2995) 8 years ago
Goutham Veeramachaneni b7eddbcd98 textparse: Add fuzzing and fix bug caught 8 years ago
Goutham Veeramachaneni 0e78b7e7c8 parser: support spaces everywhere 8 years ago
Fabian Reinartz bc7aff8cef retrieval: extract scrape cache 8 years ago
Fabian Reinartz a83014f53c retrieval: fix memory leak and consumption for caches 8 years ago
Fabian Reinartz 377886b371 pkg/textparse: implement timestamp parsing 8 years ago
Brian Brazil 5c9a6ce747 Add license to files. 8 years ago
Fabian Reinartz d9fb57cde4 *: Simplify []byte to string unsafe conversion 8 years ago
Fabian Reinartz d80a3de235 pkg/textparse: add documentation 9 years ago