Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple API monitoring & analytics for Java web apps

License

NotificationsYou must be signed in to change notification settings

Davidjos03/APITALLY-Java

Repository files navigation

Apitally logo

API monitoring & analytics made simple

Real-time metrics, request logs, and alerts for your APIs — with just a few lines of code.


Apitally screenshots


Apitally SDK for Java

TestsCodecov

This SDK for Apitally currently supports the following Java web frameworks:

Learn more about Apitally on our 🌎website or check outthe 📚documentation.

Key features

API analytics

Track traffic, error and performance metrics for your API, each endpoint andindividual API consumers, allowing you to make informed, data-driven engineeringand product decisions.

Error tracking

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.

Request logging

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.

API monitoring & alerting

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.

Install

Add the following dependency to yourpom.xml file:

<dependency>  <groupId>io.apitally</groupId>  <artifactId>apitally</artifactId>  <version>[0.1.0,)</version></dependency>

Usage

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.

Getting help

If you need help pleasecreate a new discussionon GitHub orjoin our Slack workspace.

License

This library is licensed under the terms of the MIT license.

About

Simple API monitoring & analytics for Java web apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp