-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Insights: prometheus/prometheus
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
v3.4.2 3.4.2 / 2025-06-26
published
Jun 26, 2025 -
v2.53.5 2.53.5 / 2025-06-27
published
Jun 30, 2025
15 Pull requests merged by 11 people
-
Prepare release 3.5.0-rc.0
#16778 merged
Jun 30, 2025 -
Merge branch 'release-2.53' into main
#16800 merged
Jun 30, 2025 -
[RELASE 2.53] Prepare 2.53.5 + Bump deps
#16790 merged
Jun 30, 2025 -
chore: fix some function names in comment
#16789 merged
Jun 27, 2025 -
promql: Re-introduce direct mean calculation
#16773 merged
Jun 27, 2025 -
Limit concurrency of scrape pool reloads
#16783 merged
Jun 27, 2025 -
merge release-3.4 into main
#16787 merged
Jun 27, 2025 -
OTLP receiver: Don't append _total suffix to non-monotonic OTel sums
#16776 merged
Jun 25, 2025 -
scrape: set validation and escaping defaults in default config vars
#16751 merged
Jun 25, 2025 -
fix(promql): histogram_quantile and histogram_fraction NaN observed in native histogram
#16724 merged
Jun 25, 2025 -
[release-2.53 LTS] Backward compatibility with upcoming index v3
#16762 merged
Jun 25, 2025 -
Add documentation for custom_values usage in NHCB
#16757 merged
Jun 24, 2025 -
[RELEASE 2.53] [BUGFIX] Top-level: Update GOGC before loading TSDB
#16521 merged
Jun 24, 2025 -
Release 3.5 preparation: Update go dependencies
#16765 merged
Jun 24, 2025 -
PROM-39: Add tests for relabeling of type and unit labels
#16743 merged
Jun 23, 2025
15 Pull requests opened by 12 people
-
Bump k8s dependencies
#16768 opened
Jun 23, 2025 -
feat(stackit): postgres flex service discovery
#16771 opened
Jun 24, 2025 -
chore(deps): bump the go-opentelemetry-io group across 2 directories with 6 updates
#16772 opened
Jun 24, 2025 -
PROM-39: implement type and unit labels for PRW 2.0
#16774 opened
Jun 24, 2025 -
Add step() in promql duration expressions
#16777 opened
Jun 25, 2025 -
tsdb/wlog: Remove old temproary checkpoints in DeleteCheckpoints
#16780 opened
Jun 25, 2025 -
Migrate OTLP endpoint to PRW 2.0 for ingestion
#16784 opened
Jun 26, 2025 -
Kaveesh/wi support
#16788 opened
Jun 26, 2025 -
POC: new native histogram extrapolation idea
#16791 opened
Jun 27, 2025 -
Add step(), min(), max() to promql's duration expression
#16792 opened
Jun 27, 2025 -
Fix `histogram_quantile` annotation in range query when delayed name removal is disabled
#16794 opened
Jun 28, 2025 -
feat(scrape): Add configurable namespace metadata enrichment
#16796 opened
Jun 29, 2025 -
Pass concrete types to promql functions
#16797 opened
Jun 29, 2025 -
add NewRangeTooShortWarning if range too short
#16798 opened
Jun 29, 2025 -
config.ScrapeConfig.Validate: Fix MetricNameEscapingScheme error messages
#16801 opened
Jun 30, 2025
14 Issues closed by 10 people
-
not enough arguments in call to cache.DefaultWatchErrorHandler for k8s.io/client-go/tools/cache
#16767 closed
Jun 28, 2025 -
Migrate to AWS v2 SDK
#16712 closed
Jun 27, 2025 -
how to validate promQL with golang 1.19?
#16746 closed
Jun 27, 2025 -
promql: Numerical accuracy issues with mean calculation
#16714 closed
Jun 27, 2025 -
Allow alert rules ingestion similar to http_sd
#12343 closed
Jun 27, 2025 -
redacted
#16782 closed
Jun 27, 2025 -
OTLP receiver translates non-monotonic sums to monotonic counters
#16775 closed
Jun 25, 2025 -
DefaultGlobalConfig does not set required fields for Validation and Escaping
#16750 closed
Jun 25, 2025 -
Default for OTLPConfig not computed when ``otlp`` unset
#16688 closed
Jun 25, 2025 -
Native histograms: address TODO about histogram_quantile on NaN
#16578 closed
Jun 25, 2025 -
Native histograms: address TODO about histogram_fraction in spec
#16580 closed
Jun 25, 2025 -
promqltest(NHCB): Document custom_values
#16755 closed
Jun 24, 2025 -
Failing tests due to unstable float64 math on big numbers
#16758 closed
Jun 24, 2025 -
PROM-39: Add tests for relabeling of type and unit labels
#16738 closed
Jun 23, 2025
6 Issues opened by 6 people
-
push Histogram metrics only has +lnf bucket
#16799 opened
Jun 30, 2025 -
Add annotation when range is too short for functions like rate or increase
#16795 opened
Jun 28, 2025 -
promql.NewActiveQueryTracker can crash with SIGBUS when the disk is full
#16785 opened
Jun 26, 2025 -
Optional config to compact the Head block earlier than 1.5x of the block range
#16781 opened
Jun 26, 2025 -
tsdb/wlog should have the ability to cleanup old temproary checkpoints
#16779 opened
Jun 25, 2025 -
Logging inconsistancies.
#16766 opened
Jun 23, 2025
50 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Convert PromQL tests to new syntax via basic migration mode
#16585 commented on
Jun 25, 2025 • 35 new comments -
promql: Implement </ and >/ operators for trimming native histograms.
#16330 commented on
Jun 28, 2025 • 9 new comments -
Promql: Prevent extrapolation of NH below zero
#16192 commented on
Jun 30, 2025 • 7 new comments -
docs: clarify and expand binary operations documentation
#16716 commented on
Jun 30, 2025 • 6 new comments -
Discovery: add Vultr baremetal support
#15405 commented on
Jun 24, 2025 • 2 new comments -
PromQL: metric name dropped in binary operation even if mentioned in `on(...)`
#16631 commented on
Jun 23, 2025 • 0 new comments -
chore: Sign project binary on MacOS
#15712 commented on
Jun 28, 2025 • 0 new comments -
WIP: feat(chunkenc): use an iterator pool to avoid generating garbage during WAL replay
#15734 commented on
Jun 28, 2025 • 0 new comments -
Migrating ec2 service discovery to the AWS sdk v2
#15735 commented on
Jun 24, 2025 • 0 new comments -
perf(nhcb): reuse calculated metric name and hash
#15861 commented on
Jun 28, 2025 • 0 new comments -
[WIP] Remote Write V2 Gogoproto Replacement with Vtprotobuf
#16026 commented on
Jun 28, 2025 • 0 new comments -
discovery: Allow EC2 Service Discovery to work with IPv6-only instances
#16088 commented on
Jun 23, 2025 • 0 new comments -
[PERF] removing shadow variables
#16198 commented on
Jun 27, 2025 • 0 new comments -
Add anchored and smoothed to vector selectors.
#16457 commented on
Jun 25, 2025 • 0 new comments -
promqltest: make tests skippable by line
#16463 commented on
Jun 24, 2025 • 0 new comments -
Add template functions to support time handling in Loki alerts.
#16619 commented on
Jun 28, 2025 • 0 new comments -
Add warning for ineffective sort in range queries
#16628 commented on
Jun 30, 2025 • 0 new comments -
chore(deps): bump github.com/hashicorp/consul/api from 1.32.0 to 1.32.1
#16657 commented on
Jun 24, 2025 • 0 new comments -
chore(deps): bump github.com/digitalocean/godo from 1.145.0 to 1.150.0
#16661 commented on
Jun 24, 2025 • 0 new comments -
api: Create `/status/tsdb/blocks` endpoint.
#16695 commented on
Jun 27, 2025 • 0 new comments -
fix(histogram): treat first sample as CounterReset
#16696 commented on
Jun 27, 2025 • 0 new comments -
[PERF] PromQL: Split rangeEval for binary operations
#16698 commented on
Jun 29, 2025 • 0 new comments -
TSDB: Option to configure TSDB Block Reload Interval
#16728 commented on
Jun 30, 2025 • 0 new comments -
docs: Direct link to remote read proto to the main branch
#16731 commented on
Jun 25, 2025 • 0 new comments -
Add `make help` command to list available Makefile targets and descriptions
#16732 commented on
Jun 30, 2025 • 0 new comments -
OTLP receiver: Generate `target_info` samples between the earliest and latest samples per resource
#16737 commented on
Jun 25, 2025 • 0 new comments -
[meta] PROM-39 type-and-unit-labels stability
#16610 commented on
Jun 24, 2025 • 0 new comments -
UI: Add hover selection support to autocomplete suggestions in codemirror-promql
#16424 commented on
Jun 24, 2025 • 0 new comments -
Alternate way of loading configuration programmatically
#16756 commented on
Jun 24, 2025 • 0 new comments -
Up metric fires alert after the server is up
#16748 commented on
Jun 24, 2025 • 0 new comments -
TotalSamples scanned undercounted when range vector selector is used in subquery and aggregated.
#16638 commented on
Jun 25, 2025 • 0 new comments -
Prometheus crashes with SIGSEGV when accessing mapped chunk during PromQL query
#16621 commented on
Jun 25, 2025 • 0 new comments -
automate Go version updates
#16446 commented on
Jun 26, 2025 • 0 new comments -
Open Telemetry Translation Tracking Issue
#16542 commented on
Jun 26, 2025 • 0 new comments -
Return info annotation when query returns metrics with same name but different type or unit label
#16641 commented on
Jun 27, 2025 • 0 new comments -
simpler syntax for joins on labels with different names
#15146 commented on
Jun 27, 2025 • 0 new comments -
Native histograms: detect if lower resolution is really a counter reset
#16574 commented on
Jun 27, 2025 • 0 new comments -
Native histograms: custom buckets on UI
#16582 commented on
Jun 27, 2025 • 0 new comments -
unexpectedly high cpu utilization
#16726 commented on
Jun 27, 2025 • 0 new comments -
Add option for immediate TSDB block reload on new data
#16649 commented on
Jun 27, 2025 • 0 new comments -
Kubernetes SD: Optionally attach namespace and node metadata to targets
#9510 commented on
Jun 30, 2025 • 0 new comments -
Stop writing Label Index and Label Offset Table in the index
#14749 commented on
Jun 30, 2025 • 0 new comments -
Implement scrape-time rule evaluation
#10529 commented on
Jun 30, 2025 • 0 new comments -
[FEATURE] Kubernetes SD: Allow attaching namespace metadata to targets
#13798 commented on
Jun 30, 2025 • 0 new comments -
PromQL: Allow operators between range vector selectors and scalars
#14095 commented on
Jun 24, 2025 • 0 new comments -
promql: implement `integral()` function
#14440 commented on
Jun 27, 2025 • 0 new comments -
scrape: add options to manager to allow scraping at startup and shutdown
#15360 commented on
Jun 25, 2025 • 0 new comments -
exemplars: support for recording rules
#15555 commented on
Jun 24, 2025 • 0 new comments -
promql: Make it possible to add custom details in annotations and summarise multiple of the same annotation
#15577 commented on
Jun 29, 2025 • 0 new comments -
Float histograms: implement methods for Add/Sub operations using Kahan summation
#15687 commented on
Jun 25, 2025 • 0 new comments