Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentelemetry-php/contrib-auto-psr16
[READONLY] psr-16 auto-instrumentation
https://github.com/opentelemetry-php/contrib-auto-psr16
Last synced: 2 months ago
JSON representation
[READONLY] psr-16 auto-instrumentation
- Host: GitHub
- URL: https://github.com/opentelemetry-php/contrib-auto-psr16
- Owner: opentelemetry-php
- Created: 2024-04-01T06:21:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T12:45:15.000Z (3 months ago)
- Last Synced: 2024-10-15T14:21:53.571Z (3 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Releases](https://img.shields.io/badge/releases-purple)](https://github.com/opentelemetry-php/contrib-auto-psr16/releases)
[![Issues](https://img.shields.io/badge/issues-pink)](https://github.com/open-telemetry/opentelemetry-php/issues)
[![Source](https://img.shields.io/badge/source-contrib-green)](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/Psr16)
[![Mirror](https://img.shields.io/badge/mirror-opentelemetry--php--contrib-blue)](https://github.com/opentelemetry-php/contrib-auto-psr16)
[![Latest Version](http://poser.pugx.org/open-telemetry/opentelemetry-auto-psr16/v/unstable)](https://packagist.org/packages/open-telemetry/opentelemetry-auto-psr16/)
[![Stable](http://poser.pugx.org/open-telemetry/opentelemetry-auto-psr16/v/stable)](https://packagist.org/packages/open-telemetry/opentelemetry-auto-psr16/)This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
# OpenTelemetry PSR-16 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 each PSR-16 cache operation.## Configuration
The extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):
```shell
OTEL_PHP_DISABLED_INSTRUMENTATIONS=psr16
```