Commit Graph

1673 Commits (038cd5b5ef7d9766033c2f66c9bd3a45531d84d0)

Author SHA1 Message Date
Bryan Boreham 25f200bf85 API tests: fix flaky TestEndpoints
9 months ago
Charles Korn 4e77e8e5ef
Allow using alternative PromQL engines for rule evaluation
9 months ago
György Krajcsovits 4d4d822c36 Add native histograms to latency/duration metrics
9 months ago
Kartikay 8736772053
web/api: add limit param on series, labels, label-values (#13396)
9 months ago
Manik Rana ab9b770aea
ui (histograms): Add native histogram chart to Table view (#13658)
9 months ago
machine424 f477e0539a
Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21
9 months ago
Bryan Boreham d2817e9c91
Merge pull request #12304 from bboreham/labels-symboltable
9 months ago
Bryan Boreham 518ab179fb Merge branch 'release-2.50' into merge-2.50.1
9 months ago
Bryan Boreham 9ba13de220 scraping: pass a Builder to get Target labels
9 months ago
Bryan Boreham eff3a13e19 model/textparse: parsers take a labels SymbolTable
9 months ago
Bryan Boreham e537d6d1c1 Cut 2.50.1 with metadata api bugfix
9 months ago
ismail simsek eecaa71ff1 Fix: metadata API using wrong field names (#13633)
9 months ago
ismail simsek 2507469291
Fix: metadata API using wrong field names (#13633)
9 months ago
Manik Rana 08832e2db8
histogram: add UI tests for rendering histogram (#13631)
9 months ago
Augustin Husson 9738e48a7d
Merge pull request #13629 from prometheus/release-2.50
9 months ago
Augustin Husson 814b920e8a
Cut v2.50.0 (#13612)
9 months ago
Augustin Husson 93591ec5cc
Cut v2.50.0-rc.1 (#13602)
9 months ago
Bryan Boreham aba0071480
Merge pull request #13589 from bboreham/trace_id
9 months ago
Owen Williams a28d7865ad UTF-8: Add support for parsing UTF8 metric and label names
10 months ago
Bryan Boreham c0e36e6bb3 Standardise exemplar label as "trace_id"
10 months ago
Augustin Husson 452f4c96b7
Cut v2.50.0-rc.0 (#13465)
10 months ago
Bryan Boreham 39af788dbd Tests: use replacement DeepEquals using go-cmp
10 months ago
Bryan Boreham 98c4889029
Merge pull request #9298 from Creatone/creatone/use-testify
10 months ago
Faustas Butkus 6feffeb92e
promql: add histogram_avg function (#13467)
10 months ago
Bryan Boreham 16e68c01e4 tests: remove err from message when testify prints it already
10 months ago
Paweł Szulik 6e9cca8158 Refactor web tests to use testify.
10 months ago
Leegin 19efd0a675
api: Serialize discovered labels into JSON directly in dropped targets (#13484)
10 months ago
Leegin e3040bfabc
api: Serialize discovered and target labels into JSON directly (#13469)
10 months ago
Yury Molodov a598ddfbc4
ui/fix: correct url handling for stacked graphs (#13460)
10 months ago
Augustin Husson 52fa5863a2
Merge branch 'main' into nexucis/merge-back
10 months ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340)
10 months ago
tyltr f97fa2736c remove obsolete build tag
11 months ago
bwplotka 216b5edb41 Cut 2.49.1 web package.
11 months ago
Bartlomiej Plotka db3544c552
Merge branch 'main' into merge-2.49.0-back
11 months ago
Ayoub Mrini ace9c8a3da
promtool: allow setting multiple matchers to "promtool tsdb dump" command. (#13296)
11 months ago
bwplotka cf50f85faa Cut 2.49.0
11 months ago
bwplotka abbcdc61f5 Cut 2.49.0-rc.2
11 months ago
Bartlomiej Plotka d4a6bc03f2 Merge pull request #13371 from kevinmingtarja/fix-isHeatmapData
11 months ago
Bartlomiej Plotka 775d955919
Merge pull request #13371 from kevinmingtarja/fix-isHeatmapData
11 months ago
Kevin Mingtarja 40941d450b Fix handling of scalar and string in isHeatmapData
11 months ago
Kevin Mingtarja c126c21baa Fix DataTableProps['data'] for resultType string
11 months ago
bwplotka 20b4ef5d58 Cut v2.49.0-rc.1
12 months ago
Bryan Boreham 8065bef172 Move metric type definitions to common/model
12 months ago
Bryan Boreham 99c17b4319
Merge pull request #13177 from bboreham/less-madness
12 months ago
machine424 ea97086484
ui: create a reproduction for https://github.com/prometheus/prometheus/issues/13292
12 months ago
Bartlomiej Plotka c4c8d59c14
Cut 2.49.0-rc.0 (#13270)
12 months ago
Björn Rabenstein db915b07cb
Merge pull request #13215 from fpetkovski/float-histogram-reuse
12 months ago
Bartlomiej Plotka 91a383f52c
Merge pull request #13059 from zenador/add-mad-function
12 months ago
Filip Petkovski 10a82f87fd
Enable reusing memory when converting between histogram types
12 months ago
dependabot[bot] 48b1818ee8
build(deps-dev): bump @types/node from 17.0.45 to 20.10.4 in /web/ui (#13260)
12 months ago
Bartlomiej Plotka bc4f8366c5
Upgraded npm dependencies pre 2.49-rc.0 (#13256)
12 months ago
dependabot[bot] b9960d6d8d
build(deps-dev): bump @babel/traverse from 7.19.3 to 7.23.3 in /web/ui (#13137)
12 months ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254)
12 months ago
Julien Pivotto 6e8e16c050
Merge pull request #13227 from prometheus/release-2.48
1 year ago
Jeanette Tan 9bf4cc993e Add mad_over_time function
1 year ago
Alexander Trost 5051a993ab promql: add sort_by_label and sort_by_label_desc functions
1 year ago
dependabot[bot] 8d058884a0
build(deps): bump sanitize-html from 2.10.0 to 2.11.0 in /web/ui (#12513)
1 year ago
Yury Molodov 2e205ee95c
ui: heatmap visualization for histogram buckets (#13096)
1 year ago
Bryan Boreham 34676a240e scrape: consistent function names for metadata
1 year ago
Levi Harrison 41c7253333 Release 2.48.0
1 year ago
Bryan Boreham 41758972e4
web/api: optimize labelnames/values with 1 set of matchers (#12888)
1 year ago
Jacob Baungård Hansen 80d2f992ae
codemirror-promql: Add request header to client (#13118)
1 year ago
Matthieu MOREL 05fba53e57 web : use Go standard package
1 year ago
beorn7 5dca994f64 Merge branch 'release-2.48' into beorn7/release
1 year ago
Levi Harrison 8b87f3bbf1 Release 2.48.0-rc.2
1 year ago
Björn Rabenstein a43669e611
Merge pull request #12928 from alexandear/ci-enable-godot
1 year ago
Julien Pivotto f568221610
Merge pull request #13057 from prometheus/release-2.48
1 year ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments
1 year ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926)
1 year ago
Julien Pivotto 156a23d06d
Merge pull request #12999 from rajagopalanand/filter-alerts
1 year ago
Levi Harrison 8db8ad1bae
bump version (#13032)
1 year ago
Gilles De Mey 4912c82ed0
ui: Pass unexpected boot errors to StartingContent component (#13016)
1 year ago
Anand Rajagopal 2ade8adf9e Adding a query parameter to filter out active alerts
1 year ago
Levi Harrison 827804c79d Release 2.48.0-rc0
1 year ago
Danny Kopping d3554d8421
Show group interval in Rules display (#12943)
1 year ago
Arve Knudsen b43358fd43
API: Add tests for query timeout parameter (#12927)
1 year ago
Julien Pivotto 76ebd621d6 UI: Update word-wrap (GHSA-j8xg-fqg3-53r7)
1 year ago
Julien Pivotto 3d80cb1325 UI: Update json5 (GHSA-9c47-m6qq-7p4h)
1 year ago
Julien Pivotto d50c7d3bfc UI: Update loader-utils (GHSA-hhq3-ff78-jv3g GHSA-3rfm-jhwj-7488)
1 year ago
Julien Pivotto f24dc17fcc UI: Update semver (GHSA-c2qf-rxjj-qqgw)
1 year ago
Julien Pivotto ca12cb8909 UI: Update tough-cookie (GHSA-72xf-g2v4-qvf3 GHSA-76p3-8jx3-jpfq)
1 year ago
Julien Pivotto b6fbda0c8a UI: Update Webpack (GHSA-hc6q-2mpp-qw7j)
1 year ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650)
1 year ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152)
1 year ago
Arve Knudsen 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665)
1 year ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666)
1 year ago
Arve Knudsen 6ef9ed0bc3
Add context argument to DB.Delete (#12834)
1 year ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660)
1 year ago
Julius Volz aa7bf083e9
Move /targets page discovered labels to expandable section (#12824)
1 year ago
Bryan Boreham cfa78609f7 Merge branch 'release-2.47' into merge-2-47-0
1 year ago
Bryan Boreham 966dc0bf67 Release 2.47.0
1 year ago
Daniel Mellado 6ee3db15e4
Add version in web/ui/package-lock.json (#12771)
1 year ago
arukiidou 1df0fb5569
build(deps): bump lru-cache from 6.0.0 to 7.18.3 in /web/ui (#12768)
1 year ago
SuperQ 23988a9373
Update nodejs version
1 year ago
Bryan Boreham cebdc90f23 Release 2.47.0-rc.0
1 year ago
zenador 54aaa2bd7e
Add `histogram_stdvar` and `histogram_stddev` functions (#12614)
1 year ago
beorn7 aa82fe198f tsdb: Fix histogram validation
1 year ago
Michael Hoffmann 4d8e380269
promql: allow tests to be imported (#12050)
1 year ago
Bryan Boreham 1e3fef6ab0
scraping: limit detail on dropped targets, to save memory (#12647)
1 year ago
Bryan Boreham 87cbd26f6b
Merge pull request #12598 from bboreham/labels-json
1 year ago