Sandeep Sukhani
Sandeep Sukhani
Is it okay if I give this a try?
@jasonblais Initiated a conversation [here](https://pre-release.mattermost.com/core/pl/3bee1pcotfgx3cgk6373sb9eoe) for design discussion.
@afayngelerindbx I am not sure why the release pipeline is failing. Can you please try rebasing the PR on top of the latest `main` so that I can get this...
> Release pipeline passed after rebase but not the `loki-mixin-check` not sure what to make of that. I restarted it, and it worked. It is flaky and needs to be...
> cc @sandeepsukhani Can you take a look here? What do you think about using the deletion API vs another way to handle this? I think it would be better...
The other option would be have a separate code path which would use [OpenCompactedIndex](https://github.com/grafana/loki/blob/3170edf3e3cf9cc354c41cf01556eb6024016d4f/pkg/storage/stores/indexshipper/compactor/table.go#L49), which would give you access to [ChunkIterator](https://github.com/grafana/loki/blob/3170edf3e3cf9cc354c41cf01556eb6024016d4f/pkg/storage/stores/indexshipper/compactor/retention/retention.go#L47) for iterating through chunks so that you can just...
The approach I mentioned in my second comment looks more appealing to me which gives more control on the flow and you get to delete the chunks instant instead of...
Hey @zarbis, sorry for the inconvenience and thanks for reporting the issue. It seems there is some issue with applying the `otlp_config` set in the global `limits_config`, i.e. in the...
Anyone tried that workaround without disabling SIP? Seems its not working for me.
Hey folks, we have added experimental OTLP log ingestion support to Loki. It has yet to be released, so you would have to use the latest main to try it....