Skip to content

Commit

Permalink
Large inventory (#1625)
Browse files Browse the repository at this point in the history
* NR-94488

* NR-95226 added ff for bulk inventory (#1581)

* NR-95226 added ff for bulk inventory

* NR-95231 : add inventory archive config option (#1608)

* add inventory archive config option

* add tests

* Cciutea/inventory handler (#1602)

added asyncinventoryhandler

* fixed linter

* fix linter

---------

Co-authored-by: Grigorii Merkushev <brushknight@gmail.com>
  • Loading branch information
cristianciutea and brushknight authored Apr 12, 2023
1 parent 288c155 commit a19bf2f
Show file tree
Hide file tree
Showing 72 changed files with 1,516 additions and 365 deletions.
3 changes: 3 additions & 0 deletions cmd/newrelic-infra/newrelic-infra.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ func initializeAgentAndRun(c *config.Config, logFwCfg config.LogForward) error {
aslog.WithError(err).Warn("Commands initial fetch failed.")
}

// Initialise the agent after fetching FF.
agt.Init()

if c.StatusServerEnabled || c.HTTPServerEnabled {
rlog := wlog.WithComponent("status.Reporter")
timeoutD, err := time.ParseDuration(c.StartupConnectionTimeout)
Expand Down
Loading

0 comments on commit a19bf2f

Please sign in to comment.