Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung committed Sep 17, 2024
1 parent c56f411 commit 703a980
Show file tree
Hide file tree
Showing 7 changed files with 404 additions and 41 deletions.
46 changes: 44 additions & 2 deletions collector/receiver/telemetryapireceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,55 @@ metrics:
enabled: false
```
### faas.coldstart
### faas.coldstarts
Number of invocation cold starts
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {coldstart} | Sum | Int | Cumulative | true |
| {coldstart} | Sum | Int | Delta | true |
#### Attributes
| Name | Description | Values |
| ---- | ----------- | ------ |
| faas.trigger | Type of the trigger which caused this function invocation | Str: ``datasource``, ``http``, ``other``, ``pubsub``, ``timer`` |
### faas.errors
Number of invocation errors
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {error} | Sum | Int | Delta | true |
#### Attributes
| Name | Description | Values |
| ---- | ----------- | ------ |
| faas.trigger | Type of the trigger which caused this function invocation | Str: ``datasource``, ``http``, ``other``, ``pubsub``, ``timer`` |
### faas.invocations
Number of successful invocations
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {invocation} | Sum | Int | Delta | true |
#### Attributes
| Name | Description | Values |
| ---- | ----------- | ------ |
| faas.trigger | Type of the trigger which caused this function invocation | Str: ``datasource``, ``http``, ``other``, ``pubsub``, ``timer`` |
### faas.timeouts
Number of invocation timeouts
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| ---- | ----------- | ---------- | ----------------------- | --------- |
| {timeout} | Sum | Int | Delta | true |
#### Attributes
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 703a980

Please sign in to comment.