{"id":15177418,"url":"https://github.com/opentelemetry-php/config-sdk","last_synced_at":"2026-01-25T07:11:39.451Z","repository":{"id":230862897,"uuid":"780302253","full_name":"opentelemetry-php/config-sdk","owner":"opentelemetry-php","description":"[READONLY] OpenTelemetry SDK Configuration","archived":false,"fork":false,"pushed_at":"2025-10-19T06:44:46.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-19T18:36:22.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentelemetry-php.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-01T07:15:03.000Z","updated_at":"2025-10-19T06:44:50.000Z","dependencies_parsed_at":"2025-07-22T03:06:15.434Z","dependency_job_id":"cb08c70f-648c-427a-8bb7-67c1880ba87d","html_url":"https://github.com/opentelemetry-php/config-sdk","commit_stats":null,"previous_names":["opentelemetry-php/config-sdk"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/opentelemetry-php/config-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentelemetry-php%2Fconfig-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentelemetry-php%2Fconfig-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentelemetry-php%2Fconfig-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentelemetry-php%2Fconfig-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentelemetry-php","download_url":"https://codeload.github.com/opentelemetry-php/config-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentelemetry-php%2Fconfig-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-09-27T14:22:06.467Z","updated_at":"2026-01-25T07:11:39.436Z","avatar_url":"https://github.com/opentelemetry-php.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenTelemetry SDK configuration\n\n## Installation\n\n```shell\ncomposer require open-telemetry/sdk-configuration\n```\n\n## Usage\n\n### Initialization from [configuration file](https://opentelemetry.io/docs/specs/otel/configuration/file-configuration/)\n\n```php\n$configuration = Configuration::parseFile(__DIR__ . '/kitchen-sink.yaml');\n$sdkBuilder = $configuration-\u003ecreate();\n```\n\n#### Performance considerations\n\nParsing and processing the configuration is rather expensive. It is highly recommended to provide the `$cacheFile`\nparameter when running in a shared-nothing setup.\n\n```php\n$configuration = Configuration::parseFile(\n    __DIR__ . '/kitchen-sink.yaml',\n    __DIR__ . '/var/cache/opentelemetry.php',\n);\n$sdkBuilder = $configuration-\u003ecreate();\n```\n\n## Contributing\n\nThis repository is a read-only git subtree split.\nTo contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentelemetry-php%2Fconfig-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentelemetry-php%2Fconfig-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentelemetry-php%2Fconfig-sdk/lists"}