{"id":17917407,"url":"https://github.com/pellared/gopherconpl-opentelemetry-go","last_synced_at":"2026-02-24T02:31:24.415Z","repository":{"id":57709481,"uuid":"405000242","full_name":"pellared/gopherconpl-opentelemetry-go","owner":"pellared","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-07T01:20:39.000Z","size":89,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T00:46:01.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.google.com/presentation/d/1ir9eyBLxO4n3zPcOPhxJkZJ9cXJSo7KUhuRAadG7z8Q/edit?usp=sharing","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pellared.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}},"created_at":"2021-09-10T07:51:12.000Z","updated_at":"2021-10-13T10:24:40.000Z","dependencies_parsed_at":"2024-06-20T23:54:24.791Z","dependency_job_id":"ed36270d-f8f1-42ba-ab8d-887883e0a31e","html_url":"https://github.com/pellared/gopherconpl-opentelemetry-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pellared/gopherconpl-opentelemetry-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgopherconpl-opentelemetry-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgopherconpl-opentelemetry-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgopherconpl-opentelemetry-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgopherconpl-opentelemetry-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pellared","download_url":"https://codeload.github.com/pellared/gopherconpl-opentelemetry-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellared%2Fgopherconpl-opentelemetry-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29769176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T01:40:24.820Z","status":"online","status_checked_at":"2026-02-24T02:00:07.497Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-28T20:07:07.041Z","updated_at":"2026-02-24T02:31:23.910Z","avatar_url":"https://github.com/pellared.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Observability via OpenTelemtry Go - Quick Start\n\n[Presentation](https://docs.google.com/presentation/d/1ir9eyBLxO4n3zPcOPhxJkZJ9cXJSo7KUhuRAadG7z8Q/edit?usp=sharing)\n\nRun the distributed tracing backend:\n\n```sh\ndocker run -d --name jaeger -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:1.26\n```\n\nRun the metrics backend:\n\n```sh\ndocker run -d --name prometheus -p 9090:9090 -v $(pwd)/prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheus:v2.29.2\n```\n\nRun the database:\n\n```sh\ndocker run -d --name todo-db -p 5432:5432 -e POSTGRES_PASSWORD=pswd -v $(pwd)/init-db.sql:/docker-entrypoint-initdb.d/init-db.sql postgres:13-alpine\n```\n\nBuild and run the service:\n\n```sh\ncd cmd/todoservice \u0026\u0026 go install \u0026\u0026 cd -\ntodoservice\n```\n\nBuild and use the CLI app:\n\n```sh\ncd cmd/todo \u0026\u0026 go install \u0026\u0026 cd -\ntodo add \"important work\"\ntodo list\ntodo\ntodo add \"very long description that is extremely important\"\n```\n\nNavigate to \u003chttp://localhost:16686\u003e to access the Jaeger UI.\n\nNotice the exported metrics at \u003chttp://localhost:2222/\u003e. Navigate to \u003chttp://localhost:9090\u003e to access the Prometheus's expression browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpellared%2Fgopherconpl-opentelemetry-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpellared%2Fgopherconpl-opentelemetry-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpellared%2Fgopherconpl-opentelemetry-go/lists"}