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*

*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/1f7509bf-030b-46d5-bca2-6c93960dd8fan%40googlegroups.com.

Reply via email to