github.com/go-graphite/carbonapi@v0.17.0/cmd/carbonapi/moving.example.yaml (about)

     1  # return NaNs when window size is smaller than data step, otherwise return data unmodified
     2  # e.g. movingAverage(metric1, "30sec") for data with 1 minute step
     3  # default is true for graphite-web compatibility
     4  returnNaNsIfStepMismatch: false