Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
merge main
  • Loading branch information
aphralG committed Nov 7, 2025
commit af10ba74de9289853296a0c63e920e69141410ba
1 change: 1 addition & 0 deletions internal/datasource/config/nginx_config_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ func (ncp *NginxConfigParser) createNginxConfigContext(
"server configured on port %s", ncp.agentConfig.SyslogServer.Port))
}

nginxConfigContext.PlusAPIs = ncp.sortPlusAPIs(ctx, nginxConfigContext.PlusAPIs)
nginxConfigContext.StubStatus = ncp.FindStubStatusAPI(ctx, nginxConfigContext)
nginxConfigContext.PlusAPI = ncp.FindPlusAPI(ctx, nginxConfigContext)

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.