Skip to content

Commit

Permalink
update more api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Nov 27, 2024
1 parent 460ff64 commit 26111a0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion exporter/datadogexporter/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func TestOnlyMetadata(t *testing.T) {
BackOffConfig: configretry.NewDefaultBackOffConfig(),
QueueSettings: exporterhelper.NewDefaultQueueConfig(),

API: APIConfig{Key: "notnull"},
API: APIConfig{Key: "aaaaaaa"},
Metrics: MetricsConfig{TCPAddrConfig: confignet.TCPAddrConfig{Endpoint: server.URL}},
Traces: TracesConfig{TCPAddrConfig: confignet.TCPAddrConfig{Endpoint: server.URL}},
OnlyMetadata: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exporters:
verbosity: detailed
datadog:
api:
key: "key"
key: "aaa"
tls:
insecure_skip_verify: true
host_metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ receivers:
exporters:
datadog:
api:
key: "key"
key: "aaa"
tls:
insecure_skip_verify: true
host_metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ receivers:
exporters:
datadog:
api:
key: "key"
key: "aaa"
tls:
insecure_skip_verify: true
host_metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exporters:
verbosity: detailed
datadog:
api:
key: "key"
key: "aaa"
tls:
insecure_skip_verify: true
host_metadata:
Expand Down
4 changes: 2 additions & 2 deletions exporter/datadogexporter/metrics_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestNewExporter(t *testing.T) {

cfg := &Config{
API: APIConfig{
Key: "ddog_32_characters_long_api_key1",
Key: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
},
Metrics: MetricsConfig{
TCPAddrConfig: confignet.TCPAddrConfig{
Expand Down Expand Up @@ -422,7 +422,7 @@ func TestNewExporter_Zorkian(t *testing.T) {

cfg := &Config{
API: APIConfig{
Key: "ddog_32_characters_long_api_key1",
Key: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
},
Metrics: MetricsConfig{
TCPAddrConfig: confignet.TCPAddrConfig{
Expand Down

0 comments on commit 26111a0

Please sign in to comment.