[chore] Move heroku attributes to the registry (#871)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
This commit is contained in:
parent
98bed07b8e
commit
48892b8080
|
|
@ -42,6 +42,7 @@ body:
|
|||
- area:gcp-cloud-run
|
||||
- area:gcp-gce
|
||||
- area:graphql
|
||||
- area:heroku
|
||||
- area:host
|
||||
- area:http
|
||||
- area:k8s
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ body:
|
|||
- area:gcp-cloud-run
|
||||
- area:gcp-gce
|
||||
- area:graphql
|
||||
- area:heroku
|
||||
- area:host
|
||||
- area:http
|
||||
- area:k8s
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ body:
|
|||
- area:gcp-cloud-run
|
||||
- area:gcp-gce
|
||||
- area:graphql
|
||||
- area:heroku
|
||||
- area:host
|
||||
- area:http
|
||||
- area:k8s
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ Currently, the following namespaces exist:
|
|||
* [Google Cloud Run](gcp-cloud-run.md)
|
||||
* [Google Compute Engine](gcp-gce.md)
|
||||
* [GraphQl](graphql.md)
|
||||
* [Heroku](heroku.md)
|
||||
* [Host](host.md)
|
||||
* [HTTP](http.md)
|
||||
* [K8s](k8s.md)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
<!--- Hugo front matter used to generate the website version of this page:
|
||||
--->
|
||||
|
||||
# Heroku
|
||||
|
||||
## Heroku Attributes
|
||||
|
||||
<!-- semconv registry.heroku(omit_requirement_level) -->
|
||||
| Attribute | Type | Description | Examples | Stability |
|
||||
|---|---|---|---|---|
|
||||
| `heroku.app.id` | string | Unique identifier for the application | `2daa2797-e42b-4624-9322-ec3f968df4da` |  |
|
||||
| `heroku.release.commit` | string | Commit hash for the current release | `e6134959463efd8966b20e75b913cafe3f5ec` |  |
|
||||
| `heroku.release.creation_timestamp` | string | Time and date the release was created | `2022-10-23T18:00:42Z` |  |
|
||||
<!-- endsemconv -->
|
||||
|
|
@ -9,9 +9,9 @@
|
|||
<!-- semconv heroku -->
|
||||
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|
||||
|---|---|---|---|---|---|
|
||||
| `heroku.app.id` | string | Unique identifier for the application | `2daa2797-e42b-4624-9322-ec3f968df4da` | `Opt-In` |  |
|
||||
| `heroku.release.commit` | string | Commit hash for the current release | `e6134959463efd8966b20e75b913cafe3f5ec` | `Opt-In` |  |
|
||||
| `heroku.release.creation_timestamp` | string | Time and date the release was created | `2022-10-23T18:00:42Z` | `Opt-In` |  |
|
||||
| [`heroku.app.id`](../../attributes-registry/heroku.md) | string | Unique identifier for the application | `2daa2797-e42b-4624-9322-ec3f968df4da` | `Opt-In` |  |
|
||||
| [`heroku.release.commit`](../../attributes-registry/heroku.md) | string | Commit hash for the current release | `e6134959463efd8966b20e75b913cafe3f5ec` | `Opt-In` |  |
|
||||
| [`heroku.release.creation_timestamp`](../../attributes-registry/heroku.md) | string | Time and date the release was created | `2022-10-23T18:00:42Z` | `Opt-In` |  |
|
||||
<!-- endsemconv -->
|
||||
|
||||
**Mapping:**
|
||||
|
|
|
|||
|
|
@ -0,0 +1,25 @@
|
|||
groups:
|
||||
- id: registry.heroku
|
||||
prefix: heroku
|
||||
type: attribute_group
|
||||
brief: >
|
||||
This document defines attributes for the Android platform on which the Android application is running.
|
||||
attributes:
|
||||
- id: release.creation_timestamp
|
||||
type: string
|
||||
stability: experimental
|
||||
brief: >
|
||||
Time and date the release was created
|
||||
examples: [ '2022-10-23T18:00:42Z' ]
|
||||
- id: release.commit
|
||||
type: string
|
||||
stability: experimental
|
||||
brief: >
|
||||
Commit hash for the current release
|
||||
examples: [ 'e6134959463efd8966b20e75b913cafe3f5ec' ]
|
||||
- id: app.id
|
||||
type: string
|
||||
stability: experimental
|
||||
brief: >
|
||||
Unique identifier for the application
|
||||
examples: [ '2daa2797-e42b-4624-9322-ec3f968df4da' ]
|
||||
|
|
@ -1,28 +1,12 @@
|
|||
groups:
|
||||
- id: heroku
|
||||
prefix: heroku
|
||||
type: resource
|
||||
brief: >
|
||||
Heroku dyno metadata
|
||||
attributes:
|
||||
- id: release.creation_timestamp
|
||||
type: string
|
||||
stability: experimental
|
||||
brief: >
|
||||
Time and date the release was created
|
||||
examples: [ '2022-10-23T18:00:42Z' ]
|
||||
- ref: heroku.release.creation_timestamp
|
||||
requirement_level: opt_in
|
||||
- id: release.commit
|
||||
type: string
|
||||
stability: experimental
|
||||
brief: >
|
||||
Commit hash for the current release
|
||||
examples: [ 'e6134959463efd8966b20e75b913cafe3f5ec' ]
|
||||
- ref: heroku.release.commit
|
||||
requirement_level: opt_in
|
||||
- id: app.id
|
||||
type: string
|
||||
stability: experimental
|
||||
brief: >
|
||||
Unique identifier for the application
|
||||
examples: [ '2daa2797-e42b-4624-9322-ec3f968df4da' ]
|
||||
- ref: heroku.app.id
|
||||
requirement_level: opt_in
|
||||
|
|
|
|||
Loading…
Reference in New Issue