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 GCP Auth Extension for OTel Java #6570

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions content/ja/docs/concepts/instrumentation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 計装
description: OpenTelemetryはどのように計装を促進するか
weight: 15
default_lang_commit: 94d77ab8cbfe5552a7cd68bf677be86c574a613a
drifted_from_default: true
---

システムを[観測可能][observable]にするため、システムが **計装** されなければなりません。
Expand Down
21 changes: 21 additions & 0 deletions data/registry/extension-java-auth-gcp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
title: Google Cloud Auth Extension
registryType: extension
language: java
tags:
- gcp
- extension
- java
- auth
- google
license: Apache 2.0
description:
This extension provides automatic Google Cloud authentication for
OpenTelemetry Java's OTLP exporters, enabling telemetry export to Google Cloud
for both zero-code and manual instrumentation setups.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-auth-extension
createdAt: 2025-03-18
isNative: false
isFirstParty: false
4 changes: 4 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -7691,6 +7691,10 @@
"StatusCode": 206,
"LastSeen": "2025-01-16T11:37:38.952312-05:00"
},
"https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-auth-extension": {
"StatusCode": 206,
"LastSeen": "2025-03-18T17:25:06.959055345Z"
},
"https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources": {
"StatusCode": 206,
"LastSeen": "2025-01-16T11:37:39.709614-05:00"
Expand Down