forked from spring-cloud/spring-cloud-dataflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend micrometer configuration for SCDF
- enable HTTP requests percentiles-histogram. - enable JPA/Hibernate statistics collection. - add Micrometer common tags: application and application.version populated with the SCDF artifactId and version. - drop the spring.cloud.dataflow.x prefix for the http.server.request metrics (Has Wavefront implications). - create a custom spring.cloud.dataflo.server metrics of type LontTaskTimer to be used a Wavfront activation. - add new scdf-servers Grafana dashboard that can be used monitorint SCDF and Skipper servers. - update the docker-compose prometheus configurations to enable the SCDF and Skipper server metrics publishing. (TODO: update K8s manifests & documentation). - update the Grafana and Prometheus image versions. Resolves spring-cloud#4070
- Loading branch information
Showing
9 changed files
with
5,398 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.