Skip to content

Commit f5aee1a

Browse files
authored
[Registry] Add missing resource detectors for Java (#4224)
1 parent 3d2ab02 commit f5aee1a

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: OpenTelemetry Contributed Resource Detectors
2+
registryType: resource-detector
3+
language: java
4+
tags:
5+
- contrib
6+
- glassFish
7+
- jetty
8+
- tomcat
9+
- tomEE
10+
- resource-detector
11+
- java
12+
license: Apache 2.0
13+
description:
14+
Various ResourceProvider implementations contributed to OpenTelemetry.
15+
authors:
16+
- name: OpenTelemetry Authors
17+
urls:
18+
repo: https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/resource-providers
19+
createdAt: 2024-03-30
20+
isNative: false
21+
isFirstParty: false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: OpenTelemetry Resource Detector for Spring Boot
2+
registryType: resource-detector
3+
language: java
4+
tags:
5+
- spring-boot
6+
- resource-detector
7+
- java
8+
license: Apache 2.0
9+
description: Spring Boot specific resource providers.
10+
authors:
11+
- name: OpenTelemetry Authors
12+
urls:
13+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/spring/spring-boot-resources
14+
createdAt: 2024-03-30
15+
isNative: false
16+
isFirstParty: false

0 commit comments

Comments
 (0)