Add Metrics
This commit is contained in:
parent
4dc448056c
commit
8e97af8dc3
121 changed files with 8364 additions and 3811 deletions
6
vendor/gopkg.in/DataDog/dd-trace-go.v1/internal/version/version.go
generated
vendored
Normal file
6
vendor/gopkg.in/DataDog/dd-trace-go.v1/internal/version/version.go
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
package version
|
||||
|
||||
// Tag specifies the current release tag. It needs to be manually
|
||||
// updated. A test checks that the value of Tag never points to a
|
||||
// git tag that is older than HEAD.
|
||||
const Tag = "v1.15.0"
|
Loading…
Add table
Add a link
Reference in a new issue