The 1.4.0 version has been updated to the 0.12.0 SDK version, which introduces several additions: refer to SDK release notes for a detailed explanation.
If using docker, you can configure the following env properties to expose a metric endpoint:
- SCNODE_METRICS_ENABLED: set to true to enable metric endpoint (default: false)
- SCNODE_METRICS_PORT: specify the port where the endpoint will be exposed (default: 9088)
- SCNODE_METRICS_REST_PASSWORD: if set, the endpoint will be protected and require the BCrypt hash of the specified password (same basic authentication method used in rest-API)
Full Changelog available.