Highlights
- Arctic Code Vault Contributor
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,571 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in grafana/loki that received 2 comments
LogQL: Labels and Metrics Extraction
What this PR does / why we need it: This PR introduces all enhancement suggested in the following design docs: https://docs.google.com/document/d/1…
- Bump fluentd plugin
- LogQL: Improve template format
- Fix error swallowed in the frontend.
- Improve pipeline stages ast errors.
- Logqlv2 docs
- Fixes a bug that would add __error__ label incorrectly.
- Improve the way we reverse iterator for backward queries.
- Logqlv2 pushes groups down to edge
- Logqv2 optimization
- Handle panic in the store goroutine.
- Fixes race conditions in the batch iterator.
- Fixes all lint errors.
- Fixes the frontend logs to include org_id.
- Bypass sharding middleware when a query can't be sharded.
- fix flaky tests in boltdb-shipper
- Add support for building binaries for ppc64le arch
- fluent-plugin: Improve escaping in key_value format
- fixes promtail libsonnet tag. closes #2818
- CHANGELOG: Update update document links to point to the right place.
- Update helm and jsonnet to new release
- Loki Release: update release notes and docs
- pkg/logcli/query: clean DoQuery
- FluentD loki plugin: add support for bearer_token_file parameter
- helm/fluentbit K8S-Logging.Exclude & and Mem_Buf_Limit toggle
- Deploy: add docker-compose cluster deployment file
- fix: Remove depricated `entry_parser` from scrapeconfig
- fixes path in prom rules api docs
- better tenant logging in ruler memstore
- Fix linting errors and use of deprecated repositories
- Doc: fix broken links in production/README.md
- Logstash cpu usage fix
- Docs: Update docs for redis
- Removes wrong capitalizations
- nit: fix formatting for ksonnet/loki
- removes r/w pools from block/chunk types
- Promtail: Fix timestamp parser for short year format
- Promtail: (and also fluent-bit) change the max batch size to 1MB
Created an issue in grafana/loki that received 1 comment
Limits metrics queries cardinality.
With the new LogQL extensions we can now implicitly extract many labels. Specially with logfmt and json. We should add a way to via configuration: l…