You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# A collector defining standard metrics for Microsoft SQL Server.
#
# It is required that the SQL Server user has the following permissions:
#
# GRANT VIEW ANY DEFINITION TO
# GRANT VIEW SERVER STATE TO
#
collector_name: starrocks_collector
# Similar to global.min_interval, but applies to the queries defined by this collector only.
#min_interval: 0s
metrics:
- metric_name: TEST_metrics
type: counter
help: 'TEST_metrics test.'
key_labels:
- store
values:
- res
query: |
select 123 as res,
'Peter' as name;
The text was updated successfully, but these errors were encountered:
error report:
prepare query failed: Error 1064: Unsupported command(COM_STMT_PREPARE)
there is my config yml
collector.yml
The text was updated successfully, but these errors were encountered: