Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentelemetry-php/contrib-auto-cakephp
[READONLY] CakePHP auto-instrumentation
https://github.com/opentelemetry-php/contrib-auto-cakephp
Last synced: about 1 month ago
JSON representation
[READONLY] CakePHP auto-instrumentation
- Host: GitHub
- URL: https://github.com/opentelemetry-php/contrib-auto-cakephp
- Owner: opentelemetry-php
- Created: 2024-05-03T00:00:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T12:45:16.000Z (3 months ago)
- Last Synced: 2024-11-14T16:52:01.893Z (about 2 months ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
# OpenTelemetry CakePHP 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:
- Controller invoke## Configuration
The extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):
```shell
OTEL_PHP_DISABLED_INSTRUMENTATIONS=cakephp
```