View Source OpenTelemetry.SemConv.Incubating.HerokuAttributes (OpenTelemetry.SemConv v1.27.0)
OpenTelemetry Semantic Conventions for Heroku attributes.
Summary
Functions
Unique identifier for the application
Commit hash for the current release
Time and date the release was created
Functions
@spec heroku_app_id() :: :"heroku.app.id"
Unique identifier for the application
Value type
Value must be of type atom() | String.t()
.
Examples
["2daa2797-e42b-4624-9322-ec3f968df4da"]
iex> OpenTelemetry.SemConv.Incubating.HerokuAttributes.heroku_app_id()
:"heroku.app.id"
?HEROKU_APP_ID.
'heroku.app.id'
@spec heroku_release_commit() :: :"heroku.release.commit"
Commit hash for the current release
Value type
Value must be of type atom() | String.t()
.
Examples
["e6134959463efd8966b20e75b913cafe3f5ec"]
iex> OpenTelemetry.SemConv.Incubating.HerokuAttributes.heroku_release_commit()
:"heroku.release.commit"
?HEROKU_RELEASE_COMMIT.
'heroku.release.commit'
@spec heroku_release_creation_timestamp() :: :"heroku.release.creation_timestamp"
Time and date the release was created
Value type
Value must be of type atom() | String.t()
.
Examples
["2022-10-23T18:00:42Z"]
iex> OpenTelemetry.SemConv.Incubating.HerokuAttributes.heroku_release_creation_timestamp()
:"heroku.release.creation_timestamp"
?HEROKU_RELEASE_CREATION_TIMESTAMP.
'heroku.release.creation_timestamp'