jesserizzo / envoy_reader

MIT License
37 stars 26 forks source link

Add consumption_ct_metering_enabled and production_ct_metering_enabled output parameters #43

Open lnlp opened 3 years ago

lnlp commented 3 years ago

Enhancement Request

Please add the following two (boolean) output parameters:

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.