Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.32 KB

framework-spring_insight.md

File metadata and controls

30 lines (25 loc) · 1.32 KB

Spring Insight Framework

The Spring Insight Framework causes an application to be automatically configured to work with a bound Spring Insight Service. This feature will only work with Spring Insight versions of 2.0.0.x or above.

Detection Criterion Existence of a single bound Spring Insight service.
  • Existence of a Spring Insight service is defined as the VCAP_SERVICES payload containing a service who's name, label or tag has insight as a substring.
Tags spring-insight=<version>
Tags are printed to standard output by the buildpack detect script

User-Provided Service

When binding Spring Insight using a user-provided service, it must have name or tag with insight in it. The credential payload must contain the following entries:

Name Description
dashboard_url The URL via which users access the Spring Insight dashboard.

Configuration

The Spring Insight Framework cannot be configured.