envoy_reader
envoy_reader copied to clipboard
Add consumption_ct_metering_enabled and production_ct_metering_enabled output parameters
Enhancement Request
Please add the following two (boolean) output parameters:
-
consumption_ct_metering_enabled
-
production_ct_metering_enabled
This enhancement will work with newer Envoy models that output production.json.
(And should probably only be output for these newer Envoy models.)
production_ct_metering_enabled is True when production/activecount > 0, False otherwise.
consumption_ct_metering_enabled is True when consumption/activecount > 0, False otherwise.
For more information see issue #37.