Merge pull request #17287 from linasm/reject-nan-histogram-custom-bounds
#982:Commit
fe11cae637
pushed by
root
Merge pull request #17244 from prometheus/krajo/update-npm-deps
#930:Commit
5c897e3801
pushed by
root
tsdb: Fix appended sample count metrics when converting float staleness markers to histograms (#17241)
#926:Commit
dc3e6af91a
pushed by
root
Merge pull request #17158 from ADITYATIWARI342005/feature-scrape_duration
#914:Commit
536a2b1fd2
pushed by
root
Add comments clarifying why promql.Querylogger exists (#17231)
#893:Commit
c9e0e36701
pushed by
root
Merge pull request #16970 from prometheus/mr/repo-sync-manual-trigger
#853:Commit
789fddf25a
pushed by
root
No info annotation for rate/increase when type is histogram (#16915)
#773:Commit
44b0fbba1e
pushed by
root
UI: More inclusive metadata handling for _count/_sum/_bucket suffixes (#16910)
#769:Commit
13b55ffc81
pushed by
root
remote write 2.0: add write handler benchmark for V2 format (#16687)
#761:Commit
f8b3fce845
pushed by
root
test(tsdb): disable TestDelayedCompaction/delayed_compaction_enabled on windows
#753:Commit
9a0bbb60bc
pushed by
root
Merge pull request #16901 from prometheus/configurable-notice-alerts
#745:Commit
19a8f8c8ea
pushed by
root
fix(promql): Ensure native histogram values copied in subqueries (#16879)
#740:Commit
b09cf6be8d
pushed by
root
fix(remote): Unregister metrics emitted by `remote.WriteStorage` when closed (#16868)
#717:Commit
46acc974c0
pushed by
root
scraping: Create a span and send the traceparent header during scrape requests (#16425)
#691:Commit
0fc5e75504
pushed by
root
Merge pull request #16818 from prometheus/dependabot/go_modules/internal/tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.27.1
#674:Commit
3d245e31d3
pushed by
root
config: Add UnderscoreEscapingWithoutSuffixes translation strategy (#16849)
#658:Commit
d2f1f4fb27
pushed by
root
promqltest: add tests for `histogram_count(increase(...))` (#16854)
#652:Commit
eb3ea163fa
pushed by
root
chore(tsdb): remove NewLeveledCompactorWithChunkSize constructor as unused, library users ca can redefine it on their side
#643:Commit
846acc10bb
pushed by
root
chore: complete error message in RegisterSDMetrics function (#14635)
#622:Commit
a2735494e1
pushed by
root
docs: Added documentation for promtool configuration with http.config.file (#16522)
#607:Commit
938e5cb62b
pushed by
root
OTLP receiver: Generate `target_info` samples between the earliest and latest samples per resource (#16737)
#593:Commit
f561aa795d
pushed by
root
Consolidate around prometheus/common/model.ValidationScheme (#16806)
#585:Commit
5a5424cbc1
pushed by
root
Merge pull request #16819 from jscheffner/prometheus-dashboard-uid
#576:Commit
61064cb774
pushed by
root
Merge pull request #16716 from charleskorn/charleskorn/binops-docs
#562:Commit
bfbae39931
pushed by
root
config.ScrapeConfig.Validate: Fix MetricNameEscapingScheme error messages (#16801)
#540:Commit
d902abc50d
pushed by
root
OTLP receiver: Don't append _total suffix to non-monotonic OTel sums (#16776)
#498:Commit
9c791faade
pushed by
root
fix(promql): histogram_quantile and histogram_fraction NaN observed in native histogram (#16724)
#492:Commit
5b7ff92d95
pushed by
root
Merge pull request #16759 from roidelapluie/add-info-warning-graph
#457:Commit
d668382608
pushed by
root
OTLP receiver: Rename `otlp.convert_scope_metadata` to `otlp.promote_scope_metadata` (#16760)
#450:Commit
c701636034
pushed by
root
Add script for converting PromQL tests to new syntax format (#16562)
#434:Commit
69906bb4f5
pushed by
root
Merge pull request #16417 from amanycodes/histogram-helper-test
#430:Commit
32b471ed47
pushed by
root
OTLP: Support including scope metadata as metric labels (#16730)
#425:Commit
964bd7d1a9
pushed by
root
Merge pull request #16733 from MichaHoffmann/mhoffmann/fix-ts-of-last-over-time-histograms
#412:Commit
e81132f162
pushed by
root
Merge pull request #16722 from MichaHoffmann/mhoffmann/add-tmin-tmax-tlast-over-time-functions
#388:Commit
4aee718013
pushed by
root
Fetch and display full query stats in hover tooltip in table query tab (#16723)
#385:Commit
4eeeb6ee88
pushed by
root
Enhance TestDropOldTimeSeries to test both v1 and v2 protocols (#16709)
#379:Commit
472f0de661
pushed by
root
engine: fix PossibleNonCounterInfo annotation for rate and increase. (#16718)
#376:Commit
94d5e0f41c
pushed by
root
Merge pull request #16697 from Konstantinov-Innokentii/export-query-samples-fields
#366:Commit
ea75bc18e9
pushed by
root
chore(docs/kubernetes SD): add a note about Endpoints API being deprecated in kubernetes 1.33+ (#16684)
#338:Commit
50ba25f273
pushed by
root
Merge pull request #16643 from prometheus/standardize-docs-page-titles
#308:Commit
8fd46f74aa
pushed by
root
Merge pull request #16567 from ryanwuer/optimize-target-pool-search-experience
#268:Commit
ef430074f3
pushed by
root
fix(test): fall back to default direct I/O requirements in tests when statx isn't supported by using a higher lever util (#16648)
#261:Commit
f1db64f4c5
pushed by
root
tsdb: fix issue where a new segment file is created for every chunk if `WithSegmentSize` not called (#16635)
#247:Commit
ab1b1db128
pushed by
root
refactor: use the built-in max/min to simplify the code (#16617)
#235:Commit
317acb3d68
pushed by
root
remote_write azure auth : allow empty client_id to suppport system assigned managed identity (#16421)
#211:Commit
14fc57e4cf
pushed by
root
chore(config): add guidelines for adding a new RuntimeConfig field based on learnings from GoGC addition
#197:Commit
690c9da817
pushed by
root
refactor(endpointslice): use service cache.Indexer to achieve better iteration performance (#16365)
#191:Commit
091e662f4d
pushed by
root
Merge pull request #16565 from prometheus/krajo/intern-custom-values
#185:Commit
eb940d9c3b
pushed by
root
feature: type-and-unit-labels (PROM-39 implementation) (#16228)
#160:Commit
8e6b008608
pushed by
root
Merge pull request #16604 from prometheus/fix-dropped-target-counts
#153:Commit
77224a6ef1
pushed by
root
Merge pull request #16597 from prometheus/cleanup-docs-code-and-headers
#132:Commit
df1b4da348
pushed by
root
Fix full-page re-rendering when opening status nav menu (#16590)
#125:Commit
dbf5d01a62
pushed by
root
promql: support variable scalar parameter in aggregations in range queries (#16404)
#117:Commit
8b0d33e5b2
pushed by
root
Merge pull request #16556 from NeerajGartia21/promql/promql-test-bug
#83:Commit
1d847f70c9
pushed by
root
chore(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#16533)
#73:Commit
c3ce1f1927
pushed by
root
promtool: Optional fuzzy float64 comparison in rules unittests (#16395)
#40:Commit
b6aaea22fb
pushed by
root
Merge pull request #16526 from n-peugnet/docs-clarify-time-options
#35:Commit
0ce6022ef9
pushed by
root