Firetiger Query

Use when querying Firetiger telemetry with SQL — finding traces, searching logs, inspecting metrics, locating errors or slow requests, computing latency percentiles, aggregating observability data, or querying a connected source (Postgres, MySQL, ClickHouse, Datadog, Prometheus, GCP Monitoring) through the Firetiger MCP `query` tool. Always use this skill before writing a Firetiger query — it carries the critical gotchas (slashed table names must be quoted, duration is computed not stored, status codes are integers, attributes are structs not maps, fully-qualify "connections/{name}".table to reach a connected source) that make queries succeed.

firetiger-oss aabdf32 5 files · 27.3 KB Updated

File contents

firetiger-oss/cursor-plugin/tree/main/skills/firetiger-query commit aabdf32edf

Frequently asked questions

npx skillmds@latest add firetiger-oss/firetiger-query