https://github.com/opentelemetry-php/contrib-auto-codeigniter
[READONLY] OpenTelemetry CodeIgniter auto-instrumentation
https://github.com/opentelemetry-php/contrib-auto-codeigniter
Last synced: about 1 year ago
JSON representation
[READONLY] OpenTelemetry CodeIgniter auto-instrumentation
- Host: GitHub
- URL: https://github.com/opentelemetry-php/contrib-auto-codeigniter
- Owner: opentelemetry-php
- Created: 2023-10-17T03:40:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T10:19:10.000Z (over 1 year ago)
- Last Synced: 2025-03-28T15:11:18.561Z (over 1 year ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/opentelemetry-php/contrib-auto-codeigniter/releases)
[](https://github.com/open-telemetry/opentelemetry-php/issues)
[](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/CodeIgniter)
[](https://github.com/opentelemetry-php/contrib-auto-codeigniter)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-codeigniter/)
[](https://packagist.org/packages/open-telemetry/opentelemetry-auto-codeigniter/)
This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
# OpenTelemetry CodeIgniter auto-instrumentation
Please read https://opentelemetry.io/docs/instrumentation/php/automatic/ for instructions on how to
install and configure the extension and SDK.
## Overview
Requires CodeIgniter 4.0+
## Configuration
The extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):
```shell
OTEL_PHP_DISABLED_INSTRUMENTATIONS=codeigniter
```