summaryrefslogtreecommitdiffstats
path: root/src/vnet/map/map.h
diff options
context:
space:
mode:
authorNeale Ranns <neale.ranns@cisco.com>2017-12-13 00:55:58 -0800
committerNeale Ranns <nranns@cisco.com>2017-12-13 11:57:45 +0000
commit17d2c4f78526cbc9b8b0cb0815371454299ac4f4 (patch)
tree32ccafaa6c28a1175cf6be9812d5956687a4d378 /src/vnet/map/map.h
parent284f705322dd3900991d703a02ab0afe592a3b00 (diff)
VOM: a couple of print fixes
Change-Id: I4c22ad08bf8fa3e8f05b8938ff447cafa4eea5b2 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vnet/map/map.h')
0 files changed, 0 insertions, 0 deletions
n value='rls2406'>rls2406 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/nomad/templates/telemetry.hcl.j2
blob: 4ad5330d1bdd85856e17734e0331555a3c551491 (plain)
1
2
3
4
5
6
7
8
9
10
{% if nomad_telemetry | bool == True %}
telemetry {
    disable_hostname = "{{ nomad_telemetry_disable_hostname | default(false) | bool | lower }}"
    collection_interval = "{{ nomad_telemetry_collection_interval | default("1s") }}"
    use_node_name = "{{ nomad_telemetry_use_node_name | default(false) | bool | lower }}"
    publish_allocation_metrics = "{{ nomad_telemetry_publish_allocation_metrics | default(false) | bool | lower }}"
    publish_node_metrics = "{{ nomad_telemetry_publish_node_metrics | default(false) | bool | lower }}"
    prometheus_metrics = "{{ nomad_telemetry_prometheus_metrics | default(false) | bool | lower }}"
}
{% endif %}