Skip to content

docs: clarify tracing gateway exposes query only, not ingestion#64

Open
emerson-gray wants to merge 1 commit intomainfrom
fix/tracing-gateway-docs
Open

docs: clarify tracing gateway exposes query only, not ingestion#64
emerson-gray wants to merge 1 commit intomainfrom
fix/tracing-gateway-docs

Conversation

@emerson-gray
Copy link
Collaborator

Changes

  • gateway.md: TracingGateway methods changed from Ingest, Query to ListSpans, GetSpan, GetTrace
  • tracing.md: Clarified that the ingestion endpoint (TraceService/Export) is not exposed through the Gateway — agents send spans directly to the Tracing service over the internal network

Context

The architecture docs incorrectly stated that OTLP ingestion would be exposed through the Gateway. Per decision, only query RPCs are exposed externally. Ingestion stays internal.

Related: agynio/gateway#93

- gateway.md: change TracingGateway methods from 'Ingest, Query' to
  'ListSpans, GetSpan, GetTrace'
- tracing.md: clarify ingestion is not exposed through the Gateway;
  agents send spans directly to the Tracing service

Ref agynio/gateway#93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant