semantic-conventions/model/heroku/registry.yaml

26 lines
857 B
YAML

groups:
- id: registry.heroku
type: attribute_group
display_name: Heroku Attributes
brief: >
This document defines attributes for the Android platform on which the Android application is running.
attributes:
- id: heroku.release.creation_timestamp
type: string
stability: development
brief: >
Time and date the release was created
examples: [ '2022-10-23T18:00:42Z' ]
- id: heroku.release.commit
type: string
stability: development
brief: >
Commit hash for the current release
examples: [ 'e6134959463efd8966b20e75b913cafe3f5ec' ]
- id: heroku.app.id
type: string
stability: development
brief: >
Unique identifier for the application
examples: [ '2daa2797-e42b-4624-9322-ec3f968df4da' ]