You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking at different semantic conventions I saw that different notations for time are used, i.e. UNIX timestamps as int and formatted date as strings:
|`messaging.rocketmq.message.delivery_timestamp`| int | The timestamp in milliseconds that the delay message is expected to be delivered to consumer. |`1665987217045`|
|[`messaging.rocketmq.message.delivery_timestamp`](../attributes-registry/messaging.md)| int | The timestamp in milliseconds that the delay message is expected to be delivered to consumer. |`1665987217045`| Conditionally Required: [2]|
|`tls.client.not_after`| string | Date/Time indicating when client certificate is no longer considered valid. |`2021-01-01T00:00:00.000Z`|
I think there should be one consistent way to express those OR at least a _timestamp should be equivalent to a unix timestamp and a _datetime should be a formatted string
The text was updated successfully, but these errors were encountered:
We had some in person discussions in the Specification meeting and the Semconv meeting.
I'm not sure we have consensus here, but I do think we can likely make progress by sticking (consistently) to String-dates in ISO 8601 format in semconv (what you have).
While looking at different semantic conventions I saw that different notations for time are used, i.e. UNIX timestamps as int and formatted date as strings:
semantic-conventions/docs/attributes-registry/messaging.md
Line 117 in a41f0e8
semantic-conventions/docs/resource/cloud-provider/heroku.md
Line 14 in a41f0e8
semantic-conventions/docs/messaging/rocketmq.md
Line 25 in a41f0e8
semantic-conventions/docs/attributes-registry/tls.md
Line 19 in a41f0e8
I think there should be one consistent way to express those OR at least a
_timestamp
should be equivalent to a unix timestamp and a_datetime
should be a formatted stringThe text was updated successfully, but these errors were encountered: