On 9/30/15 2:25 PM, Lori Cho wrote:
We are using puppetdb 2.3.4 with postgres.

When looking at the dashboard, the following only shows '?', "Collection Queries", "Enqueuing", "DLO Compression", "DLO Size on Disk", "Discarded Messages".

Can someone advise as to why this might be?


--
You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com <mailto:puppet-users+unsubscr...@googlegroups.com>. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/0bf238ac-7b43-4c40-b4b8-6b680feb9417%40googlegroups.com <https://groups.google.com/d/msgid/puppet-users/0bf238ac-7b43-4c40-b4b8-6b680feb9417%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

Hi Lori,
The issue with "Collection Queries" and "Enqueuing" is a known bug that's described here:
https://tickets.puppetlabs.com/browse/PDB-1113

it's been fixed on PDB 3.x. Under working conditions those represent how long it takes to query PDB's resources endpoint, and to post commands to PDB.

The DLO-related metrics relate to failed commands, and they are appearing as ? because none of your commands have failed, and thus the dead letter office (DLO) does not yet exist. If you want to verify that it works, you can cause a command failure by posting a report to the commands endpoint twice (this will fail because of a constraint violation, and cause some log noise as the command is retried).
https://gist.github.com/40b4acfb4ea4c6776478

Wyatt

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/560C6328.8070905%40puppetlabs.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to