{"id":26220666,"url":"https://github.com/apitally/apitally-java","last_synced_at":"2025-07-04T21:33:27.506Z","repository":{"id":277820027,"uuid":"933480833","full_name":"apitally/apitally-java","owner":"apitally","description":"Simple, privacy-focused API monitoring \u0026 analytics for Java web apps","archived":false,"fork":false,"pushed_at":"2025-06-20T23:44:09.000Z","size":63,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T00:28:29.358Z","etag":null,"topics":["api","api-analytics","api-logging","api-monitoring","api-observability","monitoring","rest-api","spring-boot"],"latest_commit_sha":null,"homepage":"https://apitally.io","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/apitally.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-16T03:55:46.000Z","updated_at":"2025-06-20T23:44:11.000Z","dependencies_parsed_at":"2025-02-16T11:26:14.820Z","dependency_job_id":"1eb024d8-ea31-4c7b-8648-69cdc3f7be90","html_url":"https://github.com/apitally/apitally-java","commit_stats":null,"previous_names":["apitally/apitally-java"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/apitally/apitally-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apitally","download_url":"https://codeload.github.com/apitally/apitally-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262010858,"owners_count":23244413,"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":["api","api-analytics","api-logging","api-monitoring","api-observability","monitoring","rest-api","spring-boot"],"created_at":"2025-03-12T15:18:37.764Z","updated_at":"2025-07-04T21:33:27.500Z","avatar_url":"https://github.com/apitally.png","language":"Java","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://apitally.io\" target=\"_blank\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://assets.apitally.io/logos/logo-horizontal-new-dark.png\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://assets.apitally.io/logos/logo-horizontal-new-light.png\"\u003e\n      \u003cimg alt=\"Apitally logo\" src=\"https://assets.apitally.io/logos/logo-vertical-light.png\" width=\"220\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cb\u003eAPI monitoring \u0026 analytics made simple\u003c/b\u003e\u003c/p\u003e\n\u003cp align=\"center\" style=\"color: #ccc;\"\u003eReal-time metrics, request logs, and alerts for your APIs — with just a few lines of code.\u003c/p\u003e\n\u003cbr\u003e\n\u003cimg alt=\"Apitally screenshots\" src=\"https://assets.apitally.io/screenshots/overview.png\"\u003e\n\u003cbr\u003e\n\n# Apitally SDK for Java\n\n[![Tests](https://github.com/apitally/apitally-java/actions/workflows/tests.yaml/badge.svg?event=push)](https://github.com/apitally/apitally-java/actions)\n[![Codecov](https://codecov.io/gh/apitally/apitally-java/graph/badge.svg?token=sV0D4JeWG6)](https://codecov.io/gh/apitally/apitally-java)\n\nThis SDK for Apitally currently supports the following Java web frameworks:\n\n- [Spring Boot](https://docs.apitally.io/frameworks/spring-boot) (≥ 3.0, Java\n  17+)\n\nLearn more about Apitally on our 🌎 [website](https://apitally.io) or check out\nthe 📚 [documentation](https://docs.apitally.io).\n\n## Key features\n\n### API analytics\n\nTrack traffic, error and performance metrics for your API, each endpoint and\nindividual API consumers, allowing you to make informed, data-driven engineering\nand product decisions.\n\n### Error tracking\n\nUnderstand which validation rules in your endpoints cause client errors. Capture\nerror details and stack traces for 500 error responses, and have them linked to\nSentry issues automatically.\n\n### Request logging\n\nDrill down from insights to individual requests or use powerful filtering to\nunderstand how consumers have interacted with your API. Configure exactly what\nis included in the logs to meet your requirements.\n\n### API monitoring \u0026 alerting\n\nGet notified immediately if something isn't right using custom alerts, synthetic\nuptime checks and heartbeat monitoring. Notifications can be delivered via\nemail, Slack or Microsoft Teams.\n\n## Install\n\nAdd the following dependency to your `pom.xml` file:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.apitally\u003c/groupId\u003e\n  \u003cartifactId\u003eapitally\u003c/artifactId\u003e\n  \u003cversion\u003e[0.1.0,)\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\nAdd Apitally to your Spring Boot application using the `@UseApitally`\nannotation.\n\n```java\nimport org.springframework.boot.SpringApplication;\nimport org.springframework.boot.autoconfigure.SpringBootApplication;\n\nimport io.apitally.spring.UseApitally;\n\n@UseApitally\n@SpringBootApplication\npublic class Application {\n    public static void main(String[] args) {\n        SpringApplication.run(Application.class, args);\n    }\n}\n```\n\nThen add the following properties to your `application.yml` file:\n\n```yaml\napitally:\n  client-id: \"your-client-id\"\n  env: \"dev\" # or \"prod\" etc.\n```\n\nFor further instructions, see our\n[setup guide for Spring Boot](https://docs.apitally.io/frameworks/spring-boot).\n\n## Getting help\n\nIf you need help please\n[create a new discussion](https://github.com/orgs/apitally/discussions/categories/q-a)\non GitHub or\n[join our Slack workspace](https://join.slack.com/t/apitally-community/shared_invite/zt-2b3xxqhdu-9RMq2HyZbR79wtzNLoGHrg).\n\n## License\n\nThis library is licensed under the terms of the MIT license.\n","funding_links":[],"categories":["Projects"],"sub_categories":["Monitoring"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapitally%2Fapitally-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapitally%2Fapitally-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapitally%2Fapitally-java/lists"}