Better Stack
telemetry_query
Execute a ClickHouse SQL query to retrieve logs, traces/spans, errors, and metrics from telemetry data. - **IMPORANT**: Use `telemetry_get_query_instructions_tool` to get instructions on how to create the correct query for logs and spans - **IMPORANT**: Use `telemetry_get_errors_query_instructions_tool` to get instructions on how to create the correct query for errors - **IMPORANT**: Use `telemetry_get_metrics_query_instructions_tool` to get instructions on how to create the correct query for metrics
Remote betterstack
Other tools also called telemetry_query?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"host": {
"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"
}
}
}