-
Notifications
You must be signed in to change notification settings - Fork 0
Add bounded read-only Prometheus and Loki investigation connectors #193
Copy link
Copy link
Open
Labels
area: agentEmbedded agent runtime, tools, prompts, and providersEmbedded agent runtime, tools, prompts, and providersarea: integrationsExternal tools, platforms, providers, and ecosystem integrationsExternal tools, platforms, providers, and ecosystem integrationsconcern: reliabilityGraceful degradation, lifecycle safety, and operational correctnessGraceful degradation, lifecycle safety, and operational correctnessconcern: securityAuthorization, approval, sensitive data, and destructive-operation safetyAuthorization, approval, sensitive data, and destructive-operation safetyenhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
area: agentEmbedded agent runtime, tools, prompts, and providersEmbedded agent runtime, tools, prompts, and providersarea: integrationsExternal tools, platforms, providers, and ecosystem integrationsExternal tools, platforms, providers, and ecosystem integrationsconcern: reliabilityGraceful degradation, lifecycle safety, and operational correctnessGraceful degradation, lifecycle safety, and operational correctnessconcern: securityAuthorization, approval, sensitive data, and destructive-operation safetyAuthorization, approval, sensitive data, and destructive-operation safetyenhancementNew feature or requestNew feature or request
Goal
Let read-only incident investigations correlate Kubernetes state with bounded
Prometheus metrics and Loki logs without turning korvid into an observability
backend.
Current gap
korvid reads Kubernetes resources, events, pod logs, and metrics-server data.
Many production failures cannot be diagnosed from those sources alone:
The agent currently has no typed, least-privilege connector contract for these
sources.
Scope
Create a read-only connector boundary and ship initial Prometheus and Loki
connectors:
stripping or masking configured sensitive fields;
Initial investigation actions should be resource-oriented, for example:
bounded window;
Acceptance criteria
when not configured.
limits before data reaches the agent.
existing network trust model.
payload inspection.
so they can participate in evidence citations.
and never depend on a public service.
Out of scope