Skip to content

Commit c7c3529

Browse files
authored
Merge branch 'main' into theletterf-3929-add-collector-config-path
2 parents e7ee8c2 + 11d55a7 commit c7c3529

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

content/en/docs/languages/java/automatic/spring-boot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ with the OpenTelemetry
231231
## Automatic instrumentation
232232

233233
Autoconfigures OpenTelemetry instrumentation for
234-
[spring-web](#spring-web-autoconfiguration) ,
234+
[spring-web](#spring-web-autoconfiguration),
235235
[spring-webmvc](#spring-web-mvc-autoconfiguration), and
236236
[spring-webflux](#spring-webflux-autoconfiguration). Leverages Spring Aspect
237237
Oriented Programming, dependency injection, and bean post-processing to trace
@@ -476,7 +476,7 @@ autoconfiguration features with an annotation or the Zipkin starter.
476476

477477
### Spring support
478478

479-
Autoconfiguration is natively supported by Springboot applications. To enable
479+
Autoconfiguration is natively supported by Spring Boot applications. To enable
480480
these features in "vanilla" use `@EnableOpenTelemetry` to complete a component
481481
scan of this package.
482482

data/ecosystem/vendors.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@
202202
contact: ''
203203
oss: false
204204
commercial: true
205+
- name: Middleware
206+
distribution: true
207+
nativeOTLP: true
208+
url: 'https://docs.middleware.io/open-telemetry'
209+
contact: '[email protected]'
210+
oss: false
211+
commercial: true
205212
- name: New Relic
206213
distribution: false
207214
nativeOTLP: true

static/refcache.json

+4
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,10 @@
12151215
"StatusCode": 200,
12161216
"LastSeen": "2024-01-18T08:54:12.741496-05:00"
12171217
},
1218+
"https://docs.middleware.io/open-telemetry": {
1219+
"StatusCode": 206,
1220+
"LastSeen": "2024-02-05T20:30:08.23208333Z"
1221+
},
12181222
"https://docs.mongodb.com/manual/reference/command/#database-operations": {
12191223
"StatusCode": 206,
12201224
"LastSeen": "2024-01-18T08:53:24.275059-05:00"

0 commit comments

Comments
 (0)