Observability for Anthropic with Highlight

OpenLLMetry lets you trace prompts and embedding calls of Anthropic. With 5 minutes of work you can get complete view of your system directly into Highlight. See how below.

Step 1

Install the Traceloop SDK and initialize it. It will automatically log all calls to Anthropic, with prompts and completions as separate spans.

Step 2

Route traces to Highlights’s OTLP endpoint and set the Highlight project ID in the headers.
TRACELOOP_BASE_URL=https://otel.highlight.io:4318
TRACELOOP_HEADERS="x-highlight-project=<YOUR_HIGHLIGHT_PROJECT_ID>"

Discover use cases

Trace prompts and completions in Anthropic

Call any Claude model by Anthropic and see prompts, completions, and token usage for your call. Both Claude Instant and Claude 2 are supported.