Download the PHP package uru/opentelemetry-auto-slim-legacy without Composer
On this page you can find all versions of the php package uru/opentelemetry-auto-slim-legacy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uru/opentelemetry-auto-slim-legacy
More information about uru/opentelemetry-auto-slim-legacy
Files in uru/opentelemetry-auto-slim-legacy
Download uru/opentelemetry-auto-slim-legacy
More information about uru/opentelemetry-auto-slim-legacy
Files in uru/opentelemetry-auto-slim-legacy
Vendor uru
Package opentelemetry-auto-slim-legacy
Short Description OpenTelemetry auto-instrumentation for Slim Framework with legacy attributes support.
License Apache-2.0
Homepage https://opentelemetry.io/docs/php
Package opentelemetry-auto-slim-legacy
Short Description OpenTelemetry auto-instrumentation for Slim Framework with legacy attributes support.
License Apache-2.0
Homepage https://opentelemetry.io/docs/php
Please rate this library. Is it a good library?
Informations about the package opentelemetry-auto-slim-legacy
This is a fork https://github.com/opentelemetry-php/contrib-auto-slim with legacy attributes support.
http.status_code
used as copy ofhttp.response.status_code
;http.url
used as copy ofurl.full
;http.method
used as copy ofhttp.request.method
;http.user_agent
used as copy ofuser_agent.original
;http.scheme
used as copy ofurl.scheme
;http.request_content_length_uncompressed
used as copy ofhttp.request.body.size
;http.response_content_length_uncompressed
used as copy ofhttp.response.body.size
;http.target
added to attributes;http.host
added to attributes;
Installation
Run composer require uru/opentelemetry-auto-slim-legacy
.
OpenTelemetry Slim Framework auto-instrumentation
Please read https://opentelemetry.io/docs/instrumentation/php/automatic/ for instructions on how to install and configure the extension and SDK.
Overview
Auto-instrumentation hooks are registered via composer, and spans will automatically be created for:
App::handle()
- root spanInvocationStrategyInterface
- controller/actionRoutingMiddleware::performRouting
- update root span's name with either route name or pattern
Configuration
The extension can be disabled via runtime configuration:
All versions of opentelemetry-auto-slim-legacy with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-opentelemetry Version *
ext-reflection Version *
open-telemetry/api Version ^1.0
open-telemetry/sem-conv Version ^1.24
slim/slim Version ^4
ext-opentelemetry Version *
ext-reflection Version *
open-telemetry/api Version ^1.0
open-telemetry/sem-conv Version ^1.24
slim/slim Version ^4
The package uru/opentelemetry-auto-slim-legacy contains the following files
Loading the files please wait ....