{"id":17867099,"url":"https://github.com/cdhunt/potel","last_synced_at":"2025-08-14T15:33:41.562Z","repository":{"id":211291705,"uuid":"726063626","full_name":"cdhunt/potel","owner":"cdhunt","description":"PowerShell module for collecting and sending Open Telemetry ","archived":false,"fork":false,"pushed_at":"2024-12-12T16:57:11.000Z","size":66,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-12T17:36:51.567Z","etag":null,"topics":["devops-toolkit","open-telemetry","open-telemetry-csharp","otel","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/cdhunt.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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}},"created_at":"2023-12-01T13:08:25.000Z","updated_at":"2024-12-12T16:37:47.000Z","dependencies_parsed_at":"2024-10-28T17:15:17.880Z","dependency_job_id":null,"html_url":"https://github.com/cdhunt/potel","commit_stats":null,"previous_names":["cdhunt/potel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2Fpotel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2Fpotel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2Fpotel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2Fpotel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdhunt","download_url":"https://codeload.github.com/cdhunt/potel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229843306,"owners_count":18132886,"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":["devops-toolkit","open-telemetry","open-telemetry-csharp","otel","powershell"],"created_at":"2024-10-28T09:43:53.532Z","updated_at":"2025-08-14T15:33:41.555Z","avatar_url":"https://github.com/cdhunt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# potel\nPowerShell module for collecting and sending Open Telemetry\n\n## CI Status\n\n[![PowerShell](https://github.com/cdhunt/potel/actions/workflows/powershell.yml/badge.svg)](https://github.com/cdhunt/potel/actions/workflows/powershell.yml)\n\n## Install\n\n[powershellgallery.com/packages/potel](https://www.powershellgallery.com/packages/potel)\n\n`Install-Module -Name potel` or `Install-PSResource -Name potel`\n\n## Docs\n\n[Full Docs](docs)\n\n### Getting Started\n\nAuto-instrument `HttpClient` calls within the current PowerShell session and send traces to [HoneyComb.io](https://honeycomb.io) and the console.\n\n```powershell\nNew-TracerProviderBuilder |\n    Add-TracerSource -Name \"potel\" |\n    Add-ResourceConfiguration -ServiceName $ExecutionContext.Host.Name -Attribute @{\"host.name\" = $(hostname)} |\n    Add-HttpClientInstrumentation |\n    Add-ExporterOtlpTrace -Endpoint https://api.honeycomb.io:443 -Headers @{'x-honeycomb-team'='abc123'} |\n    Add-ExporterConsole |\n    Start-Tracer\n```\n\nSee the [sample](samples/) module for a walkthrough of how to instrument your own module.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fpotel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdhunt%2Fpotel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fpotel/lists"}