Skip to content

Commit

Permalink
[Registry] Add missing resource detectors for Java (#4224)
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Mar 31, 2024
1 parent 3d2ab02 commit f5aee1a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/registry/resource-detector-java-contrib.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
title: OpenTelemetry Contributed Resource Detectors
registryType: resource-detector
language: java
tags:
- contrib
- glassFish
- jetty
- tomcat
- tomEE
- resource-detector
- java
license: Apache 2.0
description:
Various ResourceProvider implementations contributed to OpenTelemetry.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/resource-providers
createdAt: 2024-03-30
isNative: false
isFirstParty: false
16 changes: 16 additions & 0 deletions data/registry/resource-detector-java-spring-boot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: OpenTelemetry Resource Detector for Spring Boot
registryType: resource-detector
language: java
tags:
- spring-boot
- resource-detector
- java
license: Apache 2.0
description: Spring Boot specific resource providers.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/spring/spring-boot-resources
createdAt: 2024-03-30
isNative: false
isFirstParty: false

0 comments on commit f5aee1a

Please sign in to comment.