- Notifications
You must be signed in to change notification settings - Fork33
Simple API monitoring & analytics for Java web apps
License
Davidjos03/APITALLY-Java
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
API monitoring & analytics made simple
Real-time metrics, request logs, and alerts for your APIs — with just a few lines of code.
This SDK for Apitally currently supports the following Java web frameworks:
- Spring Boot (≥ 3.0, Java17+)
Learn more about Apitally on our 🌎website or check outthe 📚documentation.
Track traffic, error and performance metrics for your API, each endpoint andindividual API consumers, allowing you to make informed, data-driven engineeringand product decisions.
Understand which validation rules in your endpoints cause client errors. Captureerror details and stack traces for 500 error responses, and have them linked toSentry issues automatically.
Drill down from insights to individual requests or use powerful filtering tounderstand how consumers have interacted with your API. Configure exactly whatis included in the logs to meet your requirements.
Get notified immediately if something isn't right using custom alerts, syntheticuptime checks and heartbeat monitoring. Notifications can be delivered viaemail, Slack or Microsoft Teams.
Add the following dependency to yourpom.xml file:
<dependency> <groupId>io.apitally</groupId> <artifactId>apitally</artifactId> <version>[0.1.0,)</version></dependency>
Add Apitally to your Spring Boot application using the@UseApitallyannotation.
importorg.springframework.boot.SpringApplication;importorg.springframework.boot.autoconfigure.SpringBootApplication;importio.apitally.spring.UseApitally;@UseApitally@SpringBootApplicationpublicclassApplication {publicstaticvoidmain(String[]args) {SpringApplication.run(Application.class,args); }}
Then add the following properties to yourapplication.yml file:
apitally:client-id:"your-client-id"env:"dev"# or "prod" etc.
For further instructions, see oursetup guide for Spring Boot.
If you need help pleasecreate a new discussionon GitHub orjoin our Slack workspace.
This library is licensed under the terms of the MIT license.
About
Simple API monitoring & analytics for Java web apps
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors2
Uh oh!
There was an error while loading.Please reload this page.

