Error while adding scylladb as datasource on Grafana

Hi Team,

I am trying to add scylladb as datasource on Grafana(Scylladb Monitoring Stack). But Getting error “gocql: unable to create session: unable to discover protocol version: authentication required (using “org.apache.cassandra.auth.PasswordAuthenticator”)”. Could you please help me to resolve this error.

I am trying to trace the query response on Grafana dashboard.

Thanks

See Deploying Scylla Monitoring Stack Without Docker | ScyllaDB Docs - there’s a datasource.yml file you may use to specify credentials.

The error suggests an authentication problem between Grafana and ScyllaDB. Ensure you have the correct username and password set up in Grafana under the ScyllaDB datasource configuration.