docs(server): add hosted collector section (#129)#132
Merged
Conversation
Adds a 'Hosted collector' section to docs/server.md describing the planned collector.agent-strace.dev endpoint. Notes that it is not yet live, links to the separate infrastructure repo, and shows the one-line client change needed when it is available. Refs #129 Co-authored-by: Ona <no-reply@ona.com>
7 tasks
Siddhant-K-code
added a commit
that referenced
this pull request
May 31, 2026
…e identity (#155) Live OTLP streaming (#132) - watch: StreamConfig gains otlp=True flag and service_name field - EventStreamer._flush routes to _flush_otlp when otlp=True, converting events to OTLP GenAI spans and POSTing to <url>/v1/traces - CLI: --stream-otlp flag on agent-strace watch Baseline anomaly detection (#134) - baseline.py: new module — build_baseline() computes mean/stddev for cost, tool_calls, duration_ms, error_rate, llm_requests from recent sessions; check_session() flags sessions beyond a sigma threshold - CLI: agent-strace baseline update|check|show Machine identity (#141) - identity.py: new module — stable per-machine UUID + HMAC-SHA256 session signing using stdlib only; identity stored at ~/.agent-trace/identity.json (override with AGENT_TRACE_IDENTITY_FILE); signatures stored as a sidecar identity.json alongside each session - CLI: agent-strace identity show|sign|verify 1259/1259 tests passing. Closes #132 Closes #134 Closes #141 Co-authored-by: Ona <no-reply@ona.com>
Owner
Author
|
Fixed in #155, released in v0.60.0.
agent-strace watch --stream-to https://api.honeycomb.io --stream-otlp
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a "Hosted collector" section to
docs/server.mdfor issue #129.Refs #129
Changes
docs/server.md: new section at the top describing the plannedcollector.agent-strace.devendpointagent-strace/agent-strace-collector) for the deployment workAGENT_STRACE_ENDPOINT+AGENT_STRACE_AUTH_KEY)Note
The infrastructure work (persistent HTTP service, storage, domain, free tier) belongs in a separate repo. See comment on #129.