PHP Auto Instrumentation
KloudMate natively supports OpenTelemetry (OTel) for auto-instrumenting PHP applications. Because OpenTelemetry actively maintains robust auto-instrumentation agents for PHP, we rely on their standard process to ensure you always have the most up-to-date and compatible tracing capabilities.
Routing Data to KloudMate
Section titled “Routing Data to KloudMate”To send auto-instrumented data to KloudMate, you only need to configure the OpenTelemetry agent with KloudMate’s OTLP endpoint and your API key using environment variables.
When running your PHP application, provide the following environment variables (or set them in your environment configuration):
Replace YOUR_API_KEY with your actual KloudMate API key.
Setup Instructions
Section titled “Setup Instructions”For the actual installation and usage instructions of the OpenTelemetry PHP auto-instrumentation extension, please refer to the official OpenTelemetry documentation.
View Official OpenTelemetry PHP Zero-code Instrumentation Docs →