Class HerokuIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.HerokuIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Unique identifier for the applicationstatic final io.opentelemetry.api.common.AttributeKey<String>Commit hash for the current releasestatic final io.opentelemetry.api.common.AttributeKey<String>Time and date the release was created -
Method Summary
-
Field Details
-
HEROKU_APP_ID
Unique identifier for the application -
HEROKU_RELEASE_COMMIT
Commit hash for the current release -
HEROKU_RELEASE_CREATION_TIMESTAMP
public static final io.opentelemetry.api.common.AttributeKey<String> HEROKU_RELEASE_CREATION_TIMESTAMPTime and date the release was created
-