MCPcopy Create free account
hub / github.com/hunvreus/devpush / __init__

Method __init__

app/services/loki.py:13–15  ·  view source on GitHub ↗
(self, loki_url: str = "http://loki:3100")

Source from the content-addressed store, hash-verified

11
12class LokiService:
13 def __init__(self, loki_url: str = "http://loki:3100"):
14 self.loki_url = loki_url
15 self.client = httpx.AsyncClient()
16
17 def _format_loki_log(
18 self, stream: dict, ts: str, line: str, **extra_labels

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected