github.com/go-graphite/carbonapi@v0.17.0/cmd/mockbackend/examples/simple.yaml (about)

     1  listeners:
     2    - address: ":9070"        
     3      expressions:
     4        "metric1":
     5          pathExpression: "metric1"
     6          data:
     7            - metricName: "metric1"
     8              values: [2.0, 6.0, 3.0, 2.0, 5.0, 6.0]
     9