Merge branch 'master' into update-reva-28-3-2022

This commit is contained in:
Willy Kloucek
2022-03-28 16:20:51 +02:00
51 changed files with 300 additions and 1577 deletions
-18
View File
@@ -1,18 +0,0 @@
{
"debug": {
"addr": "0.0.0.0:9124",
"token": "",
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:9120"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "graph"
}
}
-18
View File
@@ -1,18 +0,0 @@
---
debug:
addr: 0.0.0.0:9124
token:
pprof: false
zpages: false
http:
addr: 0.0.0.0:9120
tracing:
enabled: false
type: jaeger
endpoint: localhost:6831
collector: http://localhost:14268/api/traces
service: graph
...