Sandeep Sukhani
Sandeep Sukhani
**What this PR does / why we need it**: We currently only have index request latency metrics on individual store types i.e boltdb-shipper, tsdb, bigtable etc. This makes it hard...
**What this PR does / why we need it**: The package for `boltdb-shipper` index client was initially named `shipper` to be concise. However, we now have `indexshipper` package taking care...
**Describe the bug** Compactor stores delete requests in a table with a single boltdb file and keep uploading that file to the storage every 5 mins. It would only download...
Getting slice of structs as input was failing so I have fixed this. It has been working fine so far with the fix for us. Wanted to contribute back. Please...
**What this PR does / why we need it**: Add a hint on how to access line and timestamp from the log line in the docs for `line_format` stage.
**What this PR does / why we need it**: There was a mistake I made in setting the default per tenant otlp config parsed from the overall Loki config, which...
**What this PR does / why we need it**: Update otlp ingestion docs with the following changes: * Fixes incorrect default value for max label names per series. * Add...