How to implement and graph HTTP metrics into a Spring REST API – status code counts, counts by request, time-series data, etc.
Also find me here:
Baeldung Author
Eugen Paraschiv
I’m a software engineer with a passion for REST, TDD and clean code, Web Security and Data Mining. Baeldung is about all of these and more.
Here's what I've written (so far):
Baeldung on Java
- All
- Weekly Review (152)
- Spring (38)
- Spring Security (29)
- REST (23)
- Java IO (22)
- HTTP Client-Side (20)
- Jackson (18)
- Data (17)
- Java Collections (11)
- Java (9)
- Testing (8)
- Spring MVC (7)
- Maven (7)
- Spring Persistence (6)
- Persistence (6)
- Java List (6)
- JPA (6)
- Spring Web (5)
- Java String (5)
- Spring Boot (4)
- Spring Data (3)
- Security (2)
- Meta (2)
- Java Map (2)
- Java Array (2)
- JSON (2)
- Cloud (2)
- News (1)
- Java Numbers (1)
- Java Concurrency (1)
- IDE (1)
- Core Java (1)
- Artificial Intelligence (1)
- Architecture (1)
Baeldung Weekly Review 13
Filed under Weekly Review
Major Spring releases this week and some great insights into working in corporate and working for yourself. Day and Night.
The Registration API becomes RESTful
Filed under REST, Spring Security
Making the Registration API more RESTful and adapting the front-end to correctly consume it.
Baeldung Weekly Review 12
Filed under Weekly Review
Microservices? Check. Top 10 lists? Check. Great Comics? Check. All in all, quite a diverse week.
Baeldung Weekly Review 11
Filed under Weekly Review
An interesting and diverse week, from the plans for Java 9 to joys of Yak Shaving. Enjoy.
Baeldung Weekly Review 10
Filed under Weekly Review
A new JEP slated for Java 9, some cool advancements for dealing with the Http Session (finally) and a piece about “Why NOT git”. A cool week all in all.
Authenticating with Reddit OAuth2 and Spring Security
Filed under HTTP Client-Side, Spring Security, Spring Web
A quick introduction to how to authenticate your application with Spring Security and the Reddit OAuth2 API.
Baeldung Weekly Review 9
Filed under Weekly Review
First – time to upgrade Spring with all the new releases this week. And of course a host of cool articles, such as an exploration of code ownership models.
Spring Security Registration – Resend Verification Email
Filed under Spring Security
If the user registers and forgets to verify their account, the verification link will expire. This is how to allow them to request a new one.