open-telemetry/opentelemetry-auto-slim

为 Slim 框架提供的 OpenTelemetry 自动插桩。


README

Releases Issues Source Mirror Latest Version Stable

这是从 https://github.com/open-telemetry/opentelemetry-php-contrib 分离出来的只读子树。

OpenTelemetry Slim 框架自动插桩

请阅读 https://opentelemetry.io/docs/instrumentation/php/automatic/ 了解如何安装和配置扩展和 SDK。

概述

自动插桩钩子通过 composer 注册,并为以下操作自动创建跨度

  • App::handle() - 根跨度
  • InvocationStrategyInterface - 控制器/操作
  • RoutingMiddleware::performRouting - 使用路由名称或模式更新根跨度的名称

配置

可以通过 运行时配置 禁用扩展

OTEL_PHP_DISABLED_INSTRUMENTATIONS=slim