b2211aa0eb
Change-Id: I46efbc9be90a8415e60f3db76656e7db3d7bcb54
16 lines
516 B
Plaintext
16 lines
516 B
Plaintext
# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP
|
|
|
|
init_config:
|
|
|
|
instances:
|
|
# - varnishstat: (required) String path to varnishstat binary
|
|
# name: (optional) String name of varnish instance. Passed to the -n parameter of varnishstat. Will also dimensions each metric with this name.
|
|
# dimensions: (optional) Additional dimensions to dimensions each metric with
|
|
#
|
|
# Example:
|
|
#
|
|
- varnishstat: /usr/bin/varnishstat
|
|
name: myvarnishinstance
|
|
dimensions:
|
|
instance:production
|