Observability: optional OTLP/OpenObserve instrumentation hooks #7

Open
opened 2026-08-26 07:49:13 +00:00 by lost-rob0t · 0 comments
lost-rob0t commented 2026-08-26 07:49:13 +00:00 (Migrated from github.com)

Coordinate with https://github.com/lost-rob0t/starintel-server/issues/128.

Add provider-neutral instrumentation hooks for the Python StarIntel document/model package without making the library itself a required network client.

  • Host config controls instrumentation/export; default/no context means no exporter/network traffic.
  • Safe spans/events/metrics for parse/validate/serialize/schema errors where useful.
  • Host owns OTLP/OpenObserve exporter and credentials.
  • Never export document values/bodies by default; safe type/schema/size/outcome metadata only.
  • Instrumentation errors cannot affect model behavior.
  • Tests prove disabled behavior equivalence and zero network effects.
  • Add a generic OTLP/OpenObserve host integration example.

Docs: https://openobserve.ai/docs/ingestion/

No product telemetry in this issue.

Coordinate with https://github.com/lost-rob0t/starintel-server/issues/128. Add provider-neutral instrumentation hooks for the Python StarIntel document/model package without making the library itself a required network client. - [ ] Host config controls instrumentation/export; default/no context means no exporter/network traffic. - [ ] Safe spans/events/metrics for parse/validate/serialize/schema errors where useful. - [ ] Host owns OTLP/OpenObserve exporter and credentials. - [ ] Never export document values/bodies by default; safe type/schema/size/outcome metadata only. - [ ] Instrumentation errors cannot affect model behavior. - [ ] Tests prove disabled behavior equivalence and zero network effects. - [ ] Add a generic OTLP/OpenObserve host integration example. Docs: https://openobserve.ai/docs/ingestion/ No product telemetry in this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nsaspy/starintel-doc#7
No description provided.