Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/metricValues/v1 \ --header 'Content-Type: application/json' \ --header 'X-Domino-Api-Key: <api-key>' \ --data ' { "newMetricValues": [ { "metric": "<string>", "modelMonitoringId": "<string>", "referenceTimestamp": "<string>", "value": 123, "tags": [ { "key": "<string>", "value": "<string>" } ] } ] } '
{ "error": "<string>" }
Log metric values. Required Permissions: RegisterMonitoringDataset
RegisterMonitoringDataset
List of metric values to log
Show child attributes
Success
Was this page helpful?
Contact support