{"id":15137035,"url":"https://github.com/groww-oss/temporal-opentelemetry","last_synced_at":"2025-10-23T11:32:12.760Z","repository":{"id":246167436,"uuid":"820287906","full_name":"Groww-OSS/temporal-opentelemetry","owner":"Groww-OSS","description":"Temporal's Java SDK interceptors for tracing Workflow and Activity executions with OpenTelemetry.","archived":false,"fork":false,"pushed_at":"2024-07-08T07:38:42.000Z","size":39,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T18:47:35.331Z","etag":null,"topics":["framework","interceptor","java","java-sdk","microservices","open-source","opentelemetry","temporal","workflow-engine"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Groww-OSS.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-26T07:14:43.000Z","updated_at":"2024-12-18T19:13:37.000Z","dependencies_parsed_at":"2024-06-26T09:01:17.768Z","dependency_job_id":"a0c50138-852d-4410-b22c-afc3a3c36b4c","html_url":"https://github.com/Groww-OSS/temporal-opentelemetry","commit_stats":null,"previous_names":["groww-oss/temporal-opentelemetry"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Groww-OSS%2Ftemporal-opentelemetry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Groww-OSS%2Ftemporal-opentelemetry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Groww-OSS%2Ftemporal-opentelemetry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Groww-OSS%2Ftemporal-opentelemetry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Groww-OSS","download_url":"https://codeload.github.com/Groww-OSS/temporal-opentelemetry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821746,"owners_count":19371819,"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":["framework","interceptor","java","java-sdk","microservices","open-source","opentelemetry","temporal","workflow-engine"],"created_at":"2024-09-26T06:43:02.807Z","updated_at":"2025-10-23T11:32:07.448Z","avatar_url":"https://github.com/Groww-OSS.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temporal [OpenTelemetry](https://opentelemetry.io/) module\n\nThis module provides a set of Interceptors that adds support for OpenTelemetry Span Context propagation to Temporal.\n\n## Usage\n\nYou want to register two interceptors - one on the Temporal client side, another on the worker side:\n\n1. Client configuration:\n    ```java\n    import com.groww.infra.temporal.opentelemetry.OpenTelemetryClientInterceptor;\n       //...\n       .setInterceptors(new OpenTelemetryClientInterceptor())\n       .build();\n    ```\n2. Worker configuration:\n    ```java\n    import com.groww.infra.temporal.opentelemetry.OpenTelemetryWorkerInterceptor;\n       //...\n       .setWorkerInterceptors(new OpenTelemetryWorkerInterceptor())\n       .build();\n    ```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroww-oss%2Ftemporal-opentelemetry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroww-oss%2Ftemporal-opentelemetry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroww-oss%2Ftemporal-opentelemetry/lists"}