dependabot[bot]
cdabe1ceb5
chore(deps): bump github.com/scaleway/scaleway-sdk-go
...
Bumps [github.com/scaleway/scaleway-sdk-go](https://github.com/scaleway/scaleway-sdk-go ) from 1.0.0-beta.30 to 1.0.0-beta.32.
- [Release notes](https://github.com/scaleway/scaleway-sdk-go/releases )
- [Changelog](https://github.com/scaleway/scaleway-sdk-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/scaleway/scaleway-sdk-go/compare/v1.0.0-beta.30...v1.0.0-beta.32 )
---
updated-dependencies:
- dependency-name: github.com/scaleway/scaleway-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 07:31:21 +00:00
dependabot[bot]
0fede10738
chore(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0
...
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress ) from 1.17.11 to 1.18.0.
- [Release notes](https://github.com/klauspost/compress/releases )
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml )
- [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 07:24:39 +00:00
dependabot[bot]
c6f5c72f43
chore(deps): bump github.com/gophercloud/gophercloud/v2
...
Bumps [github.com/gophercloud/gophercloud/v2](https://github.com/gophercloud/gophercloud ) from 2.4.0 to 2.6.0.
- [Release notes](https://github.com/gophercloud/gophercloud/releases )
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v2.6.0/CHANGELOG.md )
- [Commits](https://github.com/gophercloud/gophercloud/compare/v2.4.0...v2.6.0 )
---
updated-dependencies:
- dependency-name: github.com/gophercloud/gophercloud/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-07 07:22:40 +00:00
github-actions[bot]
8c158f8084
Merge pull request #16136 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.5
...
chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5
2025-03-07 07:18:22 +00:00
github-actions[bot]
a98adf75a7
Merge pull request #16119 from prometheus/dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.14.0
...
chore(deps): bump github.com/prometheus/exporter-toolkit from 0.13.2 to 0.14.0
2025-03-07 08:17:24 +01:00
github-actions[bot]
f88fca47b7
Merge pull request #16133 from prometheus/dependabot/go_modules/github.com/hetznercloud/hcloud-go/v2-2.19.1
...
chore(deps): bump github.com/hetznercloud/hcloud-go/v2 from 2.19.0 to 2.19.1
2025-03-07 08:16:22 +01:00
github-actions[bot]
8ad7655661
Merge pull request #16127 from prometheus/dependabot/go_modules/golang.org/x/tools-0.30.0
...
chore(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0
2025-03-07 08:15:56 +01:00
github-actions[bot]
ab99028659
Merge pull request #16135 from prometheus/dependabot/go_modules/github.com/KimMachineGun/automemlimit-0.7.1
...
chore(deps): bump github.com/KimMachineGun/automemlimit from 0.7.0 to 0.7.1
2025-03-07 08:06:26 +01:00
github-actions[bot]
5277c91836
Merge pull request #16137 from prometheus/dependabot/go_modules/github.com/google/go-cmp-0.7.0
...
chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
2025-03-07 08:06:00 +01:00
github-actions[bot]
b461948da7
Merge pull request #16138 from prometheus/dependabot/go_modules/github.com/ovh/go-ovh-1.7.0
...
chore(deps): bump github.com/ovh/go-ovh from 1.6.0 to 1.7.0
2025-03-07 08:05:42 +01:00
github-actions[bot]
61f4d63110
Merge pull request #16139 from prometheus/dependabot/go_modules/documentation/examples/remote_storage/github.com/prometheus/client_golang-1.21.0
...
chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 in /documentation/examples/remote_storage
2025-03-07 08:05:26 +01:00
Patryk Prus
61aa82865d
TSDB: keep duplicate series records in checkpoints while their samples may still be present ( #16060 )
...
Renames the head's deleted map to walExpiries, and creates entries for any
duplicate series records encountered during WAL replay, with the expiry set
to the highest current WAL segment number. Any subsequent WAL
checkpoints will see the duplicate series entry in the walExpiries map, and
keep the series record until the last WAL segment that could contain its
samples is deleted.
Other considerations:
WBL: series records aren't written to the WBL, so there are no duplicates to deal with
agent mode: has its own WAL replay logic that handles duplicate series records differently, and is outside the scope of this PR
2025-03-05 13:45:08 -05:00
dependabot[bot]
8a76d74532
chore(deps): bump github.com/ovh/go-ovh from 1.6.0 to 1.7.0
...
Bumps [github.com/ovh/go-ovh](https://github.com/ovh/go-ovh ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/ovh/go-ovh/releases )
- [Commits](https://github.com/ovh/go-ovh/compare/v1.6.0...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/ovh/go-ovh
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 15:05:39 +00:00
Arve Knudsen
7cbf749096
Upgrade to github.com/oklog/ulid/v2 ( #16168 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2025-03-05 16:03:25 +01:00
Danial Eskandari
e7ef1c0d9a
config: set gogc default value when config body is empty ( #16052 )
...
* fix: set gogc default value when config body is empty
Signed-off-by: Danial Eskandari <doneskandari@gmail.com>
* refactor: explicitly check value 75 in `TestGoGCDefaultValueOnEmptyConfigBody`
add GoGC assertion in `TestEmptyConfig`, also removed the no longer needed runtime config assignment in `TestEmptyGlobalBlock`
Signed-off-by: Danial Eskandari <doneskandari@gmail.com>
* refactor: remove `TestGoGCDefaultValueOnEmptyConfigBody` to reduce duplicate assertions
Signed-off-by: Danial Eskandari <doneskandari@gmail.com>
---------
Signed-off-by: Danial Eskandari <doneskandari@gmail.com>
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2025-03-05 15:44:54 +01:00
machine424
7d29854c71
chore: update actions/cache to v4.2.2
...
avoiding
Error: This request has been automatically failed because it uses a deprecated version of `actions/cache: 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9`. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
like in https://github.com/prometheus/prometheus/actions/runs/13678387950/job/38244352964?pr=16090
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2025-03-05 15:44:54 +01:00
machine424
9987480e9d
chore: update prometheus/promci to v0.4.6
...
The used version had a no-longer-supported actions/upload-artifact version
Which led to:
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
as in https://github.com/prometheus/prometheus/actions/runs/13591433692/job/38242934626
Signed-off-by: machine424 <ayoubmrini424@gmail.com>
2025-03-05 15:44:54 +01:00
Julius Volz
677efa4678
Merge pull request #16170 from prometheus/fix-test-logging-race
...
Fix test race by not calling t.Log() after test completion
2025-03-05 14:10:46 +01:00
Julius Volz
6054e843fe
Fix test race by not calling t.Log() after test completion
...
Fixes https://github.com/prometheus/prometheus/issues/16169
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2025-03-05 12:20:12 +01:00
Julius Volz
6da8b1050e
Merge pull request #16167 from prometheus/invert-legend-selection-behavior
...
Invert graph legend series show/hide behavior
2025-03-05 12:16:42 +01:00
Julius Volz
7a2be11436
Change "Cmd" to "⌘"
...
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2025-03-05 11:24:35 +01:00
Julius Volz
8e79631f86
Invert graph legend series show/hide behavior
...
Also conditionally display instructions for "Cmd" vs. "Ctrl" depending on the user agent.
See https://github.com/prometheus/prometheus/issues/16162#issuecomment-2699315258
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2025-03-05 10:33:03 +01:00
Julius Volz
9e5d59b777
Merge pull request #16163 from prometheus/readd-vertical-grid
...
Bring back vertical grid lines
2025-03-05 10:22:54 +01:00
Julius Volz
70aea5dd8d
Only copy matchers on double click and add error handling ( #16165 )
...
The useClipboard hook also just uses navigator.clipboard.writeText() under
the hood, but the timeout and state handling that the hook provides were
just not a good fit for showing a one-shot notification with error
detectionm, so doing the copying manually.
Addresses part of https://github.com/prometheus/prometheus/issues/16162
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2025-03-05 10:18:09 +01:00
Julius Volz
631890b38e
Add graph legend series toggling instructions again ( #16164 )
...
Addresses part of https://github.com/prometheus/prometheus/issues/16162
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2025-03-05 10:17:15 +01:00
Julius Volz
4ae1effb62
Bring back vertical grid lines
...
Addressing part of https://github.com/prometheus/prometheus/issues/16162
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2025-03-04 23:38:25 +01:00
dependabot[bot]
8701888e62
chore(deps): bump @tanstack/react-query in /web/ui
...
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query ) from 5.62.11 to 5.67.1.
- [Release notes](https://github.com/TanStack/query/releases )
- [Commits](https://github.com/TanStack/query/commits/v5.67.1/packages/react-query )
---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 19:54:24 +00:00
Jan Fajerski
350d591e3b
Merge pull request #16159 from jan--f/sync-release-3.2
...
Merge release-3.2 to main
2025-03-03 20:52:46 +01:00
Jan Fajerski
1ab9fa701e
Merge branch 'release-3.2' into sync-release-3.2
...
Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
2025-03-03 20:16:09 +01:00
Giuliano Panzironi
2ef8706c27
fix: format float to avoid overflow ( #16083 )
...
Signed-off-by: giulianopz <panzironi.giuliano@gmail.com>
2025-03-03 09:03:45 +00:00
dependabot[bot]
033746305b
chore(deps): bump @codemirror/view in /web/ui/react-app
...
Bumps [@codemirror/view](https://github.com/codemirror/view ) from 6.36.1 to 6.36.3.
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/view/compare/6.36.1...6.36.3 )
---
updated-dependencies:
- dependency-name: "@codemirror/view"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 00:49:43 +00:00
dependabot[bot]
7d84675e5b
chore(deps): bump sass from 1.83.0 to 1.85.1 in /web/ui/react-app
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.83.0 to 1.85.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.83.0...1.85.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 00:49:05 +00:00
dependabot[bot]
b7884b7270
chore(deps-dev): bump @types/sinon in /web/ui/react-app
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 17.0.3 to 17.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
---
updated-dependencies:
- dependency-name: "@types/sinon"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 00:48:44 +00:00
dependabot[bot]
3442a85c7b
chore(deps): bump @codemirror/search in /web/ui/react-app
...
Bumps [@codemirror/search](https://github.com/codemirror/search ) from 6.5.8 to 6.5.10.
- [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/search/compare/6.5.8...6.5.10 )
---
updated-dependencies:
- dependency-name: "@codemirror/search"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 00:48:33 +00:00
dependabot[bot]
b609a53a23
chore(deps-dev): bump prettier from 3.4.2 to 3.5.2 in /web/ui/react-app
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.4.2 to 3.5.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.4.2...3.5.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 00:48:24 +00:00
dependabot[bot]
3a22ec9418
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.20.5 to 1.21.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.5...v1.21.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 00:48:18 +00:00
dependabot[bot]
51b9e07e93
chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases )
- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:48:44 +00:00
dependabot[bot]
26f003c905
chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5
...
Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:48:41 +00:00
dependabot[bot]
94d45c0172
chore(deps): bump github.com/KimMachineGun/automemlimit
...
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit ) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/KimMachineGun/automemlimit/releases )
- [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.7.0...v0.7.1 )
---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:48:41 +00:00
dependabot[bot]
f396cd197a
chore(deps): bump github.com/hetznercloud/hcloud-go/v2
...
Bumps [github.com/hetznercloud/hcloud-go/v2](https://github.com/hetznercloud/hcloud-go ) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/hetznercloud/hcloud-go/releases )
- [Changelog](https://github.com/hetznercloud/hcloud-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hetznercloud/hcloud-go/compare/v2.19.0...v2.19.1 )
---
updated-dependencies:
- dependency-name: github.com/hetznercloud/hcloud-go/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:48:38 +00:00
dependabot[bot]
0a19c755e9
chore(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0
...
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.29.0...v0.30.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:48:02 +00:00
dependabot[bot]
62715de317
chore(deps): bump github/codeql-action from 3.28.8 to 3.28.10
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.8 to 3.28.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](dd746615b3...b56ba49b26 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:48:01 +00:00
dependabot[bot]
8f4c794a3d
chore(deps): bump github.com/prometheus/exporter-toolkit
...
Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit ) from 0.13.2 to 0.14.0.
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases )
- [Changelog](https://github.com/prometheus/exporter-toolkit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prometheus/exporter-toolkit/compare/v0.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/exporter-toolkit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:47:38 +00:00
dependabot[bot]
2ad5362ab8
chore(deps-dev): bump @eslint/js from 9.18.0 to 9.21.0 in /web/ui
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.18.0 to 9.21.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:04:38 +00:00
dependabot[bot]
6303dcad86
chore(deps-dev): bump @typescript-eslint/parser in /web/ui
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.20.0 to 8.25.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:03:10 +00:00
dependabot[bot]
bd64319dbf
chore(deps-dev): bump eslint-plugin-react-refresh in /web/ui
...
Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh ) from 0.4.16 to 0.4.19.
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases )
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.16...v0.4.19 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-refresh
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 23:02:36 +00:00
Ayoub Mrini
3f0de72da7
Merge pull request #15979 from jrcichra/sendall-remap
...
notifier: Consider alert relabeling when deciding if alerts are dropped
2025-02-28 09:54:54 +01:00
co63oc
0e4e5a71bd
Fix typos ( #16076 )
...
Signed-off-by: co63oc <co63oc@users.noreply.github.com>
2025-02-28 11:24:25 +11:00
Julius Volz
77a505a0dc
Merge pull request #16085 from prometheus/dropped-target-scrapepool
...
Include scrape pool name for dropped targets in /api/v1/targets
2025-02-27 21:52:41 +01:00
Julius Volz
4be2243f06
Include scrape pool name for dropped targets in /api/v1/targets
...
This is needed so we can display dropped targets in the right scrape pool
in the web interface even if they have a non-default job name.
See also https://github.com/prometheus/prometheus/pull/16078
Fixes https://github.com/prometheus/prometheus/issues/16065
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2025-02-27 15:17:22 +01:00