Update EventExporter ProcessEvent to include metrics informations

This commit is contained in:
TeoV
2020-09-02 17:08:18 +03:00
committed by Dan Christian Bogos
parent 196f8da1cc
commit 8340e65ebd
14 changed files with 71 additions and 40 deletions

View File

@@ -57,7 +57,7 @@
"enabled": true,
"attributes_conns":["*internal"],
"cache": {
"*file_csv": {"limit": -1, "ttl": "500ms", "static_ttl": false},
"*file_csv": {"limit": -1, "ttl": "1s", "static_ttl": false},
},
"exporters": [
{

View File

@@ -61,7 +61,7 @@
"enabled": true,
"attributes_conns":["*internal"],
"cache": {
"*file_csv": {"limit": -1, "ttl": "500ms", "static_ttl": false},
"*file_csv": {"limit": -1, "ttl": "1s", "static_ttl": false},
},
"exporters": [
{

View File

@@ -59,7 +59,7 @@
"enabled": true,
"attributes_conns":["*internal"],
"cache": {
"*file_csv": {"limit": -1, "ttl": "500ms", "static_ttl": false},
"*file_csv": {"limit": -1, "ttl": "1s", "static_ttl": false},
},
"exporters": [
{