Currently, the Grafana dashboard for ParserCache shows the primary and secondary caches, but has no statistics for the separate FlaggedRevs cache of stable page revisions. Behavior of this cache is expected to be quite different than the other two stores.
Statistics are reported to statsd using a distinct key prefix, but I can't tell whether these are simply ignored, or are rolled together with the primary ParserCache stats when calculating this dashboard.
It also seems like it would be useful to allow analytical segmentation by wiki, to diagnose the health of specific configurations. This is another question but I mention here because it's related to the issue of wikis using FlaggedRevs and therefore the ParserCache in different ways.
See also: