envoy_reader icon indicating copy to clipboard operation
envoy_reader copied to clipboard

Add consumption_ct_metering_enabled and production_ct_metering_enabled output parameters

Open lnlp opened this issue 5 years ago • 0 comments

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.

lnlp avatar Nov 21 '20 17:11 lnlp