{"id":23007725,"url":"https://github.com/agardnerit/helm-trace","last_synced_at":"2025-06-12T22:06:07.794Z","repository":{"id":185972065,"uuid":"674413396","full_name":"agardnerIT/helm-trace","owner":"agardnerIT","description":"Helm Plugin to generate OpenTelemetry traces for helm commands","archived":false,"fork":false,"pushed_at":"2023-08-15T01:17:55.000Z","size":143,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T22:54:04.296Z","etag":null,"topics":["helm","helm-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/agardnerIT.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":"2023-08-03T22:27:15.000Z","updated_at":"2025-01-19T18:21:37.000Z","dependencies_parsed_at":"2023-12-09T07:15:12.161Z","dependency_job_id":null,"html_url":"https://github.com/agardnerIT/helm-trace","commit_stats":null,"previous_names":["agardnerit/helm-trace"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/agardnerIT/helm-trace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agardnerIT%2Fhelm-trace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agardnerIT%2Fhelm-trace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agardnerIT%2Fhelm-trace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agardnerIT%2Fhelm-trace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agardnerIT","download_url":"https://codeload.github.com/agardnerIT/helm-trace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agardnerIT%2Fhelm-trace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259539135,"owners_count":22873341,"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":["helm","helm-plugin"],"created_at":"2024-12-15T08:16:50.622Z","updated_at":"2025-06-12T22:06:07.750Z","avatar_url":"https://github.com/agardnerIT.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Plugin to Generate OpenTelemetry Traces\n\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/helm-trace)](https://artifacthub.io/packages/search?repo=helm-trace)\n\nHelm Plugin to generate OpenTelemetry traces for helm commands.\n\n```\nhelm trace \u003cYour Standard helm Command\u003e\n```\n\n![helm trace install](assets/helm-trace-install.png)\n\n### YouTube: Helm Trace Code Walkthrough\n\n[Watch on YouTube](https://youtu.be/Zjq3NTEydkI?t=478)\n\n[![helm trace plugin on YouTube](https://img.youtube.com/vi/Zjq3NTEydkI/0.jpg)](https://www.youtube.com/watch?v=Zjq3NTEydkI\u0026t=478)\n\n## Prerequisites\n- Currently only supports Linux and MacOS\n- You must have [a standalone binary of tracepusher in your path](https://github.com/agardnerIT/tracepusher/releases/latest) (ie. you are able to run `tracepusher` from the command line and see output)\n- You must have an OpenTelemetry collector somewhere so the spans can be sent there\n\n## Install Plugin\n\n```\nhelm plugin install https://github.com/agardnerit/helm-trace\n```\n\n## Use the Plugin\n\n1. Ensure you have an OpenTelemetry Collector available\n2. Add the word `trace` after `helm` in your standard command. For example `helm version` becomes `helm trace version`\n\n## Defaults and Configuration\n\nThe plugin assumes the following:\n\n- The OTEL collector URL defaults to `http://localhost:4318`\n- The span service name defaults to `helm`\n\nUse environment variable: `HT_OTELCOL_ENDPOINT` to specify your collector endpoint\n\nUse environment variable: `HT_SERVICE_NAME` to specify a different service name\n\n```\nexport HT_OTEL_ENDPOINT=http://otelcol.somewhere.com:4318\nexport HT_OTEL_ENDPOINT=helm-dev\nhelm trace install ...\n```\n\n## Remove Plugin\n\n```\nhelm plugin remove trace\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagardnerit%2Fhelm-trace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagardnerit%2Fhelm-trace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagardnerit%2Fhelm-trace/lists"}