Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Registry] Add missing resource detectors for Java #4224

Merged
merged 1 commit into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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