Server for interacting with Honeycomb observability data. This server enables LLMs like Claude to directly analyze and query your Honeycomb datasets.
List all datasets in an environment. Parameters: environment (string)
Get column information for a dataset. Parameters: environment (string), dataset (string)
Run analytics queries with rich options. Parameters: environment (string), dataset (string), calculations (array), breakdowns (array), time_range (integer)
Analyzes specific columns in a dataset by running statistical queries and returning computed metrics.
List all SLOs for a dataset. Parameters: environment (string), dataset (string)
Get detailed SLO information. Parameters: environment (string), dataset (string), sloId (string)
List all triggers for a dataset. Parameters: environment (string), dataset (string)
Get detailed trigger information. Parameters: environment (string), dataset (string), triggerId (string)
Generate a deep link to a specific trace in the Honeycomb UI
Provides OpenTelemetry instrumentation guidance. Parameters: language (string), filepath (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs