hny-mcp

MIT License
2
16
  • Linux
  • Apple

get_trace_link

Generate a direct URL to view a specific trace in Honeycomb UI, with options to focus on a particular span or time range. Essential for quick access to distributed tracing data.

Instructions

Generates a direct deep link to a specific trace in the Honeycomb UI. This tool creates a URL that opens a specific distributed trace, optionally positioning to a particular span and time range. If no time range is specified, the trace must have been generated within two hours from the current time. If only the start time is provided, the end time is assumed to be 10 minutes from the start time.

Input Schema

NameRequiredDescriptionDefault
datasetYesThe dataset containing the trace
environmentYesThe Honeycomb environment
spanIdNoThe unique span ID to jump to within the trace
traceEndTsNoEnd timestamp in Unix epoch seconds
traceIdYesThe unique trace ID
traceStartTsNoStart timestamp in Unix epoch seconds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataset": { "description": "The dataset containing the trace", "minLength": 1, "type": "string" }, "environment": { "description": "The Honeycomb environment", "minLength": 1, "type": "string" }, "spanId": { "description": "The unique span ID to jump to within the trace", "type": "string" }, "traceEndTs": { "description": "End timestamp in Unix epoch seconds", "minimum": 0, "type": "integer" }, "traceId": { "description": "The unique trace ID", "type": "string" }, "traceStartTs": { "description": "Start timestamp in Unix epoch seconds", "minimum": 0, "type": "integer" } }, "required": [ "environment", "dataset", "traceId" ], "type": "object" }

You must be authenticated.

Other Tools from hny-mcp

Related Tools

ID: 8zeou4ict1