From 70daa96f6e429b8785aed02a0e563bf28b715e54 Mon Sep 17 00:00:00 2001 From: Timur Valeev Date: Wed, 11 Dec 2024 18:22:33 +0000 Subject: [PATCH] RUM-6852: floating points support --- schemas/telemetry/_common-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/telemetry/_common-schema.json b/schemas/telemetry/_common-schema.json index 66ad3d7..dad6677 100644 --- a/schemas/telemetry/_common-schema.json +++ b/schemas/telemetry/_common-schema.json @@ -94,7 +94,7 @@ } }, "effective_sample_rate": { - "type": "integer", + "type": "number", "description": "The actual percentage of telemetry usage per event", "minimum": 0, "maximum": 100