feat(observability): add diagnostic dashboards (#27)
This commit is contained in:
@@ -14,6 +14,29 @@
|
||||
"ListenAddress": "0.0.0.0",
|
||||
"Port": 9050
|
||||
},
|
||||
"Diagnostics": {
|
||||
"Enabled": false,
|
||||
"PollIntervalSeconds": 10,
|
||||
"MaximumRenderedSessions": 100,
|
||||
"Scopes": [
|
||||
{
|
||||
"GameId": "space-game",
|
||||
"EnvironmentId": "smoke",
|
||||
"ProtocolVersions": [1, 2],
|
||||
"Regions": ["local"]
|
||||
},
|
||||
{
|
||||
"GameId": "unscouted",
|
||||
"EnvironmentId": "smoke",
|
||||
"ProtocolVersions": [1],
|
||||
"Regions": ["local"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"Metrics": {
|
||||
"Enabled": false,
|
||||
"BearerTokenSecretReference": "file:/run/secrets/rendezvous-metrics-token"
|
||||
},
|
||||
"AbuseProtection": {
|
||||
"TrustedProxyAddresses": ["127.0.0.1"],
|
||||
"OperatorAllowedAddresses": ["127.0.0.1"]
|
||||
|
||||
Reference in New Issue
Block a user