From 2370939a4ecb73a82eb34ed5f44e1a2bfd19834e Mon Sep 17 00:00:00 2001 From: Andrew Theurer Date: Fri, 21 Oct 2022 09:41:48 -0400 Subject: [PATCH] add osp compute --- rickshaw.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rickshaw.json b/rickshaw.json index ca3033f..97dc17f 100644 --- a/rickshaw.json +++ b/rickshaw.json @@ -26,6 +26,10 @@ } ], "whitelist": [ + { + "endpoint": "osp", + "collector-types": [ "compute" ] + }, { "endpoint": "remotehost", "collector-types": [ "profiler" ]