> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# MetricValue

Metric value with current/previous window comparison

## Fields

<ResponseField name="previous_value" type="float">
  Total value for the previous duration
</ResponseField>

<ResponseField name="pct_change" type="float">
  Percent change between current\_value and previous\_value
</ResponseField>

<ResponseField name="current_value" type="float">
  Total value for the most recent duration
</ResponseField>
