{"id":15137355,"url":"https://github.com/dgroomes/open-telemetry-playground","last_synced_at":"2026-01-31T01:10:59.504Z","repository":{"id":210449987,"uuid":"720881894","full_name":"dgroomes/open-telemetry-playground","owner":"dgroomes","description":"📚 Learning and exploring OpenTelemetry via the official Java agent and an Influx stack","archived":false,"fork":false,"pushed_at":"2024-04-01T06:23:27.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T12:21:30.265Z","etag":null,"topics":["open-telemetry","open-telemetry-java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/dgroomes.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}},"created_at":"2023-11-19T21:49:05.000Z","updated_at":"2023-11-19T21:55:51.000Z","dependencies_parsed_at":"2023-12-03T22:25:24.182Z","dependency_job_id":"8a4da2ed-5c58-409c-80a2-0a5020574e56","html_url":"https://github.com/dgroomes/open-telemetry-playground","commit_stats":null,"previous_names":["dgroomes/open-telemetry-playground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgroomes%2Fopen-telemetry-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgroomes%2Fopen-telemetry-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgroomes%2Fopen-telemetry-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgroomes%2Fopen-telemetry-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgroomes","download_url":"https://codeload.github.com/dgroomes/open-telemetry-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445651,"owners_count":20939953,"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":["open-telemetry","open-telemetry-java"],"created_at":"2024-09-26T07:00:38.671Z","updated_at":"2026-01-31T01:10:54.472Z","avatar_url":"https://github.com/dgroomes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# open-telemetry-playground\n\n📚 Learning and exploring OpenTelemetry via the official Java libraries.\n\n\u003e High-quality, ubiquitous, and portable telemetry to enable effective observability\n\u003e\n\u003e -- \u003ccite\u003ehttps://opentelemetry.io/ \u003c/cite\u003e\n\n\n## Overview\n\n**NOTE**: This project was developed on macOS. It is designed for my own personal use.\n\nOpenTelemetry has become a big deal in the observability space. It's an incubating project in the CNCF. It has a lot of\nintegrations and adoption. This repository is me learning OpenTelemetry.\n\n\n## Standalone subprojects\n\nThis repository illustrates different concepts, patterns and examples via standalone subprojects. Each subproject is\ncompletely independent of the others and do not depend on the root project. This _standalone subproject constraint_\nforces the subprojects to be complete and maximizes the reader's chances of successfully running, understanding, and\nre-using the code.\n\nThe subprojects include:\n\n\n### `agent/`\n\nAn example program-under-observation instrumented with the OpenTelemetry Java agent.\n\nSee the README in [agent/](agent/).\n\n\n### `manual-instrumentation/`\n\nAn example program-under-observation instrumented with OpenTelemetry using *manual instrumentation*.\n\nSee the README in [manual-instrumentation/](manual-instrumentation/).\n\n\n## Wish List\n\nGeneral clean-ups, TODOs and things I wish to implement for this project:\n\n* [x] DONE Extract the original project into an `agent` subproject.\n* [x] DONE Create a `manual-instrumentation` subproject. This will contrast with the `agent` subproject. Particularly, I want\n  a more explicit set of transitive dependencies. I want to use OpenTelemetry's [`JdkHttpSender`](https://github.com/open-telemetry/opentelemetry-java/blob/f1deb8ec78cd446bc6310b1528a5d71e1d42989e/exporters/sender/jdk/src/main/java/io/opentelemetry/exporter/sender/jdk/internal/JdkHttpSender.java)\n  instead of the OkHttp one because I want to bring in fewer dependencies like OkHttp (which itself brings in Kotlin).\n* [x] DONE Upgrade to OpenTelemetry Java Instrumentation 2.x\n* [ ] Can we use Influx 2.x? I know I had trouble with it before, but it should have a 1.x compatible API. Note that\n  Influx 3.x is the new thing, but it is considered beta, so I won't use it yet. Does Influx 2.x support ILP via HTTP\n  and does it support Influx query language? I really can't remember why it wouldn't work for me, and the 1.x literally\n  hasn't been updated since 2021, so I want to be done with it.\n* [x] DONE Straighten out the versioning and dependencies between the OpenTelemetry Java SDK vs the OpenTelemetry Java Instrumentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgroomes%2Fopen-telemetry-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgroomes%2Fopen-telemetry-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgroomes%2Fopen-telemetry-playground/lists"}