Google Pub/Sub Push Receiver
OpenTelemetry Collector receiver · contrib distribution
- Component ID:
contrib-googlecloudpubsubpushreceiver - Name:
googlecloudpubsubpushreceiver - Type: receiver
- Distribution: contrib
- Repository:
opentelemetry-collector-contrib
Stability
| Level | Signals |
|---|---|
| alpha | logs |
Internal telemetry
| Metric | Type | Value type | Unit | Stability | Enabled | Attributes | Description |
|---|---|---|---|---|---|---|---|
gcp.pubsub.input.uncompressed.size | histogram | double | By | development | yes | gcp.gcs.bucket.name (string) | Size of uncompressed incoming log data in bytes (either direct Pub/Sub message payloads or GCS file content retrieved from event notifications). |
http.server.request.active.count | sum | int | {count} | development | yes | Number of active requests. | |
http.server.request.duration | histogram | double | s | development | yes | http.response.status_code (int) | Duration of requests in seconds. |
Attributes
| Attribute | Type | Description |
|---|---|---|
gcp.gcs.bucket.name | string | Bucket name. |
http.response.status_code | int | HTTP response status code. |