feat: add new type all

This commit is contained in:
2023-07-20 13:12:17 +08:00
parent 08e818e1e1
commit 8cf674f0df
8 changed files with 185 additions and 8 deletions

View File

@@ -3,8 +3,9 @@ from nameko_tracer import Tracer
from namekoplus import init_statsd, init_sentry
class Service:
name = "service"
class Timer:
name = 'timer'
tracer = Tracer()
sentry = init_sentry()