Remove spring-boot-actuator
article thumbnail

How to Monitor a Spring Boot App

Dzone - DevOps

In this blog you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana. In this post, you will create a sample Spring Boot application which you can monitor with the help of Spring Actuator, Micrometer, Prometheus and Grafana.

How To 145
article thumbnail

Apium Academy Software Workshops to Boost Your Career

Apiumhub

Spring Boot 3 A two-day software workshop that covers the latest updates in Spring Boot 3.0 On the first day, attendees learn about new features in Spring Boot 3.0 The workshop also covers performance tuning, auto-configuration, and integration of Grafana using Spring Boot Actuators.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Spring Boot Actuator

InnovationM

The actuator is mainly used to expose operational information about the running application — health, metrics, info, dump, env, etc. Predefined Endpoints In Actuator some endpoints have been added, some removed and some have been restructured in later versions /auditevents lists security audit-related events such as user login/logout.

Metrics 98
article thumbnail

Microservices Architectural Design by using Spring Boot

Perficient

Overview of Microservices Architecture Microservices architecture provides a set of rules and guidelines to develop a project as a set of loosely coupled/de-coupled services, and this can be implemented using Spring Boot + Spring Cloud + Netflix and many other tools.

article thumbnail

Spring for Apache Kafka Deep Dive – Part 2: Apache Kafka and Spring Cloud Stream

Confluent

On the heels of part one in this blog series, Spring for Apache Kafka – Part 1: Error Handling, Message Conversion and Transaction Support , here in part two we’ll focus on another project that enhances the developer experience when building streaming applications on Kafka: Spring Cloud Stream. What is Spring Cloud Stream?

Cloud 111
article thumbnail

Build and Deploy a Spring Boot App on Kubernetes (Minikube)

Gorilla Logic

In this post, I will explain how to deploy a Java 8 Spring Boot application on a Kubernetes cluster. Clarification : It doesn’t matter if you have no experience with Spring Boot; you can still follow along using another framework or programming language. Step 1: Create a ‘Hello Gorillas’ Spring Boot application.

article thumbnail

6 Steps to successful autoscaling on Kubernetes

Perficient

That’s because Spring Boot services for example have a set number of threads per instance, so you would need to explicitly increase the number of threads to leverage the additional CPU. Checkout the following load test of a simple Spring Boot application. You can see that the max CPU utilization doesn’t change.

Metrics 83