View source: R/telemetry_otel_conversion.R
| parse_span_timestamp | R Documentation |
Converts OTLP Unix nanosecond timestamps to R POSIXct objects.
parse_span_timestamp(span_time_unix_nano)
span_time_unix_nano |
Character string or numeric Unix timestamp in nanoseconds |
POSIXct timestamp in UTC timezone, or NA if parsing fails
## Not run:
# parse otlp timestamp
parse_span_timestamp("1234567890123456789")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.