Send first/third party co2 to Graphite/Influx (#2904)
This commit is contained in:
parent
cc721bec39
commit
39218878d4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue