Ascent Quick Start Guide
Ascent Quick Start Guide for AI and LLM Observability
Deploy OpenTelemetry SDK
Instrument your Application
TRACING code examples:
from opentelemetry.sdk.resources import Resource
from opentelemetry import trace
from opentelemetry.instrumentation.fastapi import FastAPIInstrumentor
from opentelemetry.instrumentation.asyncio import AsyncioInstrumentor
from opentelemetry.sdk.trace import TraceProvider
from opentelemetry.sdk.trace.export import BatchSpanProcessor
from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporterMETRICS code examples:
Collect and store data
Visualize data
Alerting
Last updated
Was this helpful?