docs: update docs with new telemetry payload for EE edition after #9439

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9570
GitOrigin-RevId: c9c17962f57fbf6b30142964333596ae9dd16fff
This commit is contained in:
Sameer Kolhar 2023-06-16 13:24:50 +05:30 committed by hasura-bot
parent 2fe08b6771
commit ea6a83dfcb

View File

@ -112,7 +112,9 @@ Here are samples of all the types of telemetry sent by the Enterprise Edition se
"actions_custom_types": 0,
"resource_cpu": 2048,
"resource_memory": 0,
"resource_checker_error_code": "CPU_MEMORY_INCONCLUSIVE"
"resource_checker_error_code": "CPU_MEMORY_INCONCLUSIVE",
"jwt_secrets_configured": 2,
"admin_secrets_configured": 2
}
}
```