Merge pull request #17287 from linasm/reject-nan-histogram-custom-bounds
#980:Commit
fe11cae637
pushed by
root
Merge pull request #17244 from prometheus/krajo/update-npm-deps
#928:Commit
5c897e3801
pushed by
root
tsdb: Fix appended sample count metrics when converting float staleness markers to histograms (#17241)
#924:Commit
dc3e6af91a
pushed by
root
Merge pull request #17158 from ADITYATIWARI342005/feature-scrape_duration
#912:Commit
536a2b1fd2
pushed by
root
Add comments clarifying why promql.Querylogger exists (#17231)
#891:Commit
c9e0e36701
pushed by
root
Merge pull request #16970 from prometheus/mr/repo-sync-manual-trigger
#851:Commit
789fddf25a
pushed by
root
No info annotation for rate/increase when type is histogram (#16915)
#771:Commit
44b0fbba1e
pushed by
root
UI: More inclusive metadata handling for _count/_sum/_bucket suffixes (#16910)
#767:Commit
13b55ffc81
pushed by
root
remote write 2.0: add write handler benchmark for V2 format (#16687)
#759:Commit
f8b3fce845
pushed by
root
test(tsdb): disable TestDelayedCompaction/delayed_compaction_enabled on windows
#751:Commit
9a0bbb60bc
pushed by
root
Merge pull request #16901 from prometheus/configurable-notice-alerts
#743:Commit
19a8f8c8ea
pushed by
root
fix(promql): Ensure native histogram values copied in subqueries (#16879)
#738:Commit
b09cf6be8d
pushed by
root
fix(remote): Unregister metrics emitted by `remote.WriteStorage` when closed (#16868)
#715:Commit
46acc974c0
pushed by
root
scraping: Create a span and send the traceparent header during scrape requests (#16425)
#689: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
#672:Commit
3d245e31d3
pushed by
root
config: Add UnderscoreEscapingWithoutSuffixes translation strategy (#16849)
#656:Commit
d2f1f4fb27
pushed by
root
promqltest: add tests for `histogram_count(increase(...))` (#16854)
#650:Commit
eb3ea163fa
pushed by
root
chore(tsdb): remove NewLeveledCompactorWithChunkSize constructor as unused, library users ca can redefine it on their side
#641:Commit
846acc10bb
pushed by
root
chore: complete error message in RegisterSDMetrics function (#14635)
#620:Commit
a2735494e1
pushed by
root
docs: Added documentation for promtool configuration with http.config.file (#16522)
#605:Commit
938e5cb62b
pushed by
root
OTLP receiver: Generate `target_info` samples between the earliest and latest samples per resource (#16737)
#591:Commit
f561aa795d
pushed by
root
Consolidate around prometheus/common/model.ValidationScheme (#16806)
#583:Commit
5a5424cbc1
pushed by
root
Merge pull request #16819 from jscheffner/prometheus-dashboard-uid
#574:Commit
61064cb774
pushed by
root
Merge pull request #16716 from charleskorn/charleskorn/binops-docs
#560:Commit
bfbae39931
pushed by
root
config.ScrapeConfig.Validate: Fix MetricNameEscapingScheme error messages (#16801)
#538:Commit
d902abc50d
pushed by
root
OTLP receiver: Don't append _total suffix to non-monotonic OTel sums (#16776)
#496:Commit
9c791faade
pushed by
root
fix(promql): histogram_quantile and histogram_fraction NaN observed in native histogram (#16724)
#490:Commit
5b7ff92d95
pushed by
root
Merge pull request #16759 from roidelapluie/add-info-warning-graph
#455:Commit
d668382608
pushed by
root
OTLP receiver: Rename `otlp.convert_scope_metadata` to `otlp.promote_scope_metadata` (#16760)
#448:Commit
c701636034
pushed by
root
Add script for converting PromQL tests to new syntax format (#16562)
#432:Commit
69906bb4f5
pushed by
root
Merge pull request #16417 from amanycodes/histogram-helper-test
#428:Commit
32b471ed47
pushed by
root
OTLP: Support including scope metadata as metric labels (#16730)
#423:Commit
964bd7d1a9
pushed by
root
Merge pull request #16733 from MichaHoffmann/mhoffmann/fix-ts-of-last-over-time-histograms
#410:Commit
e81132f162
pushed by
root
Merge pull request #16722 from MichaHoffmann/mhoffmann/add-tmin-tmax-tlast-over-time-functions
#386:Commit
4aee718013
pushed by
root
Fetch and display full query stats in hover tooltip in table query tab (#16723)
#383:Commit
4eeeb6ee88
pushed by
root
Enhance TestDropOldTimeSeries to test both v1 and v2 protocols (#16709)
#377:Commit
472f0de661
pushed by
root
engine: fix PossibleNonCounterInfo annotation for rate and increase. (#16718)
#374:Commit
94d5e0f41c
pushed by
root
Merge pull request #16697 from Konstantinov-Innokentii/export-query-samples-fields
#364:Commit
ea75bc18e9
pushed by
root
chore(docs/kubernetes SD): add a note about Endpoints API being deprecated in kubernetes 1.33+ (#16684)
#336:Commit
50ba25f273
pushed by
root
Merge pull request #16643 from prometheus/standardize-docs-page-titles
#306:Commit
8fd46f74aa
pushed by
root
Merge pull request #16567 from ryanwuer/optimize-target-pool-search-experience
#266: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)
#259:Commit
f1db64f4c5
pushed by
root
tsdb: fix issue where a new segment file is created for every chunk if `WithSegmentSize` not called (#16635)
#245:Commit
ab1b1db128
pushed by
root
refactor: use the built-in max/min to simplify the code (#16617)
#233:Commit
317acb3d68
pushed by
root
remote_write azure auth : allow empty client_id to suppport system assigned managed identity (#16421)
#209:Commit
14fc57e4cf
pushed by
root
chore(config): add guidelines for adding a new RuntimeConfig field based on learnings from GoGC addition
#195:Commit
690c9da817
pushed by
root
refactor(endpointslice): use service cache.Indexer to achieve better iteration performance (#16365)
#189:Commit
091e662f4d
pushed by
root
Merge pull request #16565 from prometheus/krajo/intern-custom-values
#183:Commit
eb940d9c3b
pushed by
root
feature: type-and-unit-labels (PROM-39 implementation) (#16228)
#158:Commit
8e6b008608
pushed by
root
Merge pull request #16604 from prometheus/fix-dropped-target-counts
#151:Commit
77224a6ef1
pushed by
root
Merge pull request #16597 from prometheus/cleanup-docs-code-and-headers
#130:Commit
df1b4da348
pushed by
root
Fix full-page re-rendering when opening status nav menu (#16590)
#123:Commit
dbf5d01a62
pushed by
root
promql: support variable scalar parameter in aggregations in range queries (#16404)
#115:Commit
8b0d33e5b2
pushed by
root
Merge pull request #16556 from NeerajGartia21/promql/promql-test-bug
#81:Commit
1d847f70c9
pushed by
root
chore(deps): bump actions/setup-node from 4.3.0 to 4.4.0 (#16533)
#71:Commit
c3ce1f1927
pushed by
root
promtool: Optional fuzzy float64 comparison in rules unittests (#16395)
#38:Commit
b6aaea22fb
pushed by
root
Merge pull request #16526 from n-peugnet/docs-clarify-time-options
#33:Commit
0ce6022ef9
pushed by
root