Skip to content

Commit 4357e7b

Browse files
ioanarmsd2k
andauthored
Update tools/loki.go
Co-authored-by: Ben Sully <[email protected]>
1 parent 91dafd4 commit 4357e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/loki.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ func queryLokiLogs(ctx context.Context, args QueryLokiLogsParams) ([]LogEntry, e
448448
// QueryLokiLogs is a tool for querying logs from Loki
449449
var QueryLokiLogs = mcpgrafana.MustTool(
450450
"query_loki_logs",
451-
"Query and retrieve log entries or metric values from a Loki datasource using LogQL. Returns either log lines or numeric values with timestamps and labels. Use query_loki_stats first to check stream size, then list_loki_label_names/values to verify labels exist. Supports full LogQL syntax including both log queries and metric queries (e.g., rate, count_over_time).",
451+
"Query and retrieve log entries or metric values from a Loki datasource using LogQL. Returns either log lines or numeric values with timestamps and labels. Use `query_loki_stats` first to check stream size, then `list_loki_label_names` and `list_loki_label_values` to verify labels exist. Supports full LogQL syntax including both log queries and metric queries (e.g., rate, count_over_time).",
452452
queryLokiLogs,
453453
)
454454

0 commit comments

Comments
 (0)