Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.59 KB

File metadata and controls

29 lines (23 loc) · 1.59 KB

Spring Insight Framework

The Spring Insight Framework causes an application to be automatically configured to work with a bound Spring Insight Service.

Detection CriterionExistence of a single bound Spring Insight service. The existence of a Spring Insight service defined by the VCAP_SERVICES payload containing a service name-version, name, label or tag with insight as a substring.
Tagsspring-insight=<version>
Tags are printed to standard output by the buildpack detect script

User-Provided Service

When binding Spring Insight as a user-provided service, it must have name, label, or tag with insight as a substring. The credential payload contains the following entries:

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

Configuration

For general information on configuring the buildpack, refer to Configuration and Extension.

The framework is configured entirely via VCAP_SERVICES. It is not configurable via the buildpack (although an empty configuration file config/springinsight.yml is present).