Rename default_opts to opts

This commit is contained in:
ionutboangiu
2021-09-07 14:54:26 +03:00
committed by Dan Christian Bogos
parent e8ea08c109
commit adfaea31c5
18 changed files with 101 additions and 95 deletions

View File

@@ -1225,6 +1225,7 @@ const (
CoreSv1 = "CoreSv1"
CoreSv1Status = "CoreSv1.Status"
CoreSv1Ping = "CoreSv1.Ping"
CoreSv1Shutdown = "CoreSv1.Shutdown"
CoreSv1Sleep = "CoreSv1.Sleep"
CoreSv1StartCPUProfiling = "CoreSv1.StartCPUProfiling"
CoreSv1StopCPUProfiling = "CoreSv1.StopCPUProfiling"
@@ -1896,7 +1897,6 @@ const (
TpOutDirCfg = "tp_out_dir"
DataCfg = "data"
DefaultOptsCfg = "default_opts"
DefaultRatioCfg = "default_ratio"
ReadersCfg = "readers"
ExportersCfg = "exporters"