{"id":19069121,"url":"https://github.com/cbos/opentelemetry-auto-joomla","last_synced_at":"2026-01-21T08:32:32.306Z","repository":{"id":259486538,"uuid":"878026293","full_name":"cbos/opentelemetry-auto-joomla","owner":"cbos","description":"OpenTelemetry Joomla auto-instrumentation","archived":false,"fork":false,"pushed_at":"2024-10-29T21:16:58.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T14:09:40.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cbos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-24T16:42:00.000Z","updated_at":"2024-10-29T21:17:03.000Z","dependencies_parsed_at":"2024-10-25T23:28:44.315Z","dependency_job_id":"4e321d31-8458-4fe0-9aee-68da8d36cec5","html_url":"https://github.com/cbos/opentelemetry-auto-joomla","commit_stats":null,"previous_names":["cbos/opentelemetry-auto-joomla"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbos%2Fopentelemetry-auto-joomla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbos%2Fopentelemetry-auto-joomla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbos%2Fopentelemetry-auto-joomla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbos%2Fopentelemetry-auto-joomla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbos","download_url":"https://codeload.github.com/cbos/opentelemetry-auto-joomla/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251326848,"owners_count":21571636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T01:13:24.453Z","updated_at":"2026-01-21T08:32:32.276Z","avatar_url":"https://github.com/cbos.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenTelemetry Joomla auto-instrumentation\n\nThis plugin is inspired by https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/Wordpress and focussed on Joomla\n\nPlease read https://opentelemetry.io/docs/instrumentation/php/automatic/ for instructions on how to\ninstall and configure the extension and SDK.\n\n## Requirements\n\n* OpenTelemetry extension\n* OpenTelemetry SDK + exporter (required to actually export traces)\n* Joomla installation\n* OpenTelemetry [SDK Autoloading](https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/autoload_sdk.php) configured\n\n## Overview\nOpenTelemetry depends on composer. This extension was developed against Joomla docker\n\nAn example in Docker of extending the official Joomla image to enable\nauto-instrumentation: [example](example/)\n\n### apache\n\nConfigure (eg via `.htaccess`) a PHP prepend file to initialize composer:\n\n```\nphp_value auto_prepend_file /var/www/vendor/autoload.php\n```\n\nThis will install the composer autoloader before running Joomla. As part of composer autoloading,\nscripts are executed for installed modules, importantly:\n* OpenTelemetry SDK Autoloader\n* this library's `_register.php` file\n\n## Installation via composer\n\n```bash\n$ composer require cbos/opentelemetry-auto-joomla\n```\n\n## Configuration\n\nThe extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):\n\n```shell\nOTEL_PHP_DISABLED_INSTRUMENTATIONS=joomla\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbos%2Fopentelemetry-auto-joomla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbos%2Fopentelemetry-auto-joomla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbos%2Fopentelemetry-auto-joomla/lists"}