diff --git a/types.go b/types.go index 4b48d24..f648cac 100644 --- a/types.go +++ b/types.go @@ -14,6 +14,9 @@ const ( // Whether or not client-side metrics should be enabled. METRICS = "otel.metrics" + // Whether or not client-side logs should be enabled. + LOGS = "otel.logs" + // Whether or not users should have the option to launch private servers on GCP. GCP = "private.gcp"