Custom Metric Impact Registration
Use this endpoint with the POST method to register Custom Metric Impact values.
You can submit custom metric impact values to Sleuth. Sleuth will perform its anomaly detection on these values and they will inform the health of your deploys. Values can represent any metric that matters to you and must be represented via a float.
Path
The endpoint path takes 1 ID which uniquely identifies the Impact Source to register a value against:
IMPACT_ID
: must be aninteger
, you can find the full path (including the ID) in your Sleuth org by navigating to your Custom Metric Impact Source, clicking the gearwheel icon in the top-right corner, and selecting "Show register details"
Parameters
Name | Type | Comments |
---|---|---|
| string | Can be found in the |
| float | The metric value to be registered. |
Examples
Make sure you replace the values surrounded by<
and >
with your own values.
Last updated