metrics_metric_increment
Increment counter metrics to track counts, totals, and value ranges for monitoring and analysis in AI applications.
Instructions
[metrics] Increment a counter metric by a value (default 1). Creates the counter if it doesn't exist. Tracks: count (number of increments), total, min, max, last. Returns the updated counter state.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | No | ||
| tags | No |