Skip to content

Commit

Permalink
[backend] Add tracing with jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Sep 10, 2024
1 parent 53e68e0 commit 16fe391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import static io.opentelemetry.api.common.AttributeKey.stringKey;
import static java.util.Objects.requireNonNull;

@ConditionalOnProperty(prefix = "telemetry.exporter.jaeger", name = "enable")
@ConditionalOnProperty(prefix = "telemetry", name = "enable")
@Log
@Service
@RequiredArgsConstructor
Expand Down
3 changes: 3 additions & 0 deletions openbas-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,6 @@ lade.url=<url>
lade.session=30
lade.username=<username>
lade.password=<password>

### Telemetry
telemetry.enable=false

0 comments on commit 16fe391

Please sign in to comment.