Commit Graph

894 Commits (51866b9feebe9a8cd71f6bf19681919f34d0ad5f)

Author SHA1 Message Date
beorn7 6fcd225aee promql(native histograms): Introduce exponential interpolation
2 months ago
Jan Fajerski 15cea39136 promql: put holt_winters behind experimental feature flag
2 months ago
Nihal d0d57ff642
[DOC] Add username_file in basic auth http client config (#12749)
2 months ago
Augustin Husson 6febfbb3be
put back feature flag 'delayed-compaction' and 'old-ui' (#14909)
2 months ago
Jan Fajerski 722f33225c docs/feature_flags.md: drop `agent` feature flag
3 months ago
Nathan Baulch 50cd453c8f
chore: Fix typos (#14868)
3 months ago
Jan Fajerski fa318711f4 Merge branch 'main' into 3.0-main-sync-24-09-09
3 months ago
Julius Volz f1e0939f2f Document /api/v1/parse_expr endpoint
3 months ago
Julius Volz ad21ef3d76 Merge branch 'main' into mantine-ui
3 months ago
Björn Rabenstein 694d98032b
Merge pull request #14705 from prometheus/owilliams/default-on
3 months ago
Bartlomiej Plotka edc83ed164
Update storage.md with the latest around Remote Write 2.0 (#14848)
3 months ago
Owen Williams 88bb05c3e8 utf8: enable utf-8 support by default
3 months ago
Julien 404e577034
Merge pull request #14734 from roidelapluie/scrape_failure_logger
3 months ago
machine424 cc40b65ab4 fix(promtool): use the final database path for --sandbox-dir-root instead of the default value as it may be overridden
3 months ago
Julien be3597c272
Update autoreload documentation: recommend writing files atomically (#14836)
3 months ago
machine424 d18fa62ae9
chore(discovery): enable new-service-discovery-manager by default and drop legacymanager package
3 months ago
Julien ce0f09b125 Scrape: Add scrape_failure_log_file to log Scrape Failures
3 months ago
Julien 50f5327f83
Merge pull request #14769 from roidelapluie/autoreload
3 months ago
Julius Volz c73c3e24d7 Default to serving new (Prometheus 3.0) UI
3 months ago
Julius Volz 490eef6509 Merge branch 'main' into mantine-ui
3 months ago
Jan Fajerski 2f6fafd122 Merge branch 'release-3.0' into 3.0-main-sync-24-08-30
3 months ago
Arthur Silva Sens ca1f30bb6e Promote Agent mode to it's own cmdline flag
3 months ago
Jan Fajerski befcfadf78 Fix merge conflicts
3 months ago
Jan Fajerski fe4289b502 Merge branch 'main' into HEAD
3 months ago
Julien deabb30b20 Document custom HTTP headers and add tests
3 months ago
Julien 93f27409cd
Merge pull request #14660 from roidelapluie/customheaders
3 months ago
Jan Fajerski 00315ce15e Merge branch 'main' into 3.0-main-sync-24-08-30
3 months ago
Julien 1cd2d0498b Support reload config automatically
3 months ago
Arthur Silva Sens 60b9e9fc16
Promote Agent mode to it's own cmdline flag
3 months ago
Kevin Rawal b0677263c3
Update basics.md
3 months ago
Jorge Creixell e9e3d64b7c
PromQL engine: Delay deletion of __name__ label to the end of the query evaluation (#14477)
3 months ago
Julien Pivotto ed2e18d7de Add documentation for custom headers.
3 months ago
Suraj Patil 7757794bb3
[ENHANCEMENT] Promtool: Adding labels to time series while creating tsdb blocks (#14403)
3 months ago
Bryan Boreham 4202be5e79 Merge branch 'release-2.54' into merge-2.54.1-into-main
3 months ago
Julien 349068ad3e
Merge pull request #14665 from roidelapluie/multiple-listening-addresses
3 months ago
Björn Rabenstein 0a00d21cff
Merge pull request #14673 from machine424/docdoccc
3 months ago
Björn Rabenstein 7fad1ec8ee
Merge pull request #14655 from suntala/suntala/sort-by-label-enhancement
3 months ago
Jan Fajerski 5138922b0d Merge branch 'main' into 3.0-main-sync-24-08-21
3 months ago
Björn Rabenstein 60366a8a05
Merge pull request #14526 from pawarpranav83/release-3.0
3 months ago
machine424 88cac6fb49
docs(configuration.md): clarify the explanations about some temp labels and format for better visibility.
3 months ago
Julien Pivotto 9b5e7623f4 Add support for multiple listening addresses
3 months ago
ouyang1204@gmail.com 89dee48cc8 fix the issue of failing to match the first network when the container is reconnected to a new network
3 months ago
Ganesh Vernekar e86e4ed87f
Merge pull request #14490 from ywwg/owilliams/utf8-02-upstream
3 months ago
Owen Williams 9e7308de38 feat(utf8): utf8 content negotation and flags
3 months ago
Julien Pivotto 7711cd5ab5 Remove deprecated storage.tsdb.retention flag
3 months ago
suntala ce4eac859a Link to specific feature flag entry
4 months ago
Björn Rabenstein 3f16a2e7de
Merge pull request #14543 from jan--f/3.0-main-sync-24-08-01
4 months ago
suntala 532904a1d6 Document changes to sort by label
4 months ago
Julien 3933cba052
Merge pull request #14365 from simonpasquier/fix-12884
4 months ago
beorn7 2360ce8d2b docs: Be more explicit about `promql-experimental-functions`
4 months ago
machine424 92873d3009 feat: allow to delay head compaction start time helping Prometheus instances to
4 months ago
suntala 77d111e501 Fix links to feature flags page
4 months ago
Jan Fajerski 8a96a75ba8 Merge branch 'main' into 3.0-main-sync-24-08-01
4 months ago
Julius Volz 0f951774b8 Merge branch 'main' into mantine-ui
4 months ago
Charles Korn 7fab72a280
promqltest: add support for setting counter reset hint on histogram samples (#14537)
4 months ago
Max Amin 84b819a69f
feat: add Google cloud roundtripper for remote write (#14346)
4 months ago
pawarpranav83 2e0d4c6909 removed --enable-feature=remote-write-receiver flag
4 months ago
Kushal shukla fe12924638
promtool: JUnit-Format XML Test Results (#14506)
4 months ago
Seena Fallah f253d36361 rule: allow merging labels from group level
4 months ago
Bryan Boreham cc7dcf5afe [DOCS] Querying basics: explain range and instant queries
4 months ago
Goutham Veeramachaneni e2ef0dc381
Merge branch 'main' into feat/promote-attributes
4 months ago
Jan Fajerski adf5d6bce1 Merge branch 'main' into 3.0-main-sync-24-07-18
4 months ago
beorn7 a6fa8a471c docs: Correct and clarify histogram bucket and resolution limits
4 months ago
Arve Knudsen ad0a30cdd8 Merge remote-tracking branch 'prometheus/main' into feat/promote-attributes
4 months ago
Arve Knudsen a25b626792 prometheusremotewrite: Support resource attribute promotion
5 months ago
Sean Killeen f031fe1fa3
Update storage.md to provide right-sizing advice on retention
5 months ago
Julius Volz edf31da311 Merge branch 'main' into mantine-ui
5 months ago
Odysseus Zhang 4c74d359eb
Merge branch 'prometheus:main' into patch-1
5 months ago
Bryan Boreham d116bf7b9f
Merge pull request #14109 from harry671003/pass_limit_to_querier
5 months ago
咸鱼暄 bab098a4c1 change all lists to bullets
5 months ago
咸鱼暄 ad03ede602 fix markdown list
5 months ago
beorn7 706e19912b adjust version number in documentation
5 months ago
darshanime 1a1b09fc3d Add a note about the new syntax
5 months ago
Saswata Mukherjee 398f42de5f
Add label-matcher support to Rules API (#10194)
5 months ago
Jan Fajerski c0d67fd845 Merge branch 'main' into 3.0-main-sync-24-07-09
5 months ago
B1F030 e5c69685b5 Fix web.cors.origin in command-line/prometheus.md
5 months ago
Julius Volz 0f0b3d82e1 Document info-level annotations in query response
5 months ago
Bartlomiej Plotka 9198952f7c
[PRW 2.0] Merging `remote-write-2.0` feature branch to main (PRW 2.0 support + metadata in WAL) (#14395)
5 months ago
Simon Pasquier 145988d48f
discovery(k8s): remove support for API versions no longer served
5 months ago
JuanJo Ciarlante c94c5b64c3
feat: add limitk() and limit_ratio() operators (#12503)
5 months ago
Jan Fajerski b4152309a4 Merge branch 'main' into 3.0-main-sync
5 months ago
Paulo Dias f4b1fcb73e
discovery: add support for gathering flavor name in Openstack discovery (#14312)
5 months ago
Rick Rackow 9290d1308d
fix(docs/querying): explain `ceil` behaviour more explicitly with examples (#11987)
5 months ago
Bryan Boreham c5040c5ea9
Merge pull request #10490 from DrAuYueng/fix-docker-sd-service-missing
5 months ago
Charles Korn 2dd07fbb1b
notifier: optionally drain queued notifications before shutting down (#14290)
5 months ago
unknown 0d25931049 rebase main and adjust the configuration
5 months ago
🌲 Harry 🌊 John 🏔 d5f6887294 Pass limit param as hint to storage.Querier
5 months ago
Zhang Zhanpeng debbdb8608 make matrix selection and lookback left-open and right-closed
5 months ago
akunszt 2aaf99dd0a
discovery: aws: expose Primary IPv6 addresses as label, partially fixes #7406 (#14156)
5 months ago
anarcat 545d31f184
docs: clarify backup requirements for storage (#14297)
5 months ago
Rens Groothuijsen 1c3f322f78
docs: mention implicitly watched directories in documentation (#14019)
5 months ago
Sebastian Rabenhorst 05380aa0ac
agent db: make rejecting ooo samples configurable (#14094)
6 months ago
Ben Kochie 7f0caf7229
Merge pull request #14285 from prometheus/superq/tune_gogc
6 months ago
SuperQ ea2b39a31e
Tune default GOGC
6 months ago
Rens Groothuijsen 19fd5212c3
docs: clarify default Docker command line parameters (#14194)
6 months ago
SuperQ 68ba6c1ae5
Add configuration option for GOGC
6 months ago
Charles Korn 24ef000025
Merge branch 'main' into sort-matrix-series
6 months ago
gotjosh 37b408c6cd
Feature: Allow configuration of a rule evaluation delay (#14061)
6 months ago
Simon Pasquier e6f1f7e32d
docs/configuration: clarify OpenStack metadata labels (#14149)
6 months ago
Björn Rabenstein 1081e336a0
Merge pull request #14129 from prometheus/beorn7/doc
6 months ago