{"id":21153051,"url":"https://github.com/opentracing-contrib/java-asynchttpclient","last_synced_at":"2025-07-09T10:33:32.390Z","repository":{"id":57735968,"uuid":"74415807","full_name":"opentracing-contrib/java-asynchttpclient","owner":"opentracing-contrib","description":"OpenTracing Instrumentation for https://github.com/AsyncHttpClient/async-http-client","archived":false,"fork":false,"pushed_at":"2020-10-13T12:35:33.000Z","size":131,"stargazers_count":4,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T22:11:33.468Z","etag":null,"topics":["asynchttpclient","java","opentracing"],"latest_commit_sha":null,"homepage":"https://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/opentracing-contrib.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":"2016-11-21T23:42:02.000Z","updated_at":"2020-02-26T12:51:44.000Z","dependencies_parsed_at":"2022-09-14T13:22:25.070Z","dependency_job_id":null,"html_url":"https://github.com/opentracing-contrib/java-asynchttpclient","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/opentracing-contrib/java-asynchttpclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-asynchttpclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-asynchttpclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-asynchttpclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-asynchttpclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentracing-contrib","download_url":"https://codeload.github.com/opentracing-contrib/java-asynchttpclient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-asynchttpclient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264440470,"owners_count":23608720,"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":["asynchttpclient","java","opentracing"],"created_at":"2024-11-20T10:48:19.980Z","updated_at":"2025-07-09T10:33:31.878Z","avatar_url":"https://github.com/opentracing-contrib.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Released Version][maven-img]][maven] [![Apache-2.0 license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nOpenTracing Instrumentation for org.asynchttpclient\n\n## Requirements\n\n- [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client) \u003e= 2.0.0\n- [OpenTracing Java](https://github.com/opentracing/opentracing-java) = 0.32.0\n\n## Installation\n\nReleases are hosted on Maven Central.\n\npom.xml\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.opentracing.contrib\u003c/groupId\u003e\n    \u003cartifactId\u003eopentracing-asynchttpclient\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\n```java\n// Instantiate tracer\nTracer tracer = ...\n\n\n// Build TracingAsyncHttpClient\nAsyncHttpClient client = new TracingAsyncHttpClient(tracer);\n\n// By default spans are always created\n// To trace only if there is an active span\n// Build TracingAsyncHttpClient with optional parameter set to true\nAsyncHttpClient client = new TracingAsyncHttpClient(tracer, true);\n\n```\n\n## License\n\n[Apache 2.0 License](./LICENSE).\n\n[ci-img]: https://travis-ci.org/opentracing-contrib/java-asynchttpclient.svg?branch=master\n[ci]: https://travis-ci.org/opentracing-contrib/java-asynchttpclient\n[cov-img]: https://coveralls.io/repos/github/opentracing-contrib/java-asynchttpclient/badge.svg?branch=master\n[cov]: https://coveralls.io/github/opentracing-contrib/java-asynchttpclient?branch=master\n[maven-img]: https://img.shields.io/maven-central/v/io.opentracing.contrib/opentracing-asynchttpclient.svg\n[maven]: http://search.maven.org/#search%7Cga%7C1%7Copentracing-asynchttpclient\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentracing-contrib%2Fjava-asynchttpclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentracing-contrib%2Fjava-asynchttpclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentracing-contrib%2Fjava-asynchttpclient/lists"}