George Krajcsovits
34bed4608b
Merge pull request #16322 from zenador/customise-newreadclient
...
Allow NewReadClient to take in more config options
2025-03-26 11:19:47 +01:00
Bryan Boreham
fc7c2f77b3
[BUILD] Remove Go toolchain line
...
It doesn't reflect the version we use for CI builds, which is controlled
by `.promu.yml`.
As such, I cannot see any justification to keep this line: it isn't
necessary and it could confuse people.
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2025-03-25 19:04:45 +00:00
Jeanette Tan
3c865c6649
Allow NewReadClient to take in more config options
...
Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com>
2025-03-26 00:09:15 +08:00
George Krajcsovits
8e36fd65c9
Merge pull request #16320 from prometheus/revert-15093-dimitar/ruler/unsupported-logger
...
Revert "ruler: correct logging of alert name & template data"
2025-03-25 15:40:05 +01:00
George Krajcsovits
d085f7da9b
Revert "ruler: correct logging of alert name & template data"
2025-03-25 15:36:34 +01:00
Owen Williams
503f3cb6d7
docs: clarify docker build instruction ( #16319 )
...
Make it explicit that the make docker command is not intended for local builds.
Signed-off-by: Owen Williams <owen.williams@grafana.com>
2025-03-25 15:22:36 +01:00
George Krajcsovits
e19ff7a000
Merge pull request #15093 from dimitarvdimitrov/dimitar/ruler/unsupported-logger
...
ruler: correct logging of alert name & template data
2025-03-25 13:47:22 +01:00
Dimitar Dimitrov
bd5b2ea95c
ruler notifier: make batch size configurable ( #16254 )
...
* ruler notifier: make batch size configurable
In Mimir we experimented with setting a higher value for the batch size.
A 4x increase in batch size decreased the time to process a single notification by about 2x.
This reduces the processing time of the notifications queue and increases the throughput of the queue.
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
* Update cmd/prometheus/main.go
Co-authored-by: gotjosh <josue.abreu@gmail.com>
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
* Update docs
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
* Use a string constant
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
* Add godoc comment on exported constant
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
---------
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Co-authored-by: gotjosh <josue.abreu@gmail.com>
2025-03-24 14:22:19 +00:00
dependabot[bot]
61dce4c750
chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 in /scripts
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](f111f3307d...0aaccfd150 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 09:56:11 +00:00
dependabot[bot]
8d980bf747
chore(deps): bump actions/setup-node from 4.2.0 to 4.3.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](1d0ff469b7...cdca7365b2 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 09:56:09 +00:00
dependabot[bot]
c7f4e41e79
chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](4cec3d8aa0...ea165f8d65 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 09:56:06 +00:00
Julius Volz
475092ff79
Remove dependabot configs for npm-based dependencies ( #16307 )
...
This is just IMO, but getting my inbox flooded every month with hundreds of
dependabot PRs is annoying, even if I don't end up handling most of them myself
(thanks to others who do!). And then philosophically, I don't know if this is
even the right approach. I don't think that whoever merges these PRs actually
has the capacity or the knowledge to check that everything is still working as
expected. Often subtle things can break after package updates, like a class
name from an npm package not fitting to a style definition in our code anymore
(as happened once with e.g. codemirror in the past, and nobody noticed when
merging, and that bug is still present in Thanos' port of our UI). And you
can't look in detail at the UI for every little PR that dependabot sends.
Node module dependencies are inherently very noisy because there are so many of
them, but I think a better approach would be to update them maybe once or twice
a year (or whenever really needed), with all deps updated together, at a time
when a maintainer has the time to really look at things carefully, and then do
a comprehensive manual check of the UI to see that everything is still behaving
as before.
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2025-03-24 10:55:01 +01:00
github-actions[bot]
5d2b760349
Merge pull request #16279 from prometheus/dependabot/npm_and_yarn/web/ui/eslint-9.23.0
...
chore(deps-dev): bump eslint from 9.18.0 to 9.23.0 in /web/ui
2025-03-23 12:12:04 +00:00
github-actions[bot]
b99c542a60
Merge pull request #16277 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/notifications-7.17.2
...
chore(deps): bump @mantine/notifications from 7.15.3 to 7.17.2 in /web/ui
2025-03-23 12:07:40 +00:00
github-actions[bot]
f158d27816
Merge pull request #16297 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/code-highlight-7.17.2
...
chore(deps): bump @mantine/code-highlight from 7.15.2 to 7.17.2 in /web/ui
2025-03-23 12:07:35 +00:00
Arve Knudsen
6e6ea34d37
Fix linting
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2025-03-23 12:55:05 +01:00
dependabot[bot]
d816160881
chore(deps): bump @mantine/notifications in /web/ui
...
Bumps [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications ) from 7.15.3 to 7.17.2.
- [Release notes](https://github.com/mantinedev/mantine/releases )
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/notifications )
---
updated-dependencies:
- dependency-name: "@mantine/notifications"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 11:51:09 +00:00
dependabot[bot]
611b4797c3
chore(deps): bump @mantine/code-highlight in /web/ui
...
Bumps [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight ) from 7.15.2 to 7.17.2.
- [Release notes](https://github.com/mantinedev/mantine/releases )
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/code-highlight )
---
updated-dependencies:
- dependency-name: "@mantine/code-highlight"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 11:51:07 +00:00
github-actions[bot]
02354a101b
Merge pull request #16304 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/dates-7.17.2
...
chore(deps): bump @mantine/dates from 7.15.3 to 7.17.2 in /web/ui
2025-03-23 11:49:51 +00:00
github-actions[bot]
fc74551d3a
Merge pull request #16271 from prometheus/dependabot/npm_and_yarn/web/ui/types/react-dom-19.0.4
...
chore(deps-dev): bump @types/react-dom from 19.0.3 to 19.0.4 in /web/ui
2025-03-23 11:49:06 +00:00
Rafal Rosa
c7ea28c36b
parser: remove expired link from comment ( #16189 )
...
* Replace OpenMetrics link with the current specification
---------
Signed-off-by: pomyslowynick <dark0mlet@gmail.com>
Signed-off-by: Rafal Rosa <dark0mlet@gmail.com>
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
2025-03-23 12:41:48 +01:00
github-actions[bot]
c09bd2c7ba
Merge pull request #16270 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/sass-1.86.0
...
chore(deps): bump sass from 1.85.1 to 1.86.0 in /web/ui/react-app
2025-03-23 11:36:48 +00:00
github-actions[bot]
090f0a40f9
Merge pull request #16284 from prometheus/dependabot/npm_and_yarn/web/ui/uplot-1.6.32
...
chore(deps): bump uplot from 1.6.31 to 1.6.32 in /web/ui
2025-03-23 11:30:40 +00:00
github-actions[bot]
226058eed4
Merge pull request #16269 from prometheus/dependabot/npm_and_yarn/web/ui/react-router-dom-7.4.0
...
chore(deps): bump react-router-dom from 7.1.1 to 7.4.0 in /web/ui
2025-03-23 11:30:21 +00:00
Arve Knudsen
e0ead7087e
Convert .eslintrc.json to eslint.config.mjs
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2025-03-23 12:29:30 +01:00
dependabot[bot]
0f7f85e3d6
chore(deps): bump @mantine/dates from 7.15.3 to 7.17.2 in /web/ui
...
Bumps [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates ) from 7.15.3 to 7.17.2.
- [Release notes](https://github.com/mantinedev/mantine/releases )
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mantinedev/mantine/commits/7.17.2/packages/@mantine/dates )
---
updated-dependencies:
- dependency-name: "@mantine/dates"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 11:24:27 +00:00
github-actions[bot]
f47dffe867
Merge pull request #16103 from prometheus/dependabot/npm_and_yarn/web/ui/codemirror/state-6.5.2
...
chore(deps): bump @codemirror/state from 6.5.0 to 6.5.2 in /web/ui
2025-03-23 12:17:33 +01:00
dependabot[bot]
3dfea0c2e9
chore(deps-dev): bump eslint from 9.18.0 to 9.23.0 in /web/ui
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.18.0 to 9.23.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/compare/v9.18.0...v9.23.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 11:17:20 +00:00
dependabot[bot]
a5a4949f02
chore(deps): bump sass from 1.85.1 to 1.86.0 in /web/ui/react-app
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.85.1 to 1.86.0.
- [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.85.1...1.86.0 )
---
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-23 11:00:10 +00:00
github-actions[bot]
cde95c71a6
Merge pull request #16187 from prometheus/dependabot/npm_and_yarn/web/ui/tabler/icons-react-3.31.0
...
chore(deps): bump @tabler/icons-react from 3.28.1 to 3.31.0 in /web/ui
2025-03-23 11:58:58 +01:00
dependabot[bot]
242c3ab74d
chore(deps-dev): bump nock from 13.5.6 to 14.0.1 in /web/ui ( #16110 )
...
Bumps [nock](https://github.com/nock/nock ) from 13.5.6 to 14.0.1.
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.5.6...v14.0.1 )
---
updated-dependencies:
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-23 11:58:44 +01:00
dependabot[bot]
29c845f8e7
chore(deps-dev): bump globals from 15.14.0 to 16.0.0 in /web/ui ( #16282 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.14.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.14.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-23 11:58:24 +01:00
dependabot[bot]
5ba0a7cddc
chore(deps): bump uplot from 1.6.31 to 1.6.32 in /web/ui
...
Bumps [uplot](https://github.com/leeoniya/uPlot ) from 1.6.31 to 1.6.32.
- [Release notes](https://github.com/leeoniya/uPlot/releases )
- [Commits](https://github.com/leeoniya/uPlot/compare/1.6.31...1.6.32 )
---
updated-dependencies:
- dependency-name: uplot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 10:55:46 +00:00
dependabot[bot]
138c977e46
chore(deps): bump react-router-dom from 7.1.1 to 7.4.0 in /web/ui
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 7.1.1 to 7.4.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.4.0/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 10:55:33 +00:00
dependabot[bot]
7c0db5c7ae
chore(deps-dev): bump @types/react-dom from 19.0.3 to 19.0.4 in /web/ui
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 19.0.3 to 19.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 10:47:32 +00:00
github-actions[bot]
400c7d190c
Merge pull request #16263 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/core-7.17.2
...
chore(deps): bump @mantine/core from 7.15.3 to 7.17.2 in /web/ui
2025-03-23 10:39:30 +00:00
dependabot[bot]
e97b61e3d3
chore(deps): bump @codemirror/state from 6.5.0 to 6.5.2 in /web/ui
...
Bumps [@codemirror/state](https://github.com/codemirror/state ) from 6.5.0 to 6.5.2.
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/state/compare/6.5.0...6.5.2 )
---
updated-dependencies:
- dependency-name: "@codemirror/state"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 10:25:59 +00:00
github-actions[bot]
e56f5218e4
Merge pull request #16266 from prometheus/dependabot/npm_and_yarn/web/ui/eslint/eslintrc-3.3.1
...
chore(deps-dev): bump @eslint/eslintrc from 3.2.0 to 3.3.1 in /web/ui
2025-03-23 11:22:29 +01:00
github-actions[bot]
e872cd1b6f
Merge pull request #16267 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/codemirror/language-6.11.0
...
chore(deps): bump @codemirror/language from 6.10.8 to 6.11.0 in /web/ui/react-app
2025-03-23 10:22:14 +00:00
github-actions[bot]
e8d04eacfc
Merge pull request #16272 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/sanitize-html-2.15.0
...
chore(deps): bump sanitize-html from 2.14.0 to 2.15.0 in /web/ui/react-app
2025-03-23 11:21:16 +01:00
github-actions[bot]
881699abd8
Merge pull request #16273 from prometheus/dependabot/npm_and_yarn/web/ui/sanitize-html-2.15.0
...
chore(deps): bump sanitize-html from 2.14.0 to 2.15.0 in /web/ui
2025-03-23 11:21:09 +01:00
github-actions[bot]
8689272909
Merge pull request #16274 from prometheus/dependabot/npm_and_yarn/web/ui/codemirror/view-6.36.4
...
chore(deps): bump @codemirror/view from 6.36.2 to 6.36.4 in /web/ui
2025-03-23 11:21:03 +01:00
github-actions[bot]
5af6c9859c
Merge pull request #16275 from prometheus/dependabot/npm_and_yarn/web/ui/uiw/react-codemirror-4.23.10
...
chore(deps): bump @uiw/react-codemirror from 4.23.7 to 4.23.10 in /web/ui
2025-03-23 11:20:55 +01:00
github-actions[bot]
df7f0a97ed
Merge pull request #16276 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/downshift-9.0.9
...
chore(deps): bump downshift from 9.0.8 to 9.0.9 in /web/ui/react-app
2025-03-23 11:20:47 +01:00
github-actions[bot]
01dd6c7f09
Merge pull request #16278 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/prettier-3.5.3
...
chore(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /web/ui/react-app
2025-03-23 11:20:32 +01:00
github-actions[bot]
a8732527ef
Merge pull request #16280 from prometheus/dependabot/npm_and_yarn/web/ui/types/lodash-4.17.16
...
chore(deps): bump @types/lodash from 4.17.13 to 4.17.16 in /web/ui
2025-03-23 11:18:48 +01:00
github-actions[bot]
57c7bf499a
Merge pull request #16281 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/codemirror/view-6.36.4
...
chore(deps): bump @codemirror/view from 6.36.3 to 6.36.4 in /web/ui/react-app
2025-03-23 11:18:30 +01:00
github-actions[bot]
464ae442f9
Merge pull request #16290 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/sinon-19.0.4
...
chore(deps-dev): bump sinon from 19.0.2 to 19.0.4 in /web/ui/react-app
2025-03-23 11:18:11 +01:00
github-actions[bot]
814d6882e5
Merge pull request #16288 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/types/node-22.13.11
...
chore(deps-dev): bump @types/node from 22.10.3 to 22.13.11 in /web/ui/react-app
2025-03-23 11:17:48 +01:00
dependabot[bot]
2cb720fcb7
chore(deps): bump @tabler/icons-react from 3.28.1 to 3.31.0 in /web/ui
...
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react ) from 3.28.1 to 3.31.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases )
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.31.0/packages/icons-react )
---
updated-dependencies:
- dependency-name: "@tabler/icons-react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-23 10:17:39 +00:00