File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ func (oc *Collector) checkForNewReceivers(nginxConfigContext *model.NginxConfigC
403403 reloadCollector = oc .addNginxOssReceiver (nginxConfigContext )
404404 }
405405
406- if oc .config .IsFeatureEnabled (pkgConfig .FeatureNAPLogCollection ) {
406+ if oc .config .IsFeatureEnabled (pkgConfig .FeatureLogsNap ) {
407407 tcplogReceiversFound := oc .updateTcplogReceivers (nginxConfigContext )
408408 if tcplogReceiversFound {
409409 reloadCollector = true
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ const (
1616 FeatureFileWatcher = "file-watcher"
1717 FeatureAgentAPI = "agent-api"
1818 FeatureAPIAction = "api-action"
19- FeatureNAPLogCollection = "nap-log-collection "
19+ FeatureLogsNap = "logs-nap "
2020)
You can’t perform that action at this time.
0 commit comments