mirror of https://github.com/status-im/consul.git
test: regenerate golden files (#13336)
make envoy-regen go test ./agent/config -update
This commit is contained in:
parent
06ae7aa891
commit
8e530701ce
|
@ -418,7 +418,6 @@
|
|||
"DisableHostname": false,
|
||||
"DogstatsdAddr": "",
|
||||
"DogstatsdTags": [],
|
||||
"RetryFailedConfiguration": false,
|
||||
"FilterDefault": false,
|
||||
"MetricsPrefix": "",
|
||||
"PrometheusOpts": {
|
||||
|
@ -429,6 +428,7 @@
|
|||
"Registerer": null,
|
||||
"SummaryDefinitions": []
|
||||
},
|
||||
"RetryFailedConfiguration": false,
|
||||
"StatsdAddr": "",
|
||||
"StatsiteAddr": ""
|
||||
},
|
||||
|
|
|
@ -49,9 +49,13 @@
|
|||
}
|
||||
],
|
||||
"tracing": {
|
||||
"randomSampling": {}
|
||||
"randomSampling": {
|
||||
|
||||
}
|
||||
},
|
||||
"http2ProtocolOptions": {}
|
||||
"http2ProtocolOptions": {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue