{"id":20929372,"url":"https://github.com/alejandrohdezma/sbt-yourkit","last_synced_at":"2025-05-13T18:32:25.384Z","repository":{"id":38037628,"uuid":"417597058","full_name":"alejandrohdezma/sbt-yourkit","owner":"alejandrohdezma","description":"Adds YourKit agent to Docker SBT apps","archived":false,"fork":false,"pushed_at":"2025-05-01T05:22:04.000Z","size":243,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T06:26:02.642Z","etag":null,"topics":["docker","sbt-plugin","scala","yourkit"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/alejandrohdezma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null},"funding":{"ko_fi":"alejandrohdezma"}},"created_at":"2021-10-15T18:23:28.000Z","updated_at":"2025-05-01T05:22:07.000Z","dependencies_parsed_at":"2024-02-01T06:26:26.826Z","dependency_job_id":"0d9fda6b-f443-4efd-8261-4fe3c41e1575","html_url":"https://github.com/alejandrohdezma/sbt-yourkit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsbt-yourkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsbt-yourkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsbt-yourkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsbt-yourkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejandrohdezma","download_url":"https://codeload.github.com/alejandrohdezma/sbt-yourkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003375,"owners_count":21997876,"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":["docker","sbt-plugin","scala","yourkit"],"created_at":"2024-11-18T21:19:10.306Z","updated_at":"2025-05-13T18:32:24.989Z","avatar_url":"https://github.com/alejandrohdezma.png","language":"Scala","funding_links":["https://ko-fi.com/alejandrohdezma"],"categories":[],"sub_categories":[],"readme":"# Adds YourKit agent to Docker SBT apps\n\nThis plugin copies the [YourKit](https://www.yourkit.com) Docker agent into the image created by [sbt-native-packager](https://sbt-native-packager.readthedocs.io/en/latest/formats/docker.html) and attaches it to the running app.\n\n## Installation\n\nAdd the following line to your `plugins.sbt` file:\n\n```sbt\naddSbtPlugin(\"com.alejandrohdezma\" % \"sbt-yourkit\" % \"0.3.0\")\n```\n\n## Usage\n\nBy default, the plugin enables automatically if the `yourKitEnabled` setting is set to `true`:\n\n```scala\nThisBuild / yourKitEnabled := true\n```\n\nHowever, if you want to enable this on a single SBT shell session, you can use the aliases `yourKit` or `yourKitOn`, for setting it to `true` and `yourKitOff`, for setting it to `false`.\n\n### Changing the YourKit version\n\nThe [YourKit](https://www.yourkit.com) installed version can be customized with the `yourKitVersion` setting:\n\n```scala\nyourKitVersion := \"2024.3\"\n```\n\nAlso remember to re-build your Docker image using `sbt \"Docker / publishLocal\"`.\n\n### Profiler options\n\nThe profiler startup options can be customized using the `yourKitOptions` setting:\n\n```scala\nyourKitOptions += \"port\" -\u003e \"10002\"\n```\n\nYou can get more information about available options [here](https://www.yourkit.com/docs/java/help/startup_options.jsp).\n\nBy default these options are set to:\n\n```\nport=10001,listen=all,sessionname={normalizedName.value}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrohdezma%2Fsbt-yourkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandrohdezma%2Fsbt-yourkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrohdezma%2Fsbt-yourkit/lists"}