mirror of
https://github.com/go-micro/go-micro.git
synced 2025-07-12 22:41:07 +02:00
add all the plugins
This commit is contained in:
11
plugins/wrapper/trace/datadog/ext.go
Normal file
11
plugins/wrapper/trace/datadog/ext.go
Normal file
@ -0,0 +1,11 @@
|
||||
package datadog
|
||||
|
||||
const (
|
||||
// tagendpoint = "micro.endpoint"
|
||||
// tagservice = "micro.service"
|
||||
// tagMethod = "micro.method"
|
||||
tagStatus = "micro.status"
|
||||
tagRole = "micro.role"
|
||||
tagID = "micro.id"
|
||||
tagVersion = "micro.version"
|
||||
)
|
Reference in New Issue
Block a user