Observability: optional OpenObserve/OTLP support via init configuration #128
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-server#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Add first-class operator-controlled observability that can export StarIntel Server logs, metrics, and traces to OpenObserve through OpenTelemetry/OTLP.
This is observability for the operator's own deployment, not StarIntel product telemetry.
OpenObserve supports OTLP logs, metrics, and traces. Prefer the OTLP contract so the server is not tightly coupled to OpenObserve-specific APIs.
Docs: https://openobserve.ai/docs/ingestion/
OTLP logs: https://openobserve.ai/docs/ingestion/logs/otlp/
Configuration boundary
Use the existing StarIntel init-file boundary (
--init,STAR_SERVER_INIT_FILE, or./init.lisp). The default configuration must preserve today's behavior.Example shape (exact API to be designed in-repo):
Secrets/credentials MUST NOT be committed to or required inside the init file. The init file should reference environment/secret sources.
Required behavior
service.name, version, environment, instance/actor identity where appropriate).Architecture constraint
Keep the instrumentation/provider boundary generic. OpenObserve should be a supported OTLP destination, not a hard-coded runtime dependency.
Explicit exclusion
Do not add anonymous usage analytics, crash reporting to a StarIntel-owned endpoint, installation IDs, or any other product telemetry in this issue. Product telemetry requires a separate opt-in/privacy design decision.