This commit is contained in:
2024-07-24 15:40:18 +02:00
parent 9971ef17cb
commit 628aef0702
4 changed files with 217 additions and 0 deletions

View File

@ -58,6 +58,7 @@ const (
ServiceLayerKey = attribute.Key("service.layer")
ServiceLayerNameKey = attribute.Key("service.layer_name")
DBExecutionTimeMsKey = attribute.Key("db.execution_time_ms")
DBRowsAffectedKey = attribute.Key("db.rows_affected")
)
type ServiceArchitectureLayer string