config: add reva required config
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
func TracingService(enabled bool) string {
|
||||
if enabled {
|
||||
return "opentelemetry"
|
||||
}
|
||||
return ""
|
||||
}
|
||||
Reference in New Issue
Block a user