We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b65210 commit 76c2044Copy full SHA for 76c2044
daemon/internal/newrelic/php_packages.go
@@ -27,9 +27,9 @@ type PhpPackages struct {
27
filteredPkgs []PhpPackagesKey
28
}
29
30
-// NumSaved returns the total number PHP packages payloads stored.
31
-// Should always be 0 or 1. The agent reports all the PHP
32
-// packages as a single JSON string.
+// NumSaved returns whether PHP packages payloads are stored by
+// the daemon for the current harvest. Should always be 0 or 1.
+// The agent reports all the PHP packages as a single JSON string.
33
func (packages *PhpPackages) NumSaved() float64 {
34
return float64(packages.numSeen)
35
0 commit comments