[app-admin/loki] interim version, not really tested.

This commit is contained in:
2025-11-28 13:45:03 +01:00
parent d1cf9f63fd
commit ec1e6aa230
6 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<!DOCTYPE pkgmetadata
SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<use>
<flag name="fluent-bit">Build the fluent-bit plugin to publish from app-admin/fluent-bit</flag>
<flag name="promtail">Build the promtail log gathering agent</flag>
<flag name="server">Build the loki server</flag>
<flag name="tools">Build the loki tools logcli and loki-canary</flag>
</use>
<upstream>
<remote-id type="github">grafana/loki</remote-id>
</upstream>
</pkgmetadata>