Better Stack

telemetry_chart

Execute a ClickHouse SQL query and display the result as a line chart. Query instructions (column aliases, time granularity, data access patterns) are in: - `telemetry_get_query_instructions_tool` — logs and spans - `telemetry_get_errors_query_instructions_tool` — errors - `telemetry_get_metrics_query_instructions_tool` — metrics

Remote betterstack

Other tools also called telemetry_chart? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "host": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "query": {
      "type": "string",
      "description": "The SQL query to execute"
    },
    "table": {
      "type": "string",
      "description": "Table name, ie. `t123.my_source`"
    },
    "password": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "source_id": {
      "type": "number",
      "description": "Source ID"
    }
  }
}