Send first/third party co2 to Graphite/Influx (#2904)

This commit is contained in:
Peter Hedenskog 2020-02-29 11:09:15 +01:00 committed by GitHub
parent cc721bec39
commit 39218878d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,12 @@ try {
tgwf = null;
}
const DEFAULT_METRICS_PAGE_SUMMARY = ['co2PerPageView', 'totalCO2'];
const DEFAULT_METRICS_PAGE_SUMMARY = [
'co2PerPageView',
'totalCO2',
'co2FirstParty',
'co2ThirdParty'
];
module.exports = {
open(context, options) {
this.storageManager = context.storageManager;