SpanTagNames.DatabaseType field

Database type. For any SQL database,

sql

. For others, the lower-case database category, e.g.

cassandra

,

hbase

, or

redis

.

public const string DatabaseType;

See Also