Skip to content
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/blank.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ body:
- mimir.rules.kubernetes
- otelcol.auth.basic
- otelcol.auth.bearer
- otelcol.auth.google
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ body:
- mimir.rules.kubernetes
- otelcol.auth.basic
- otelcol.auth.bearer
- otelcol.auth.google
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ body:
- mimir.rules.kubernetes
- otelcol.auth.basic
- otelcol.auth.bearer
- otelcol.auth.google
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ body:
- mimir.rules.kubernetes
- otelcol.auth.basic
- otelcol.auth.bearer
- otelcol.auth.google
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ body:
- mimir.rules.kubernetes
- otelcol.auth.basic
- otelcol.auth.bearer
- otelcol.auth.google
- otelcol.auth.headers
- otelcol.auth.oauth2
- otelcol.auth.sigv4
Expand Down
2 changes: 2 additions & 0 deletions collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.55.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
github.com/IBM/sarama v1.46.3 // indirect
github.com/KimMachineGun/automemlimit v0.7.5 // indirect
Expand Down Expand Up @@ -710,6 +711,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/ackextension v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/internal/credentialsfile v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/k8sleaderelector v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.147.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions collector/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0/go.mod h1:l9rva3ApbBpEJxSNYnwT9N4CDLrWgtq3u8736C5hyJw=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0 h1:xQMhkBXPOKe/GzC6TctwlK2aNF+9k5VwFgdE83rBK2Y=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0/go.mod h1:VLoD5cAsRQXsAFXpOZrrTGzbuMsntlspIZno4xor5Zg=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0 h1:rKcEaxSnVUpmhFNVjRuls5w/6KZrVZNw4kWbYeK3xH4=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0/go.mod h1:K8wtUZ/GzRhA21Dy6XDQJZTbpcMF0Kb6FSaJN+rBLJ0=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0 h1:7t/qx5Ost0s0wbA/VDrByOooURhp+ikYwv20i9Y07TQ=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0/go.mod h1:vB2GH9GAYYJTO3mEn8oYwzEdhlayZIdQz6zdzgUIRvA=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 h1:0s6TxfCu2KHkkZPnBfsQ2y5qia0jl3MMrmBhu3nCOYk=
Expand Down Expand Up @@ -1845,6 +1847,8 @@ github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.147.0/go.mod h1:iCPJltPdOSvckw3kgl3DifMvYasNdOYvDvsJ4fi8lOU=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.147.0 h1:Cx7WcJQKLO/BFaHCwnpH/bbbt8paLQTMxq1fGu5Skzk=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.147.0/go.mod h1:utV5S9gEUzWqIuyPYoecuW346TM/52t6xes7YEQWLCY=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0 h1:FmzmUcx/wn8zlKgPfmSaIp8zrom9FCTcLlqZJiZgcb8=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0/go.mod h1:UUgldOqz0qDW8xgULBjQLOiKdYuOgDSu6wS/t+eLlvg=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.147.0 h1:jqYiMiW3Eg9kLnKvKgRbWxGcLEWU9PsfyXqTkD1wo9c=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.147.0/go.mod h1:vxTpEw1jQEzx3wjEtXU+p0cfOv5s3f/ULsYRKzu5vYI=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckextension v0.147.0 h1:pfSn3AhNXu+YWDPidCVWRAZcjAk0rPImioBF9P/Uv7M=
Expand Down
101 changes: 101 additions & 0 deletions docs/sources/reference/components/otelcol/otelcol.auth.google.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
canonical: https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.auth.google/
description: Learn about otelcol.auth.google
labels:
stage: public-preview
products:
- oss
title: otelcol.auth.google
---

# `otelcol.auth.google`

{{< docs/shared lookup="stability/public_preview.md" source="alloy" version="<ALLOY_VERSION>" >}}

`otelcol.auth.google` exposes a `handler` that other `otelcol` components can use to authenticate requests using Google Application Default Credentials.
Comment thread
dashpole marked this conversation as resolved.

This component only supports client authentication.

The authorization tokens can be used by HTTP and gRPC based OpenTelemetry exporters.
This component can fetch and refresh expired tokens automatically.
Refer to the [Google Cloud Documentation](https://docs.cloud.google.com/docs/authentication/application-default-credentials) for more information about Application Default Credentials.

{{< admonition type="note" >}}
`otelcol.auth.google` is a wrapper over the upstream OpenTelemetry Collector [`googleclientauth`][] extension.
Bug reports or feature requests will be redirected to the upstream repository, if necessary.

[`googleclientauth`]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/{{< param "OTEL_VERSION" >}}/extension/googleclientauthextension
{{< /admonition >}}

You can specify multiple `otelcol.auth.google` components by giving them different labels.

## Usage

```alloy
otelcol.auth.google "<LABEL>" {
project = "<PROJECT_ID>"
Comment thread
clayton-cornell marked this conversation as resolved.
}
```

## Arguments

You can use the following arguments with `otelcol.auth.google`:

| Name | Type | Description | Default | Required |
| --------------- | -------------- | ------------------------------------------------------------------ | -------------- | -------- |
| `audience` | `string` | The audience claim used for generating an ID token. | | no |
| `project` | `string` | The project telemetry is sent to. | | no |
| `quota_project` | `string` | A project for quota and billing purposes. | | no |
| `scopes` | `list(string)` | Requested permissions associated with the client. | `[]` | no |
| `token_type` | `string` | The type of token to generate. One of `access_token` or `id_token` | `access_token` | no |

If `project` isn't set, {{< param "PRODUCT_NAME" >}} uses the project from the Application Default Credentials.

Comment thread
dashpole marked this conversation as resolved.
## Blocks

You can use the following blocks with `otelcol.auth.google`:

| Block | Description | Required |
| -------------------------------- | -------------------------------------------------------------------------- | -------- |
| [`debug_metrics`][debug_metrics] | Configures the metrics that this component generates to monitor its state. | no |

[debug_metrics]: #debug_metrics

### `debug_metrics`

{{< docs/shared lookup="reference/components/otelcol-debug-metrics-block.md" source="alloy" version="<ALLOY_VERSION>" >}}

## Exported fields

The following fields are exported and can be referenced by other components:

| Name | Type | Description |
| --------- | -------------------------- | --------------------------------------------------------------- |
| `handler` | `capsule(otelcol.Handler)` | A value that other components can use to authenticate requests. |

## Component health

`otelcol.auth.google` is only reported as unhealthy if given an invalid configuration.

## Debug information

`otelcol.auth.google` doesn't expose any component-specific debug information.

## Example

This example configures [`otelcol.exporter.otlp`][otelcol.exporter.otlp] to use `otelcol.auth.google` for authentication:

```alloy
otelcol.exporter.otlp "google" {
client {
endpoint = "telemetry.googleapis.com"
auth = otelcol.auth.google.creds.handler
}
}

otelcol.auth.google "creds" {
project = "myproject"
}
```

[otelcol.exporter.otlp]: ../otelcol.exporter.otlp/
2 changes: 2 additions & 0 deletions extension/alloyengine/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.55.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
github.com/IBM/sarama v1.46.3 // indirect
github.com/KimMachineGun/automemlimit v0.7.5 // indirect
Expand Down Expand Up @@ -640,6 +641,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/extension/basicauthextension v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/internal/credentialsfile v0.147.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/jaegerremotesampling v0.147.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions extension/alloyengine/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0/go.mod h1:l9rva3ApbBpEJxSNYnwT9N4CDLrWgtq3u8736C5hyJw=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0 h1:xQMhkBXPOKe/GzC6TctwlK2aNF+9k5VwFgdE83rBK2Y=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0/go.mod h1:VLoD5cAsRQXsAFXpOZrrTGzbuMsntlspIZno4xor5Zg=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0 h1:rKcEaxSnVUpmhFNVjRuls5w/6KZrVZNw4kWbYeK3xH4=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0/go.mod h1:K8wtUZ/GzRhA21Dy6XDQJZTbpcMF0Kb6FSaJN+rBLJ0=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0 h1:7t/qx5Ost0s0wbA/VDrByOooURhp+ikYwv20i9Y07TQ=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0/go.mod h1:vB2GH9GAYYJTO3mEn8oYwzEdhlayZIdQz6zdzgUIRvA=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 h1:0s6TxfCu2KHkkZPnBfsQ2y5qia0jl3MMrmBhu3nCOYk=
Expand Down Expand Up @@ -1868,6 +1870,8 @@ github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.147.0/go.mod h1:iCPJltPdOSvckw3kgl3DifMvYasNdOYvDvsJ4fi8lOU=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.147.0 h1:Cx7WcJQKLO/BFaHCwnpH/bbbt8paLQTMxq1fGu5Skzk=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.147.0/go.mod h1:utV5S9gEUzWqIuyPYoecuW346TM/52t6xes7YEQWLCY=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0 h1:FmzmUcx/wn8zlKgPfmSaIp8zrom9FCTcLlqZJiZgcb8=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0/go.mod h1:UUgldOqz0qDW8xgULBjQLOiKdYuOgDSu6wS/t+eLlvg=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.147.0 h1:jqYiMiW3Eg9kLnKvKgRbWxGcLEWU9PsfyXqTkD1wo9c=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.147.0/go.mod h1:vxTpEw1jQEzx3wjEtXU+p0cfOv5s3f/ULsYRKzu5vYI=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/internal/credentialsfile v0.147.0 h1:BlP9xxHe4BAbABEIS8TuHr3qDfpyv81n7Bu/sQuVlps=
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,8 @@ require (
require (
buf.build/gen/go/parca-dev/parca/grpc/go v1.6.1-20260206050007-a47b093e4fe5.1
buf.build/gen/go/parca-dev/parca/protocolbuffers/go v1.36.11-20260206050007-a47b093e4fe5.1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/splunk v0.147.0
github.com/spf13/viper v1.21.0
github.com/zricethezav/gitleaks/v8 v8.30.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0/go.mod h1:l9rva3ApbBpEJxSNYnwT9N4CDLrWgtq3u8736C5hyJw=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0 h1:xQMhkBXPOKe/GzC6TctwlK2aNF+9k5VwFgdE83rBK2Y=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0/go.mod h1:VLoD5cAsRQXsAFXpOZrrTGzbuMsntlspIZno4xor5Zg=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0 h1:rKcEaxSnVUpmhFNVjRuls5w/6KZrVZNw4kWbYeK3xH4=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0/go.mod h1:K8wtUZ/GzRhA21Dy6XDQJZTbpcMF0Kb6FSaJN+rBLJ0=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0 h1:7t/qx5Ost0s0wbA/VDrByOooURhp+ikYwv20i9Y07TQ=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0/go.mod h1:vB2GH9GAYYJTO3mEn8oYwzEdhlayZIdQz6zdzgUIRvA=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 h1:0s6TxfCu2KHkkZPnBfsQ2y5qia0jl3MMrmBhu3nCOYk=
Expand Down Expand Up @@ -1883,6 +1885,8 @@ github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.147.0/go.mod h1:iCPJltPdOSvckw3kgl3DifMvYasNdOYvDvsJ4fi8lOU=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.147.0 h1:Cx7WcJQKLO/BFaHCwnpH/bbbt8paLQTMxq1fGu5Skzk=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.147.0/go.mod h1:utV5S9gEUzWqIuyPYoecuW346TM/52t6xes7YEQWLCY=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0 h1:FmzmUcx/wn8zlKgPfmSaIp8zrom9FCTcLlqZJiZgcb8=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0/go.mod h1:UUgldOqz0qDW8xgULBjQLOiKdYuOgDSu6wS/t+eLlvg=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.147.0 h1:jqYiMiW3Eg9kLnKvKgRbWxGcLEWU9PsfyXqTkD1wo9c=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.147.0/go.mod h1:vxTpEw1jQEzx3wjEtXU+p0cfOv5s3f/ULsYRKzu5vYI=
github.com/open-telemetry/opentelemetry-collector-contrib/extension/internal/credentialsfile v0.147.0 h1:BlP9xxHe4BAbABEIS8TuHr3qDfpyv81n7Bu/sQuVlps=
Expand Down
1 change: 1 addition & 0 deletions internal/component/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ import (
_ "github.com/grafana/alloy/internal/component/mimir/rules/kubernetes" // Import mimir.rules.kubernetes
_ "github.com/grafana/alloy/internal/component/otelcol/auth/basic" // Import otelcol.auth.basic
_ "github.com/grafana/alloy/internal/component/otelcol/auth/bearer" // Import otelcol.auth.bearer
_ "github.com/grafana/alloy/internal/component/otelcol/auth/google" // Import otelcol.auth.google
_ "github.com/grafana/alloy/internal/component/otelcol/auth/headers" // Import otelcol.auth.headers
_ "github.com/grafana/alloy/internal/component/otelcol/auth/oauth2" // Import otelcol.auth.oauth2
_ "github.com/grafana/alloy/internal/component/otelcol/auth/sigv4" // Import otelcol.auth.sigv4
Expand Down
Loading
Loading