Skip to content

Commit 2c439fd

Browse files
authored
Merge branch 'main' into rapphil-update-java-1.23.0
2 parents c46fc13 + a885509 commit 2c439fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/docs/getting-started/collector/sidecar-vs-service.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ path: '/docs/getting-started/collector/sidecar-vs-service'
77

88
When setting up the ADOT Collector, you will generally decide between two different types of deployment, sidecar or
99
service. A sidecar deployment runs a process of the Collector next to each process of each of your applications while a
10-
service would have a Collector process shared by multiple applications in your system. We generally recommend sidecar
11-
deployment to support all the functionality of the collector.
10+
service would have a Collector process shared by multiple applications in your system.
1211

1312
## Sidecar
1413

@@ -46,8 +45,7 @@ scalability and reliability. By deploying the Collector as a service, it will ha
4645
the others in the system. Applications will communiate with the Collector through a service endpoint.
4746
4847
Because the Collector runs independently from applications, it will not have visiblity into application-specific state,
49-
for example the Kubernetes pod running the application. For this reason, we generally recommend deploying as a sidecar
50-
to unlock all the functionality of the collector.
48+
for example the Kubernetes pod running the application.
5149
5250
When running the Collector as a service, you will need to configure TLS as well to ensure communication from
5351
applications is secure. Receivers can be configured with TLS certificates, for example,

0 commit comments

Comments
 (0)