From 71248c8252ba372847cb57bb952ca1273a594cb7 Mon Sep 17 00:00:00 2001 From: naari3 Date: Fri, 9 Feb 2024 18:30:30 +0900 Subject: [PATCH] Fix typo comment --- sample-apps/go-sample-app/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/go-sample-app/config.yaml b/sample-apps/go-sample-app/config.yaml index 674baf1a..176d6e94 100644 --- a/sample-apps/go-sample-app/config.yaml +++ b/sample-apps/go-sample-app/config.yaml @@ -5,5 +5,5 @@ TimeInterval: 1 # Interval - Time in seconds to generate n RandomTimeAliveIncrementer: 1 # Metric - Amount to incremement metric by every TimeInterval RandomTotalHeapSizeUpperBound: 100 # Metric - UpperBound for TotalHeapSize for random metric value every TimeInterval RandomThreadsActiveUpperBound: 10 # Metric - UpperBound for ThreadsActive for random metric value every TimeInterval -RandomCpuUsageUpperBound: 100 # Metric - UppperBound for CpuUsage for random metric value every TimeInterval +RandomCpuUsageUpperBound: 100 # Metric - UpperBound for CpuUsage for random metric value every TimeInterval SampleAppPorts: [] # Sampleapp ports to make calls to