Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actuator: Add Actuator #345

Merged
merged 2 commits into from
Dec 19, 2021
Merged

Conversation

swarajsaaj
Copy link
Contributor

Add actuator and relevant properties

Did not add metrics/Prometheus (I think it should be part of dedicated PR), maybe allow multiple exports (datadog, Prometheus etc.) .

Fix #198

@codecov
Copy link

codecov bot commented Dec 18, 2021

Codecov Report

Merging #345 (7575136) into main (e15ffc5) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #345   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       522       538   +16     
===========================================
  Files             93        93           
  Lines           1690      1724   +34     
  Branches          32        36    +4     
===========================================
+ Hits            1690      1724   +34     
Impacted Files Coverage Δ
...b/application/SpringBootMvcApplicationService.java 100.00% <100.00%> (ø)
...erver/springboot/mvc/web/domain/SpringBootMvc.java 100.00% <100.00%> (ø)
...oot/mvc/web/domain/SpringBootMvcDomainService.java 100.00% <100.00%> (ø)
...astructure/primary/rest/SpringBootMvcResource.java 100.00% <100.00%> (ø)
src/main/java/tech/jhipster/lite/JHLiteApp.java 100.00% <0.00%> (ø)
...va/tech/jhipster/lite/common/domain/FileUtils.java 100.00% <0.00%> (ø)
...r/lite/generator/buildtool/maven/domain/Maven.java 100.00% <0.00%> (ø)
...r/lite/generator/project/domain/DefaultConfig.java 100.00% <0.00%> (ø)
...tor/buildtool/maven/domain/MavenDomainService.java 100.00% <0.00%> (ø)
...init/infrastructure/primary/rest/InitResource.java 100.00% <0.00%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e15ffc5...7575136. Read the comment docs.

@pascalgrimaud
Copy link
Member

Thanks! I'll review it tomorrow

…vc/web/infrastructure/primary/rest/SpringBootMvcResource.java

Co-authored-by: Pascal Grimaud <[email protected]>
@pascalgrimaud pascalgrimaud merged commit 90b9d01 into jhipster:main Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Boot MVC: add Spring Boot Actuator
2 participants