Commit Graph

  • 5c1af24733
    Merge pull request #17356 from machine424/gg main Ayoub Mrini 2026-03-03 20:25:13 +01:00
  • 897ba10d11
    remote write: fix sent_batch_duration_seconds measuring before the request is sent (#18214) Kyle Eckhart 2026-03-03 13:57:55 -05:00
  • f1616df782 fix: correct prev-tracking in V2 histogram encoders for interleaved custom-bucket histograms copilot/sub-pr-18221 copilot-swe-agent[bot] 2026-03-03 18:18:16 +00:00
  • 52d2f2af56 Initial plan copilot-swe-agent[bot] 2026-03-03 18:10:13 +00:00
  • f3b20d7bda
    test and benchmark updates owilliams/nh-st Owen Williams 2026-03-03 11:03:23 -05:00
  • 049827042a
    Merge remote-tracking branch 'origin/feature/start-time' into owilliams/nh-st Owen Williams 2026-03-03 10:28:12 -05:00
  • f3140d1856
    redo benchmarks so they can be done in one go Owen Williams 2026-03-03 10:02:21 -05:00
  • 1546e55c58
    docs(phase-04): complete phase execution Owen Williams 2026-03-03 09:24:31 -05:00
  • e5751c3ac6
    docs(04-02): complete TestRecord_Type V2 assertions plan Owen Williams 2026-03-03 09:21:42 -05:00
  • 2523b681e7
    test(04-02): add V2 histogram type assertions to TestRecord_Type Owen Williams 2026-03-03 09:20:11 -05:00
  • 50d394d700
    docs(04-01): complete V2 histogram round-trip tests plan Owen Williams 2026-03-03 09:18:11 -05:00
  • b05e0d3283
    test(04-01): add V2 gauge histogram round-trips and V1 backward compat tests Owen Williams 2026-03-03 09:16:21 -05:00
  • 021b0d9e47
    test(04-01): add V2 histogram round-trip tests for all ST scenarios Owen Williams 2026-03-03 09:15:42 -05:00
  • b991972c8c
    docs(04): create phase plan Owen Williams 2026-03-03 09:11:32 -05:00
  • 8b3215c0cb
    docs(04-tests): research phase domain Owen Williams 2026-03-03 09:07:39 -05:00
  • afb962244f tests(tsdb/wlog): add watcher tail benchmark benchwatch bwplotka 2026-03-03 12:15:22 +00:00
  • 3678ff9042 tests(tsdb/wlog): Tighten watcher tail tests extended-test bwplotka 2026-03-03 09:36:54 +00:00
  • f5fe1573ba
    Merge pull request #18219 from machine424/ttyyy Ayoub Mrini 2026-03-03 13:33:56 +01:00
  • 318980a5c2
    Merge pull request #17207 from thomas-gouveia/feat/16634/add-support-for-workload-identity-azure-discovery George Krajcsovits 2026-03-03 12:59:58 +01:00
  • feb741e470
    Merge pull request #18215 from mmorel-35/gocritic George Krajcsovits 2026-03-03 12:50:19 +01:00
  • 264be9aa74
    fix(discovery/file): Fix flaky test on Windows by replacing os.rename with os.WriteFile (#17269) Hank (Yong-Han) Chen 2026-03-03 05:43:50 -06:00
  • e53dc342d0
    Merge pull request #18204 from roidelapluie/roidelapluie/bugfssize Julien 2026-03-03 12:18:05 +01:00
  • dfea5ef01a
    chore(test): make failures in TestRemoteWrite_PerQueueMetricsAfterRelabeling more explicit to help with debugging the test when it flakes for GOARCH=386 machine424 2025-10-17 14:32:04 +02:00
  • 6b4d8fa91e
    fix: fail early when --enable-feature=use-uncached-io is unsupported machine424 2026-03-03 11:43:40 +01:00
  • 596830ee72 tests(util/testwal): Move WAL record generation to separate package for reuse utilrecord bwplotka 2026-03-03 09:59:52 +00:00
  • 2311dc3ba2
    Merge pull request #18216 from prometheus/owilliams/start-time-sync feature/start-time Bartlomiej Plotka 2026-03-03 09:56:59 +01:00
  • ca25a54d4a
    docs(04): capture phase context Owen Williams 2026-03-02 17:18:00 -05:00
  • b0a22af71b
    docs(phase-03): complete phase execution Owen Williams 2026-03-02 17:14:36 -05:00
  • 9489d17d17
    docs(03-02): complete V2 float-histogram decoder plan Owen Williams 2026-03-02 17:11:02 -05:00
  • 02214cd2d0
    feat(03-02): update FloatHistogramSamples() to dispatch V1/V2 via switch Owen Williams 2026-03-02 17:08:31 -05:00
  • c1e5db3119
    feat(03-02): add floatHistogramSamplesV1 and floatHistogramSamplesV2 decoder methods Owen Williams 2026-03-02 17:08:01 -05:00
  • b7930dc8d2
    docs(03-01): complete V2 int-histogram decoder plan Owen Williams 2026-03-02 17:06:36 -05:00
  • 060c6f13ee
    feat(03-01): update HistogramSamples() to dispatch V1/V2 via switch Owen Williams 2026-03-02 17:04:56 -05:00
  • 4c9118810a
    feat(03-01): add V1 and V2 int-histogram decoder private methods Owen Williams 2026-03-02 17:04:30 -05:00
  • c429efc733
    docs(03-v2-decoders): create phase plan Owen Williams 2026-03-02 16:58:59 -05:00
  • 5e297042e4
    docs(03): capture phase context Owen Williams 2026-03-02 16:53:50 -05:00
  • f332621644
    docs(phase-02): complete phase execution Owen Williams 2026-03-02 16:45:30 -05:00
  • 54d335e133
    docs(02-v2-encoders): complete plan 02 float-histogram V2 encoders Owen Williams 2026-03-02 16:43:33 -05:00
  • 116b10e2ad
    feat(02-v2-encoders): add V2 encoding for float-histogram WAL record types Owen Williams 2026-03-02 16:42:37 -05:00
  • e0b94bc3ec
    docs(02-01): complete int-histogram V2 encoder plan Owen Williams 2026-03-02 16:41:27 -05:00
  • a3d49b0ac1
    feat(02-01): add V2 encoding for int-histogram WAL record types Owen Williams 2026-03-02 16:40:42 -05:00
  • 62318932a1
    docs(02-v2-encoders): create phase plan Owen Williams 2026-03-02 16:37:06 -05:00
  • 81fe40e6ae
    docs(02-v2-encoders): research phase for V2 encoder implementation Owen Williams 2026-03-02 16:34:01 -05:00
  • 27dac67294
    docs(state): record phase 2 context session Owen Williams 2026-03-02 16:28:53 -05:00
  • 6fd2397053
    docs(02): capture phase context Owen Williams 2026-03-02 16:28:32 -05:00
  • edbc1e7c78
    docs(phase-01): complete phase execution Owen Williams 2026-03-02 16:21:22 -05:00
  • c7f9ccad99
    docs(01-01): complete struct-and-type-definitions plan Owen Williams 2026-03-02 16:19:37 -05:00
  • 0c33819e59
    feat(01-01): add V2 record type constants and update String/Type switches Owen Williams 2026-03-02 16:17:45 -05:00
  • 91daad4f8b
    feat(01-01): add ST field to RefHistogramSample and RefFloatHistogramSample Owen Williams 2026-03-02 16:17:09 -05:00
  • c37f2a4d54
    docs(01-struct-and-type-definitions): create phase plan Owen Williams 2026-03-02 16:13:36 -05:00
  • 02d0049140
    docs(01): research struct and type definitions phase Owen Williams 2026-03-02 16:10:22 -05:00
  • a9e17a6d88
    docs(state): record phase 1 context session Owen Williams 2026-03-02 16:03:37 -05:00
  • 981e8a6126
    docs(01): capture phase context Owen Williams 2026-03-02 16:03:13 -05:00
  • f570345ccb
    fix(deps): update module github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor to v0.147.0 deps-update/github.com-open-telemetry-opentelemetry-collector-contrib-processor-deltatocumulativeprocessor-0.x renovate[bot] 2026-03-02 19:51:22 +00:00
  • c4deef472e
    Merge remote-tracking branch 'origin/main' into feature/start-time Owen Williams 2026-03-02 14:47:44 -05:00
  • 026d284c43 chore: fix httpNoBody issues from gocritic Matthieu MOREL 2026-03-02 19:56:05 +01:00
  • 1751685dd4
    Merge pull request #18194 from rexagod/11726 Frederic Branczyk 2026-03-02 17:00:42 +01:00
  • 3bda9a3396
    promql: allow timestamp() to be wrapped as a step invariant depending on arguments (#17313) Andrew Hall 2026-03-02 20:01:14 +08:00
  • 4ea532b53c
    Merge pull request #18203 from roidelapluie/roidelapluie/ftypo Julien 2026-03-02 10:21:27 +01:00
  • bf139a370c
    Merge pull request #18006 from rexagod/13525 Frederic Branczyk 2026-03-02 10:03:26 +01:00
  • 163f4bf322
    bench(chunkenc): add t=gap-jitter tPattern to demonstrate XOR18111 efficiency krajo/xorst György Krajcsovits 2026-03-01 11:25:58 +01:00
  • 61679a0977
    refactor(chunkenc): generate benchmark sample cases from cartesian product György Krajcsovits 2026-03-01 10:57:53 +01:00
  • 1434ada566
    add xor18111st2 with mode for st delta György Krajcsovits 2026-03-01 10:02:04 +01:00
  • 3b1d65816f
    Merge pull request #18202 from prometheus/bwplotka-maintainer Bartlomiej Plotka 2026-02-27 15:17:45 +00:00
  • 8b4318ad34 util/runtime: cast Blocks to uint64 to fix type mismatch on different architectures Julien Pivotto 2026-02-27 15:37:09 +01:00
  • de6f4638ca
    fix(deps): update github.com/prometheus/compliance/remotewrite digest to a709f0d deps-update/github.com-prometheus-compliance-remotewrite-digest renovate[bot] 2026-02-27 12:39:02 +00:00
  • 3e5a7c09d0 chore(main): Fix typo SuqueryInterval to SubqueryInterval Julien Pivotto 2026-02-27 12:55:47 +01:00
  • 2724d67761
    fix(deps): update module github.com/pb33f/libopenapi-validator to v0.13.0 (#18141) renovate[bot] 2026-02-27 12:17:17 +01:00
  • 8e118dd2b7 Move bwplotka to general maintainer bwplotka 2026-02-26 15:39:24 +00:00
  • 02b1abab5e
    Merge pull request #18189 from ringerc/log-trace-id Julien 2026-02-26 17:06:48 +01:00
  • 545a4c8467
    chore(deps): update quay.io/prometheus/golang-builder docker tag to v1.26 deps-update/quay.io-prometheus-golang-builder-1.x renovate[bot] 2026-02-26 14:05:48 +00:00
  • 905719f7f4
    Merge pull request #18196 from prometheus/codesome/merge-3.10 Julien 2026-02-26 15:00:25 +01:00
  • bbde4ae8ca funny e2ebench bwplotka/funnye2ebench bwplotka 2026-02-26 10:42:12 +00:00
  • 04fd008d59
    Add Hetzner maintainers krajo/hetzner-sd György Krajcsovits 2026-02-26 12:30:05 +01:00
  • f0869f1664
    feat(chunkenc): add XOR18111 and XOR18111ST to benchmark format cases György Krajcsovits 2026-02-26 12:13:12 +01:00
  • 5600de6107
    Add Consul SD maintainer (#18193) Mohammad Varmazyar 2026-02-26 11:42:39 +01:00
  • 930b51600b
    feat(chunkenc): add EncXOR18111 and EncXOR18111ST chunk encodings György Krajcsovits 2026-02-26 11:37:00 +01:00
  • 528fc0ff36
    Add EncXOR2 from PR 18111 György Krajcsovits 2026-02-26 11:11:21 +01:00
  • e52025a189
    Merge pull request #18122 from prometheus/bwplotka/rw2st Bartlomiej Plotka 2026-02-26 09:49:27 +00:00
  • 10c1a8a98e
    followup to base changes György Krajcsovits 2026-02-21 08:08:57 +01:00
  • febc87f1c0
    remove unused func György Krajcsovits 2026-02-16 15:57:47 +01:00
  • dfa4026f8c
    fix(chunkenc): add pools for all chunk encodings György Krajcsovits 2026-02-12 10:06:23 +01:00
  • e3bd342308
    add all the relevant encodings with varbit for measuring György Krajcsovits 2026-02-08 20:15:36 +01:00
  • 2924b581b5
    feat(chunkenc): add EncXOR2ST which is EncXOR2 plus start timestamp György Krajcsovits 2026-02-08 17:45:21 +01:00
  • 90cd2e0fca
    feat(chunkenc): add EncXOR2 György Krajcsovits 2026-02-08 10:29:06 +01:00
  • 2d798fda27
    tsdb/chunkenc: Introduce EncodingForFloatST constant György Krajcsovits 2026-02-16 15:48:27 +01:00
  • c2ec948f61
    [EXPERIMENT] Prombench reliability (v3.8.1) bwplotka-patch-7 Bartlomiej Plotka 2026-02-26 04:44:43 +00:00
  • ccc3062521 Merge branch 'main' into codesome/merge-3.10 Ganesh Vernekar 2026-02-25 17:28:24 -08:00
  • 158647fb45 Document traceID / spanID injection in query log Craig Ringer 2026-02-25 13:13:59 +13:00
  • 0ad8516ce0 fixed tests after rebase bwplotka 2026-02-25 19:15:22 +00:00
  • f27ca31bed tests: add bench CLI recommended invokations bwplotka 2026-02-23 16:50:37 +00:00
  • c2eac549d5 tests: test ST in a cheapest way possible bwplotka 2026-02-23 16:43:07 +00:00
  • ba1b87f51f feat: RW2 sending ST support bwplotka 2026-02-20 10:45:16 +00:00
  • dfd6647002
    Merge pull request #18195 from prometheus/st-main-sync2 Bartlomiej Plotka 2026-02-25 18:56:20 +00:00
  • 54e010926b
    Cut v3.10.0 final release (#18184) v3.10.0 v0.310.0 release-3.10 Ganesh Vernekar 2026-02-25 10:54:13 -08:00
  • 8f3a6020d8 Merge branch 'main' into st-main-sync2 bwplotka 2026-02-25 13:54:25 +00:00
  • b53d7386d0
    Merge pull request #17159 from linasm/optimize-join-performance-5 Bartlomiej Plotka 2026-02-25 13:50:31 +00:00
  • 333e0dc188
    tests: reinforce and optimize queue_manager_test createTimeSeries (#18179) Bartlomiej Plotka 2026-02-25 13:22:13 +00:00
  • c023066ca9
    discovery: Introduce prometheus_sd_last_update_timestamp_seconds Pranshu Srivastava 2026-02-25 18:42:06 +05:30
  • c317f9254e
    chore(histogram): Move histogram trimming code out of engine.go (#18185) Linas Medžiūnas 2026-02-25 09:10:42 +01:00