Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
None
-
Coremunity
-
Needs Assessment
-
Not Needed
-
Needs Assessment
Description
Puppet sticks a nil total time in the metrics if it failed to retrieve a catalog from the master. We should make sure we stick a real time there.
"time"=>
|
{"name"=>"time",
|
"label"=>"Time",
|
"values"=>
|
[["node_retrieval", "Node retrieval", 0.07789189496543258],
|
["plugin_sync", "Plugin sync", 0.06572247401345521],
|
["fact_generation", "Fact generation", 1.5629146320279688],
|
["total", "Total", nil]]},
|
The nil time was causing issues with puppetdb.
Attachments
Issue Links
- relates to
-
PUP-6344 metrics.time.total does not correlate to time reported in log
-
- Closed
-