1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-06 22:35:51 +02:00
Files
go-micro/plugins/wrapper/trace/datadog/ext.go

12 lines
239 B
Go
Raw Normal View History

2020-12-26 15:32:45 +00:00
package datadog
const (
// tagendpoint = "micro.endpoint"
// tagservice = "micro.service"
// tagMethod = "micro.method"
tagStatus = "micro.status"
tagRole = "micro.role"
tagID = "micro.id"
tagVersion = "micro.version"
)