Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Version 0.4.0 / 2020-02-27

Latest
Compare
Choose a tag to compare
@ricoberger ricoberger released this 27 Feb 17:27
b4f95f6

Use new Loki API

Switch to the new loki API As the old prom API is deprecated.

This uses the client from the logcli package so we don't need to worry about marshaling/unmarshaling anymore. Regexp filtering via parameter is not possible anymore using the new API so that field has been removed. Filtering should be done directly in the query with logql.

Thanks to @ctrox for his PR #2.