Home / Companies / Honeycomb / Blog / Post Details
Content Deep Dive

Send a Test Span Through an OpenTelemetry Collector

Blog post from Honeycomb

Post Details
Company
Date Published
Author
Jessica Kerr (Jessitron)
Word Count
875
Language
English
Hacker News Points
-
Summary

The text outlines a step-by-step process for testing the functionality of an OpenTelemetry (OTLP) collector by sending a test trace span to Honeycomb, a platform for analyzing distributed traces. It provides a JSON example of a trace span with necessary fields like service name, library name, span name, and span kind, which users can modify for their testing purposes. Users are guided on how to send the span data to the collector using either curl or Postman and verify its arrival in Honeycomb by conducting a query to locate the test span within the specified dataset. The guide also highlights potential troubleshooting steps if the span is not visible in Honeycomb, such as checking the collector logs for errors or verifying the correct API key and environment settings, offering additional resources for new users to explore Honeycomb's capabilities.