Skip to content

Commit 98b1a17

Browse files
committed
docs: Add new MongoDB Atlas features to what's new
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent 8c3d4e3 commit 98b1a17

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

docs/modules/ROOT/pages/upgrading-arconia.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ Using the https://docs.openrewrite.org[OpenRewrite Maven Plugin], you can apply
8787

8888
If you prefer to upgrade manually, you can bump the version of the `arconia-bom` in your project to {page-component-version}.
8989

90-
Then, follow these additional steps:
90+
Then, check these additional changes that you might need to apply to your project.
9191

92-
* If you're using the OpenTelemetry Logback Bridge, rename the `arconia.otel.logs.logback-bridge.capture-logstash-attributes` configuration property to `arconia.otel.logs.logback-bridge.capture-logstash-marker-attributes`.
92+
=== Dev Services
93+
94+
* The package for the MongoDB Atlas Dev Service module changed from `io.arconia.dev.services.mongodb` to `io.arconia.dev.services.mongodb.atlas`. That impacts the `MongoDbAtlasDevServicesAutoConfiguration` and `MongoDbAtlasDevServicesProperties` classes.
95+
96+
=== OpenTelemetry
97+
98+
* In the OpenTelemetry Logback Bridge module, the `arconia.otel.logs.logback-bridge.capture-logstash-attributes` configuration property has been renamed to `arconia.otel.logs.logback-bridge.capture-logstash-marker-attributes`.

docs/modules/ROOT/pages/what-is-new.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ We provide an automated way to upgrade your project to the latest version of Arc
99

1010
* The experimental `HostInfo` class has been removed. Use the `OsInfo` class from Spring Boot to obtain operating system information or Java's `InetAddress.getLocalHost().getHostName()` to get the hostname.
1111

12+
== Dev Services
13+
14+
* The MongoDB Atlas Dev Service was supported only with Spring AI. It is now also supported with Spring Data MongoDB and Spring Session MongoDB.
15+
* The package for the MongoDB Atlas Dev Service module changed from `io.arconia.dev.services.mongodb` to `io.arconia.dev.services.mongodb.atlas`.
16+
1217
== OpenTelemetry
1318

1419
* OTLP exporters for logs, metrics, and traces now support setting a retry policy via configuration properties. This allows you to configure the number of retry attempts, the initial backoff duration, the maximum backoff duration, and the backoff multiplier for retrying failed export attempts. You can specify these settings globally (`arconia.otel.exporter.otlp.retry`) or for each observability signal individually (`arconia.otel.<signal>.exporter.otlp.retry`).

0 commit comments

Comments
 (0)