Dear All, I am facing error and not able to expose actuator metrics , because springboot is running with tomcat with TSL/ssl.
what will be setup for pom.xml and application.properties for actuator points. thanks prashant On Friday, February 17, 2023 at 3:04:44 PM UTC+5:30 Prashant Singh wrote: > my pom.xml > > <dependency> > > <groupId>org.springframework.boot</groupId> > > <artifactId>spring-boot-starter-actuator</artifactId> > > </dependency> > > ------------- > > <dependency> > > <groupId>io.micrometer</groupId> > > <artifactId>micrometer-registry-prometheus</artifactId> > > <dependency> > > application.proprties: > > Management.endpoints.web.exposure.include=* > > Management.endpoint.health.show.details=always > management.server.port=9090 > management.server.ssl.enabled=false > > > after retstart spring boot. > > *getting error : accessing actuator endpoint : > http://localhost:9090/actuator <http://localhost:9090/actuator>* > > *403 forbiden /actuator* > > > thanks, > Prashant > On Friday, February 17, 2023 at 1:45:30 PM UTC+5:30 Prashant Singh wrote: > >> spring boot application with TLS . >> need your support for what actuator code will be add with TLS . >> pom.xml and application.properties. >> >> springboot application running with port 7499 with TLS(SSL) >> >> >> >> >> thanks. >> prashant >> > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/ae847df8-5f91-4c44-988d-5f7dcbaaf903n%40googlegroups.com.

