Skip to content

Instantly share code, notes, and snippets.

@jessitron
Last active January 1, 2025 20:16
Show Gist options
  • Save jessitron/c1e01f2d6aebde4d5ee804aefa18ac7d to your computer and use it in GitHub Desktop.
Save jessitron/c1e01f2d6aebde4d5ee804aefa18ac7d to your computer and use it in GitHub Desktop.
A raw event that jessitron/hny-tricks can send to Honeycomb. TRACE_ID and SPAN_ID will be replaced by generated ones
{
"trace.trace_id": "TRACE_ID",
"trace.span_id": "SPAN_ID",
"name": "hello there",
"library.name": "hny-tricks",
"duration_ms": 43,
"library.version": "0.0.6",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment