Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/mongodb.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
  • Loading branch information
vkn and gsmet authored May 28, 2024
1 parent 9e2e646 commit 24ea28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/mongodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ When using xref:smallrye-metrics.adoc[SmallRye Metrics], connection pool metrics

To use tracing with MongoDB, you need to add the xref:opentelemetry.adoc[`quarkus-opentelemetry`] extension to your project.

Check warning on line 622 in docs/src/main/asciidoc/mongodb.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'. Raw Output: {"message": "[Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'.", "location": {"path": "docs/src/main/asciidoc/mongodb.adoc", "range": {"start": {"line": 622, "column": 34}}}, "severity": "INFO"}

Even with all the tracing infrastructure in place the mongodb tracing is not enabled by default, and you need to enable it by setting this property:
Even with all the tracing infrastructure in place the MongoDB tracing is not enabled by default, and you need to enable it by setting the following property:

Check warning on line 624 in docs/src/main/asciidoc/mongodb.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'. Raw Output: {"message": "[Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'.", "location": {"path": "docs/src/main/asciidoc/mongodb.adoc", "range": {"start": {"line": 624, "column": 106}}}, "severity": "INFO"}
[source, properties]
----
# enable tracing
Expand Down

0 comments on commit 24ea28a

Please sign in to comment.