mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 05:20:36 +00:00
Revert "enable otel logs and metrics for staging environments" (#1358)
Reverts openfrontio/OpenFrontIO#1310
This commit is contained in:
@@ -47,7 +47,7 @@ export function startWorker() {
|
||||
|
||||
const privilegeChecker = new PrivilegeChecker(COSMETICS, base64url.decode);
|
||||
|
||||
if (config.otelEnabled()) {
|
||||
if (config.env() === GameEnv.Prod && config.otelEnabled()) {
|
||||
initWorkerMetrics(gm);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user