1. Configure Your Environment
Set up your environment variables to connect to Future AGI. Get your API keys here2. Register Your Observe Project
Register your project with the necessary configuration.Configuration Parameters:
- project_type: Set as
ProjectType.OBSERVE
for observe - project_name: A descriptive name for your project
- session_name: A descriptive name for your session . Learn more about sessions
- transport (optional): Set the transport for your traces. The available options are
GRPC
andHTTP
.
Instrument your project:
There are 2 ways to implement tracing in your project- Auto Instrumentor : Instrument your project with FutureAGI’s Auto Instrumentor. Recommended for most use cases.
- Manual Tracing : Manually track your project with Open Telemetry. Useful for more customized tracing. Learn more →