fix: Datadog case.
This commit is contained in:
parent
259c7adc81
commit
306e5081d9
22 changed files with 87 additions and 87 deletions
|
@ -186,7 +186,7 @@ func TestDo_globalConfiguration(t *testing.T) {
|
|||
Prometheus: &types.Prometheus{
|
||||
Buckets: []float64{0.1, 0.3, 1.2, 5},
|
||||
},
|
||||
DataDog: &types.DataDog{
|
||||
Datadog: &types.Datadog{
|
||||
Address: "localhost:8181",
|
||||
PushInterval: 12,
|
||||
},
|
||||
|
@ -226,7 +226,7 @@ func TestDo_globalConfiguration(t *testing.T) {
|
|||
Debug: true,
|
||||
SampleRate: 53,
|
||||
},
|
||||
DataDog: &datadog.Config{
|
||||
Datadog: &datadog.Config{
|
||||
LocalAgentHostPort: "ggg",
|
||||
GlobalTag: "eee",
|
||||
Debug: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue