@openplait/adapter-loki
v0.1.0-alpha.0
Published
Grafana Loki logs datasource adapter for OpenPlait.
Maintainers
Readme
@openplait/adapter-loki
Grafana Loki logs adapter with bounded LogQL range execution, semantic stream and line filters, normalized frames, and label discovery.
const adapter = new LokiAdapter({ url: "http://localhost:3100", allowNativeQueries: true });
const result = await adapter.execute(nativeLogQlQuery, executionContext);