Skip to content

Commit 0861678

Browse files
authored
Merge pull request #147 from appsignal/default-tags-1491
Add default tags config option
2 parents c805b80 + 9bd61e1 commit 0861678

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/diagnose_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@
376376
/ active: true \(Loaded from: system\)/,
377377
/ activejob_report_errors: "all"/,
378378
%r{ ca_file_path: ".+/appsignal[-/]ruby/resources/cacert.pem"},
379+
/ default_tags: \{\}/,
379380
" dns_servers: []",
380381
/ enable_active_support_event_log_reporter: false/,
381382
/ enable_allocation_tracking: true/,
@@ -556,6 +557,7 @@
556557
"active" => true,
557558
"activejob_report_errors" => "all",
558559
"ca_file_path" => matching(%r{.+/appsignal[-/]ruby/resources/cacert\.pem$}),
560+
"default_tags" => {},
559561
"dns_servers" => [],
560562
"enable_active_support_event_log_reporter" => false,
561563
"enable_allocation_tracking" => true,
@@ -747,6 +749,7 @@
747749
"default" => {
748750
"activejob_report_errors" => "all",
749751
"ca_file_path" => matching(%r{.+/appsignal[-/]ruby/resources/cacert\.pem$}),
752+
"default_tags" => {},
750753
"dns_servers" => [],
751754
"enable_active_support_event_log_reporter" => false,
752755
"enable_allocation_tracking" => true,

0 commit comments

Comments
 (0)