forked from Azure/Moneo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoneo_config.json
More file actions
28 lines (28 loc) · 791 Bytes
/
moneo_config.json
File metadata and controls
28 lines (28 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"exporter_config":{
"gpu_sample_interval": "60",
"gpu_profiling": "false"
},
"prom_config":{
"IDENTITY_CLIENT_ID": "<identity client id>",
"INGESTION_ENDPOINT": "<metrics ingestion endpoint>"
},
"geneva_config":{
"AccountName": "<account name>",
"MDMEndPoint": "<endpoint>",
"UmiObjectId": "<object ID>"
},
"publisher_config":{
"common_config": {
"metrics_ports": "8000,8001,8002",
"metrics_namespace": "<metrics_namespace>",
"interval": "20"
},
"geneva_agent_config": {
"metrics_account": "<metrics_account>"
},
"azure_monitor_agent_config": {
"connection_string": "<connectionString>"
}
}
}