Last active
January 1, 2025 20:16
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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