How to monitore Cassandra queries in the Dotnet Agent?

Kibana version: v 7.5.0

Elasticsearch version: v 7.5.0

APM Server version: v 7.5.0

APM Agent language and version: Dotnet 1.2.0

Browser version: Chrome 78.0.3904.108 (Official Build) (64-bit)

Original install method (e.g. download page, yum, deb, from source, etc.) and version: ECK 1.0

Fresh install or upgraded from other version? Fresh install

Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):
I made the settings for APM with Dotnet Agent. GET / POST requests are being monitored, but queries to the Cassandra database do not appear in monitoring.

Steps to reproduce:

  1. Configure the agent according to the documentation: https://www.elastic.co/guide/en/apm/agent/dotnet/current/configuration-on-asp-net-core.html
  2. Start the application
  3. Make any request that evolve queries

Screenshots

Hi @willsilvano,

we don't really have support for Cassandra yet, or at least we don't test for it at the moment.

What library do you use to access Cassandra?

Regards,
Greg

1 Like

Hi @GregKalapos, thanks for your attention.

I'm using this package to work with Cassandra:

CassandraCSharpDriver - 3.4.1

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.