{"id":20660919,"url":"https://github.com/openfeign/feign-opentracing","last_synced_at":"2025-04-19T15:11:14.650Z","repository":{"id":52253165,"uuid":"86106666","full_name":"OpenFeign/feign-opentracing","owner":"OpenFeign","description":"OpenTracing Feign integration","archived":false,"fork":false,"pushed_at":"2021-05-03T11:07:53.000Z","size":122,"stargazers_count":23,"open_issues_count":2,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T09:11:48.350Z","etag":null,"topics":["http-client","opentracing","tracing"],"latest_commit_sha":null,"homepage":"http://opentracing.io/","language":"Java","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/OpenFeign.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}},"created_at":"2017-03-24T20:09:42.000Z","updated_at":"2024-12-21T19:51:13.000Z","dependencies_parsed_at":"2022-09-26T22:10:59.596Z","dependency_job_id":null,"html_url":"https://github.com/OpenFeign/feign-opentracing","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenFeign%2Ffeign-opentracing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenFeign%2Ffeign-opentracing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenFeign%2Ffeign-opentracing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenFeign%2Ffeign-opentracing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenFeign","download_url":"https://codeload.github.com/OpenFeign/feign-opentracing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249723309,"owners_count":21315996,"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":["http-client","opentracing","tracing"],"created_at":"2024-11-16T19:06:30.798Z","updated_at":"2025-04-19T15:11:14.621Z","avatar_url":"https://github.com/OpenFeign.png","language":"Java","readme":"[![Build Status][ci-img]][ci] [![Released Version][maven-img]][maven]\n\n# OpenTracing Feign Instrumentation\nOpenTracing instrumentation for Feign client. This instrumentation creates a client span for each outgoing request.\n\n## Configuration \u0026 Usage\n\n### Feign\n```java\nFeign feign = Feign.builder()\n    .client(new TracingClient(feignCompatibleClient, tracer))\n    .build();\n\n```\n\n### HystrixFeign\n```java\nTracingConcurrencyStrategy.register();\n```\nand create feign client like it is described above.\n\n## Development\n```shell\n./mvnw clean install\n```\n\n## Release\nFollow instructions in [RELEASE](RELEASE.md)\n\n   [ci-img]: https://travis-ci.org/OpenFeign/feign-opentracing.svg?branch=master\n   [ci]: https://travis-ci.org/OpenFeign/feign-opentracing\n   [maven-img]: https://img.shields.io/maven-central/v/io.github.openfeign.opentracing/feign-opentracing.svg?maxAge=2592000\n   [maven]: http://search.maven.org/#search%7Cga%7C1%7Cfeign-opentracing\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenfeign%2Ffeign-opentracing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenfeign%2Ffeign-opentracing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenfeign%2Ffeign-opentracing/lists"}