Skip to content

Commit

Permalink
Update additional-spring-configuration-metadata to contain missing ma… (
Browse files Browse the repository at this point in the history
#543)

* Update additional-spring-configuration-metadata to contain missing management.health.pubsub configuration

This change adds the missing management endpoint found in the [documentation](https://googlecloudplatform.github.io/spring-cloud-gcp/2.0.3/reference/html/index.html#cloud-pubsub-health-indicator) to the metadata. This will allow IntelliJ to provide proper tooltips and recognize the property by users. 

Fixes: #524.

Co-authored-by: Mike Eltsufin <meltsufin@google.com>
  • Loading branch information
Alos and meltsufin authored Jul 21, 2021
1 parent adb2635 commit 235707a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@
"type": "java.lang.Boolean",
"description": "Auto-configure Google Cloud Core components.",
"defaultValue": true
},
{
"name": "management.health.pubsub.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable the Pub/Sub health indicator when used with Spring Boot Actuator.",
"defaultValue": true
}
]
}

0 comments on commit 235707a

Please sign in to comment.