{"id":21152971,"url":"https://github.com/opentracing-contrib/java-vertx-web","last_synced_at":"2025-10-16T16:35:52.464Z","repository":{"id":57735980,"uuid":"95789248","full_name":"opentracing-contrib/java-vertx-web","owner":"opentracing-contrib","description":"OpenTracing instrumentation for Vert.x web package","archived":false,"fork":false,"pushed_at":"2020-09-16T12:44:33.000Z","size":81,"stargazers_count":21,"open_issues_count":3,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-14T17:09:23.301Z","etag":null,"topics":["opentracing","tracing","vertx","vertx-web"],"latest_commit_sha":null,"homepage":"","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":"2017-06-29T15:01:01.000Z","updated_at":"2021-06-08T19:29:40.000Z","dependencies_parsed_at":"2022-08-24T14:57:18.903Z","dependency_job_id":null,"html_url":"https://github.com/opentracing-contrib/java-vertx-web","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-vertx-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-vertx-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-vertx-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentracing-contrib%2Fjava-vertx-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentracing-contrib","download_url":"https://codeload.github.com/opentracing-contrib/java-vertx-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225534680,"owners_count":17484592,"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":["opentracing","tracing","vertx","vertx-web"],"created_at":"2024-11-20T10:47:52.540Z","updated_at":"2025-10-16T16:35:52.383Z","avatar_url":"https://github.com/opentracing-contrib.png","language":"Java","readme":"[![Build Status][ci-img]][ci] [![Released Version][maven-img]][maven]\n\n# OpenTracing Vert.x Web Instrumentation\nOpenTracing instrumentation for Vert.x Web project. This repository currently contains\nhandler which traces server requests.\n\n## Configuration\n```java\nRouter router = Router.router(vertx);\n\nTracingHandler handler = new TracingHandler(tracer);\nrouter.route()\n        .order(-1).handler(handler)\n        .failureHandler(handler);\n\n```\n\n## Accessing server span context\nBecause Vert.x is event loop based, thread local implementations of span source do not work.\nThe current solution is to get span context from `RoutingContext` and then pass it manually around.\n```java\nSpanContext serverContext = TracingHandler.serverSpanContext(routingContext);\n```\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/opentracing-contrib/java-vertx-web.svg?branch=master\n   [ci]: https://travis-ci.org/opentracing-contrib/java-vertx-web\n   [maven-img]: https://img.shields.io/maven-central/v/io.opentracing.contrib/opentracing-vertx-web.svg?maxAge=2592000\n   [maven]: http://search.maven.org/#search%7Cga%7C1%7Copentracing-vertx-web\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentracing-contrib%2Fjava-vertx-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentracing-contrib%2Fjava-vertx-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentracing-contrib%2Fjava-vertx-web/lists"}