Get the log ingestion contract and code snippets
instrumentation_get_contractRetrieve the ingestion endpoint, LogEvent schema, and code snippets for each language to ensure your instrumentation matches the exact contract. Use this before adding any instrumentation.
Instructions
Returns everything needed to instrument target code: the live ingestion endpoint (or a placeholder if probe_server_start hasn't been called yet), the LogEvent JSON schema, the env vars execution_run/execution_create inject, and ready-to-paste snippets per language. Use this before inserting any instrumentation so calls match the contract exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Omit to get snippets for all languages. |