{"id":17373171,"url":"https://github.com/abtris/dagger-tutorial","last_synced_at":"2026-02-01T05:34:16.716Z","repository":{"id":136328662,"uuid":"560001770","full_name":"abtris/dagger-tutorial","owner":"abtris","description":"Dagger tutorial with OTEL instrumentation","archived":false,"fork":false,"pushed_at":"2025-12-05T20:40:06.000Z","size":470,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-05T20:48:57.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"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/abtris.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":"CODEOWNERS","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":"2022-10-31T14:40:15.000Z","updated_at":"2025-12-02T20:37:12.000Z","dependencies_parsed_at":"2025-12-04T02:08:57.033Z","dependency_job_id":null,"html_url":"https://github.com/abtris/dagger-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abtris/dagger-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtris%2Fdagger-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtris%2Fdagger-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtris%2Fdagger-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtris%2Fdagger-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abtris","download_url":"https://codeload.github.com/abtris/dagger-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtris%2Fdagger-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28970087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T04:44:20.970Z","status":"ssl_error","status_checked_at":"2026-02-01T04:44:19.994Z","response_time":56,"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-10-16T02:41:47.772Z","updated_at":"2026-02-01T05:34:16.692Z","avatar_url":"https://github.com/abtris.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dagger SDK\n\n- https://docs.dagger.io/sdk/go/959738/get-started\n- https://www.youtube.com/watch?v=GgMskf-znh4\n\n```\ngo get dagger.io/dagger@latest\n```\n\n```\ngo build\n./multibuild https://github.com/kpenfound/greetings-api.git\n```\n\n\n## OTEL\n\n### Install\n\n```\nbrew tap CtrlSpice/homebrew-otel-desktop-viewer\nbrew tap equinix-labs/otel-cli\nbrew install otel-desktop-viewer otel-cli\n```\n\n### Run basic trace\n\n- 1st terminal\n\n```\nexport OTEL_SERVICE_NAME=\"dagger\"\nexport OTEL_EXPORTER_OTLP_ENDPOINT=\"http://localhost:4318\"\nexport OTEL_TRACES_EXPORTER=\"otlp\"\nexport OTEL_EXPORTER_OTLP_PROTOCOL=\"http/protobuf\"\notel-desktop-viewer\n```\n\n- 2nd terminal\n\n```\nexport OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318\notel-cli exec --service dagger --name \"multibuild\" ./multibuild https://github.com/kpenfound/greetings-api.git\n```\n\n\n## Run manual instrumented \n\n- 1st terminal\n\n```\nexport OTEL_EXPORTER_OTLP_ENDPOINT=\"http://localhost:4318\"\nexport OTEL_TRACES_EXPORTER=\"otlp\"\nexport OTEL_EXPORTER_OTLP_PROTOCOL=\"http/protobuf\"\notel-desktop-viewer\n```\n\n- 2nd terminal\n\n```\nexport OTEL_SERVICE_NAME=\"dagger\"\nexport OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318\ngo build\n./multibuild https://github.com/kpenfound/greetings-api.git\n```\n\n\n## Honeycomb\n\n```\nexport OTEL_USE_HTTPS=\"true\"\nexport OTEL_SERVICE_NAME=\"dagger\"\nexport OTEL_EXPORTER_OTLP_ENDPOINT=\"https://api.honeycomb.io:443\"\nexport OTEL_EXPORTER_OTLP_HEADERS=\"x-honeycomb-team=\u003cAPI-KEY\u003e,x-honeycomb-dataset=dagger\"\n```\n\nScreenshot from otel-desktop-viewer\n\n![](traces.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabtris%2Fdagger-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabtris%2Fdagger-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabtris%2Fdagger-tutorial/lists"}