Highlights
- 8 discussions answered
Block or Report
Block or report pstibrany
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
prometheus/prometheus Public
The Prometheus monitoring system and time series database.
-
grafana/mimir Public
Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
-
-
-
grafana/memberlist Public
Forked from hashicorp/memberlist
Golang package for gossip based membership and failure detection
Go
1,457 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 35 commits in 5 repositories
Created a pull request in prometheus/prometheus that received 7 comments
API: Fix errors handling
Handling of errors coming from storage.Queryable
by API has changed in 0906f2e. Supplied unit test passed before that commit, but fails on current …
Opened 27 other pull requests in 4 repositories
grafana/mimir
3
open
16
merged
- Draft release notes for Mimir 2.2.
- Add new section on website for links to blog posts, podcasts and talks.
- Grafanacon 2022 config files: Include link to the talk itself.
- Updates to RELEASE.md
- Testing
- Update dskit. Remove memberlist.abort-if-join-fails=false in jsonnet and example code
- Article about migrating from Consul to memberlist. Added documentation for /memberlist endpoint.
- jsonnet: make memberlist the default KV store
- Update documentation for memberlist migration. Added test files for each migration step.
- Update runbooks to mention possibility to investigate memberlist KV store in various alerts
- Enable consul only if memberlist is disabled, or when migration to memberlist is in progress.
-
Pass NewChunkDiskMapper option to TSDB in
out-of-order
branch. - Add comment about Thanos, external labels and downsampling.
- Fix changelog entry from PR #2098.
- Update mimir prometheus
- Update dskit
- Initialize Tanka with k8s-libsonnet v1.21.
- Update Prometheus with async chunk mapper changes.
- Update Thanos to latest main
grafana/mimir-prometheus
4
merged
grafana/dskit
2
merged
prometheus/prometheus
1
open
1
merged
Reviewed 64 pull requests in 4 repositories
grafana/mimir
25 pull requests
- Use BasicLifecycler for distributors and auto-forget
- WIP: Add metrics backfill support to mimirtool
- Fix post merge reviews on 2187
- Add out-of-order sample support
- Mimir documentation about out-of-order
- Update to latest mimir-prometheus/main
- Ruler: Remove -ruler.query-frontend.timeout and use -querier.timeout instead.
- Updates to RELEASE.md
- Docs: Add Getting started with Grafana Mimir using the Helm chart
- Remove deprecated ruler endpoints
- Add tests for user metadata in the ingester
-
Mixin: Make each
MimirCompactorHasNotUploadedBlocks
alert distinct. - Add comment about Thanos, external labels and downsampling.
- Vendor latest mimir-prometheus
- Article about migrating from Consul to memberlist. Added documentation for /memberlist endpoint.
- Move OOOAllowance config to overrides
- Update runbooks to mention possibility to investigate memberlist KV store in various alerts
- Update documentation for memberlist migration. Added test files for each migration step.
-
Mixin: Change
MimirRulerTooManyFailedQueries
alert tocritical
- jsonnet: make memberlist the default KV store
- Jsonnet: Fix disabling shuffle sharding on the read path whilst keeping it enabled on write path.
- Fix GossipMembersMismatch misfiring with remote ruler eval
- Add support for authenticating by bearer or JWT token to mimirtool
- Fix error message typo
- Docs: add mimir recommended scrape interval
- Some pull request reviews not shown.
grafana/mimir-prometheus
4 pull requests
grafana/dskit
3 pull requests
grafana/loki
1 pull request
Created an issue in grafana/mimir that received 5 comments
MimirIngesterHasUnshippedBlocks
can fire even though block was uploaded
Describe the bug
MimirIngesterHasUnshippedBlocks
checks oldest not-yet uploaded block (cortex_ingester_oldest_unshipped_block_timestamp_seconds
) wa…