signals/*
Back to Indexsignals
registry path is used for reporting status, warnings and errors throughout Hantera. It’s used by internal
services but is also available for external integrations to write to using the API. Authorization apply as usual.
It’s a common convention for integrations and auxiliary services to report to signals to simplify monitoring of your Hantera environment. Ensure your custom signals do not overlap with system Signals by using unique paths.
Schema
In order for your Signals to be interpreted by other tools, such as Hantera CLI, they should contain certain fields.
Signal Body
severity | ’information’ | ‘warning’ | ‘error’ The severity of the signal. Allows users to prioritize and take appropriate action. |
properties | map of string to any value (optional) Structured data that will be added to the signal. |
code | string A code for tools to recognize the Signal value/state. |
messageTemplate | string An explanation of the current Signal status. Preferably in [messagetemplates.org/](https://messagetemplates.org/]
format with placeholders referencing |