Commit Graph

  • 6780b2006a 3.0.1-alt1 sisyphus Aleksandr Gamzin 2024-12-25 10:33:19 +03:00
  • 2ffaff82c8
    Merge pull request #15710 from aknuds1/arve/otel-units Arthur Silva Sens 2024-12-23 10:11:09 -03:00
  • 475b7ff256 OTLP receiver: Allow colons in non-standard units Arve Knudsen 2024-12-21 18:18:31 +01:00
  • 5e7f804eeb
    otlptranslator: Remove unused function TrimPromSuffixes (#15709) Arve Knudsen 2024-12-21 18:51:40 +01:00
  • 7b03796d0f
    Scraping: stop storing discovered labels (#15261) Bryan Boreham 2024-12-21 13:33:08 +00:00
  • 5b5fee08af
    Merge pull request #15702 from prometheus/beorn7/histogram Björn Rabenstein 2024-12-20 11:19:59 +01:00
  • f7373a1f91 PromQL: improve some test comments beorn7 2024-12-19 23:56:37 +01:00
  • 8d5236f927
    PromQL: Adds tests for delta with histograms (#15674) Neeraj Gartia 2024-12-20 04:22:26 +05:30
  • 0e99ca3e8c
    [BUGFIX] PromQL: Fix deriv, predict_linear and double_exponential_smoothing with histograms (#15686) Neeraj Gartia 2024-12-20 04:20:28 +05:30
  • 804ab49cfc
    Merge pull request #15695 from prometheus/rm-funcbench Bartlomiej Plotka 2024-12-19 18:20:54 +01:00
  • 993acdfbb7
    Merge pull request #15700 from bboreham/pin-fsnotify Bryan Boreham 2024-12-19 16:03:51 +00:00
  • 5122ff2f59 [DEPS] Pin fsnotify to avoid deadlock bug Bryan Boreham 2024-12-19 15:41:50 +00:00
  • 318d6bc4bf
    Merge pull request #15548 from TinfoilSubmarine/fix/386-test-failures Björn Rabenstein 2024-12-18 15:49:30 +01:00
  • b8c0907ff1
    Merge pull request #15696 from prometheus/merge-release-3.0-into-main Bryan Boreham 2024-12-18 14:44:50 +00:00
  • e4d00ec22e
    Merge pull request #15694 from prometheus/update-go-deps2 Bryan Boreham 2024-12-18 14:36:34 +00:00
  • 504968f11f Merge remote-tracking branch 'origin/release-3.0' into merge-release-3.0-into-main Bryan Boreham 2024-12-18 14:25:33 +00:00
  • 221f50e413 ci: We removed funbench functionality from test-infra, removing CI job too. bwplotka 2024-12-18 14:11:33 +00:00
  • 6641f11216 Update go dependencies Bryan Boreham 2024-12-18 11:47:31 +00:00
  • b4331f0272
    Merge pull request #15592 from prometheus/dependabot/go_modules/go-opentelemetry-io-84fb557ae6 Bryan Boreham 2024-12-18 11:24:29 +00:00
  • 1eaa40c062
    Merge pull request #15606 from prometheus/dependabot/go_modules/github.com/docker/docker-27.4.0incompatible Bryan Boreham 2024-12-18 11:23:23 +00:00
  • 4ed997aa07
    Merge pull request #15691 from neozhao98/dev Bartlomiej Plotka 2024-12-18 10:05:43 +01:00
  • 8e9aff75e9
    Merge pull request #15677 from prometheus/juliusv/rule-pagination Julius Volz 2024-12-18 08:13:25 +01:00
  • 6d1b933cc1 upgrade crypto to fix vulnerability issue root 2024-12-18 12:38:34 +08:00
  • 615195372d
    Ruler: Move inner eval function (#15688) Julien Duchesne 2024-12-17 16:11:55 -05:00
  • ff398062cb
    Merge pull request #15679 from colega/update-comment-on-mempostings-lvs Björn Rabenstein 2024-12-17 19:41:56 +01:00
  • c8359fcd6b
    Fix bug in lbl!~".+" shortcut (#15684) Oleg Zaytsev 2024-12-17 17:34:24 +01:00
  • dd95a7e231
    Merge pull request #15682 from prometheus/prombench-custom Bartlomiej Plotka 2024-12-17 15:20:52 +01:00
  • 6e3eba133d prombench: Extend GH job for the upcoming custom benchmark feature. bwplotka 2024-12-17 10:54:03 +00:00
  • beca06c629
    Clarify the NoUTF8EscapingWithSuffixes and UnderscoreEscapingWithSuffixes modes (#15567) Arve Knudsen 2024-12-17 08:40:53 +01:00
  • 17d5bc4e54
    Update comment on MemPostings.lvs Oleg Zaytsev 2024-12-16 17:20:51 +01:00
  • 5271dabb29 run all tests for 386 Joel Beckmeyer 2024-12-16 10:43:19 -05:00
  • 41dabfb464 fix topk/bottomk with numbers greater than int maxsize on 32-bit Joel Beckmeyer 2024-12-16 10:42:56 -05:00
  • c8c128b0f1 fix TestDropOldTimeSeries on 32-bit Joel Beckmeyer 2024-12-16 08:41:50 -05:00
  • 39f5a07236 fix TestOOOHeadChunkReader_Chunk on 32-bit Joel Beckmeyer 2024-12-15 17:53:36 -05:00
  • bdace97744 fix TestCuttingNewHeadChunks/really_large_histograms on 32-bit Joel Beckmeyer 2024-12-06 15:57:35 -05:00
  • bad1c75514 fix alignment of atomic uint64 on 32-bit Joel Beckmeyer 2024-12-13 20:54:34 -05:00
  • ac4f8a5e23
    [ENHANCEMENT] TSDB: Improve calculation of space used by labels (#13880) Bryan Boreham 2024-12-16 09:42:52 +00:00
  • 84e0f43a0c Paginate rule groups, add infinite scroll to rules within groups Julius Volz 2024-12-13 12:50:05 +01:00
  • 4d93f4217f
    Merge pull request #15676 from dashpole/update_om_links Arthur Silva Sens 2024-12-14 15:18:24 -03:00
  • e2f037e554
    rules: Add new RuleEvaluationTimeSum field to groups (#15672) Julien Duchesne 2024-12-13 16:42:46 -05:00
  • 953a873342
    update links to openmetrics to reference the v1.0.0 release David Ashpole 2024-12-13 21:32:20 +00:00
  • 7802ca263d
    RuleDependencyController: Fix for indeterminate conditions (#15560) Julien Duchesne 2024-12-13 11:48:29 -05:00
  • 9009724c5b
    [BUGFIX] PromQL: Adds test for absent, absent_over_time and deriv func with histograms (#15667) Neeraj Gartia 2024-12-13 18:04:55 +05:30
  • 791df4305e
    Merge pull request #15668 from firetiger-inc/promqltest-with-storage Bartlomiej Plotka 2024-12-13 10:20:46 +01:00
  • fec7ca052a
    Merge pull request #15637 from prometheus/fix15538-2 Bartlomiej Plotka 2024-12-12 14:38:24 +01:00
  • 7d0f6b7e6d
    Add specific Azure permissions required for Azure SD (#15549) Jeremiah Harbach 2024-12-12 06:57:08 -06:00
  • 134a0c7d78 Improved error. bwplotka 2024-12-12 10:57:27 +00:00
  • b7f5f36e54
    Merge pull request #15604 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.61.0 Bartlomiej Plotka 2024-12-12 11:15:13 +01:00
  • aa9fef75ac
    Apply suggestions from code review Bartlomiej Plotka 2024-12-12 10:06:16 +00:00
  • ceeab58e7d
    chore(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 dependabot[bot] 2024-12-12 04:06:30 +00:00
  • 3c6700bade
    chore(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 (#15593) dependabot[bot] 2024-12-12 05:04:57 +01:00
  • 69102779e5
    chore(deps): bump @prometheus-io/codemirror-promql in /web/ui/react-app (#15653) dependabot[bot] 2024-12-12 04:55:57 +01:00
  • 987b42f44d
    chore(deps): bump @codemirror/lint in /web/ui/react-app (#15647) dependabot[bot] 2024-12-11 21:23:07 -06:00
  • 9f93a2a825
    chore(deps): bump react-redux from 9.1.2 to 9.2.0 in /web/ui (#15645) dependabot[bot] 2024-12-11 18:11:43 -06:00
  • abddce3b36
    chore(deps): bump @tabler/icons-react from 3.19.0 to 3.24.0 in /web/ui (#15640) dependabot[bot] 2024-12-11 18:10:58 -06:00
  • f2326995b9
    chore(deps-dev): bump ts-jest from 29.2.2 to 29.2.5 in /web/ui/react-app (#15646) dependabot[bot] 2024-12-11 18:09:43 -06:00
  • 463dd3ee82
    chore(deps): bump @codemirror/autocomplete in /web/ui (#15656) dependabot[bot] 2024-12-12 01:09:10 +01:00
  • 94aa9e944c
    chore(deps): bump sanitize-html and @types/sanitize-html (#15663) dependabot[bot] 2024-12-12 01:08:34 +01:00
  • db36cbcc5e
    chore(deps): bump @tanstack/react-query from 5.62.0 to 5.62.7 in /web/ui (#15654) dependabot[bot] 2024-12-11 16:46:34 -06:00
  • 5aa80fb1f8
    chore(deps): bump react-router-dom from 7.0.1 to 7.0.2 in /web/ui (#15652) dependabot[bot] 2024-12-11 16:38:51 -06:00
  • 9362ba32f5
    chore(deps-dev): bump @types/node in /web/ui/react-app (#15651) dependabot[bot] 2024-12-11 16:38:32 -06:00
  • 4b142dc7a1
    chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 in /web/ui (#15650) dependabot[bot] 2024-12-11 16:37:16 -06:00
  • 032391a5ed
    chore(deps): bump @codemirror/autocomplete in /web/ui/react-app (#15649) dependabot[bot] 2024-12-11 16:37:00 -06:00
  • bb54eaff97
    chore(deps): bump @nexucis/kvsearch in /web/ui/react-app (#15659) dependabot[bot] 2024-12-11 16:36:03 -06:00
  • d6a24b2e79
    chore(deps): bump @mantine/notifications in /web/ui (#15658) dependabot[bot] 2024-12-11 16:35:21 -06:00
  • ec95602af9
    chore(deps): bump @lezer/highlight in /web/ui/react-app (#15660) dependabot[bot] 2024-12-11 23:34:49 +01:00
  • 00e0cdc4f9
    chore(deps): bump @mantine/dates from 7.13.1 to 7.15.0 in /web/ui (#15643) dependabot[bot] 2024-12-11 23:32:13 +01:00
  • cc4fcc1328
    chore(deps-dev): bump nock from 13.5.5 to 13.5.6 in /web/ui (#15642) dependabot[bot] 2024-12-11 23:25:20 +01:00
  • 8df0548944
    chore(deps): bump moment-timezone in /web/ui/react-app (#15641) dependabot[bot] 2024-12-11 23:14:29 +01:00
  • 28e611a2e6
    chore(deps): bump http-proxy-middleware in /web/ui/react-app (#15610) dependabot[bot] 2024-12-11 14:32:43 -06:00
  • 077d4edcc6
    chore(deps): bump @lezer/common from 1.2.1 to 1.2.3 in /web/ui/react-app (#15626) dependabot[bot] 2024-12-11 21:31:35 +01:00
  • b10d5e02fb
    chore(deps): bump sass from 1.77.6 to 1.82.0 in /web/ui/react-app (#15617) dependabot[bot] 2024-12-11 21:30:52 +01:00
  • f7fec4ddad
    chore(deps): bump @nexucis/fuzzy in /web/ui/react-app (#15629) dependabot[bot] 2024-12-11 21:30:28 +01:00
  • da53bad3f0
    chore(deps): bump @codemirror/commands in /web/ui/react-app (#15612) dependabot[bot] 2024-12-11 20:41:20 +01:00
  • 4cbf44e9dd
    chore(deps): bump @floating-ui/dom from 1.6.10 to 1.6.12 in /web/ui (#15618) dependabot[bot] 2024-12-11 20:40:45 +01:00
  • ee33890de5
    chore(deps): bump @testing-library/react in /web/ui (#15588) dependabot[bot] 2024-12-11 20:40:30 +01:00
  • f4512469c0
    chore(deps): bump downshift from 9.0.6 to 9.0.8 in /web/ui/react-app (#15627) dependabot[bot] 2024-12-11 20:40:09 +01:00
  • d33019eef4
    chore(deps): bump @fortawesome/react-fontawesome in /web/ui/react-app (#15623) dependabot[bot] 2024-12-11 20:39:46 +01:00
  • c66d78cf5f
    chore(deps-dev): bump vite from 5.4.8 to 6.0.3 in /web/ui (#15611) dependabot[bot] 2024-12-11 20:39:33 +01:00
  • a940deb1a9
    chore(deps-dev): bump @types/jquery in /web/ui/react-app (#15590) dependabot[bot] 2024-12-11 20:35:25 +01:00
  • b9e2ac06f0
    Merge pull request #15632 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/codemirror/search-6.5.8 Bartlomiej Plotka 2024-12-11 17:07:39 +01:00
  • 9cf597c492
    Merge pull request #15635 from prometheus/beorn7/promql Jan Fajerski 2024-12-11 16:24:37 +01:00
  • e62a737cf4
    chore(deps): bump @codemirror/search in /web/ui/react-app dependabot[bot] 2024-12-11 15:10:27 +00:00
  • 8b716e3f34
    chore(deps-dev): bump vitest from 2.1.1 to 2.1.8 in /web/ui (#15591) dependabot[bot] 2024-12-11 15:41:17 +01:00
  • ab3681fdd9
    chore(deps): bump lru-cache from 11.0.1 to 11.0.2 in /web/ui (#15596) dependabot[bot] 2024-12-11 15:40:47 +01:00
  • e07de08950
    chore(deps): bump @codemirror/lint from 6.8.1 to 6.8.4 in /web/ui (#15613) dependabot[bot] 2024-12-11 15:40:19 +01:00
  • f0c9154c40
    chore(deps): bump @reduxjs/toolkit from 2.4.0 to 2.5.0 in /web/ui (#15616) dependabot[bot] 2024-12-11 15:39:23 +01:00
  • 3071349d99
    chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 in /web/ui (#15620) dependabot[bot] 2024-12-11 15:38:50 +01:00
  • 16f4adbd65
    chore(deps-dev): bump @lezer/generator from 1.7.1 to 1.7.2 in /web/ui (#15622) dependabot[bot] 2024-12-11 15:35:43 +01:00
  • 45d3d2e517
    chore(deps-dev): bump @eslint/eslintrc from 3.1.0 to 3.2.0 in /web/ui (#15586) dependabot[bot] 2024-12-11 15:34:41 +01:00
  • 7294aea085
    chore(deps-dev): bump @rollup/plugin-node-resolve in /web/ui (#15270) dependabot[bot] 2024-12-11 15:34:15 +01:00
  • 4ac603218a
    chore(deps-dev): bump sinon from 18.0.0 to 19.0.2 in /web/ui/react-app (#15584) dependabot[bot] 2024-12-11 15:33:38 +01:00
  • c4ed1962dd
    chore(deps): bump @codemirror/language in /web/ui/react-app (#15621) dependabot[bot] 2024-12-11 15:33:02 +01:00
  • 3c99111c80
    chore(deps-dev): bump eslint-plugin-react-refresh in /web/ui (#15602) dependabot[bot] 2024-12-11 15:32:32 +01:00
  • cfb54fa6a3
    chore(deps-dev): bump @testing-library/react-hooks in /web/ui/react-app (#15599) dependabot[bot] 2024-12-11 15:31:56 +01:00
  • 29846ddac4
    chore(deps-dev): bump eslint from 9.11.1 to 9.16.0 in /web/ui (#15628) dependabot[bot] 2024-12-11 15:30:44 +01:00
  • a976b8b135
    chore(deps): bump @mantine/code-highlight in /web/ui (#15630) dependabot[bot] 2024-12-11 15:26:22 +01:00
  • 9438966a40
    chore(deps-dev): bump @types/jest in /web/ui/react-app (#15631) dependabot[bot] 2024-12-11 15:24:57 +01:00
  • dd147ec1e5
    chore(deps): bump @codemirror/view in /web/ui/react-app (#15609) dependabot[bot] 2024-12-11 15:23:14 +01:00
  • 9895d882b4
    OTLP receiver: Use stdlib for splitting metric name in classical mode (#15573) Arve Knudsen 2024-12-11 15:12:53 +01:00