Skip to content

Commit

Permalink
Chore: set default value for opentelemetry collector
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklue committed Aug 23, 2024
1 parent 3699a91 commit 2d570e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/nl/nn/testtool/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,9 @@ ProofOfMigrationErrorsView proofOfMigrationErrorsView() {
return new ProofOfMigrationErrorsView();
}

@Bean
String openTelemetryCollector() {
return "";
}

}

0 comments on commit 2d570e2

Please sign in to comment.