-
Grafana Labs (@grafana)
- Asuncion, Paraguay
Highlights
Block or Report
Block or report replay
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
metrictank Public
Forked from grafana/metrictank
Cassandra-backed, metrics2.0 based, multi-tenant timeseries database for Graphite and friends
Go
-
go-generic-object-store Public
go-generic-object-store is a small, fast, light-weight, in-memory, off-heap library designed specifically for use with string interning and other similar redundancy reduction concepts.
-
grafana/mimir Public
Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
2,408 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 4 commits in 2 repositories
Created a pull request in grafana/mimir that received 80 comments
Mark series ephemeral in distributor based on series matchers in runtime config
What this PR does This PR makes it possible to mark certain series as ephemeral, based on a list of label matchers that can be configured via the r…
Opened 3 other pull requests in 1 repository
Reviewed 20 pull requests in 3 repositories
grafana/mimir
17 pull requests
- Include user agent in query stats logs
-
Fix marshalling of
ephemeral_series_matchers
- Return slice with ephemeral series back to pool.
- Distinguish between label names and label values
- CHANGELOG for ephemeral storage
- Reduce maintainership and step down as team member.
-
Update mimir-prometheus, add support for
align_evaluation_time_on_interval
for rule groups. - Limits and errors for ephemeral storage
-
Return
Canceled
rather thanAborted
when aSeries
request to a store-gateway is cancelled by the calling querier. - Fix title of guide in link text; reword phrase.
- introduce ephemeral checker service and make distributor service depend on it
- Mark series ephemeral in distributor based on series matchers in runtime config
- Make ephemeral storage queryable
- Fix main
- Add ephemeral storage to ingester
-
ingester: Add
/ingester/tsdb_metrics
endpoint for returning tenant-specific TSDB metrics. - Add ephemeral_timeseries to WriteRequest