Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,143 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in cortexproject/cortex that received 2 comments
Expose the config hash as a metric.
If there is a config drift, then we won't dedupe metrics. This can be used to monitor things. See: prometheus/alertmanager#596 This is set by the c…
- Properly calculate image tag in GitHub Actions
- Fix alertmanager metrics Describe() ordering
- Expose all TSDB metrics in the ingester
- Update list of talks and articles in the doc
- Created dedicated section for chunks storage in the doc
- Fix flaky TestIngester_flushing
- Export distributor method to get ingester replication set
- BugFix: setting -race and code coverage flags for GitHub Actions workflow
- Modify Alertmanager config metrics
- Cut Cortex 1.4.0 stable
Created an issue in prometheus/prometheus that received 15 comments
Propagate label selectors across binary ops
See https://utcc.utoronto.ca/~cks/space/blog/sysadmin/PrometheusLabelNonOptimization for a good explanation. Summarising:
When we select node_files…