Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Name ¶
type Name string
Name identifies the DBMS for the db.system span attribute. Use one of the provided constants, or a custom value that matches the Sentry Queries module expectations.
const ( PostgreSQL Name = "postgresql" MySQL Name = "mysql" MariaDB Name = "mariadb" SQLite Name = "sqlite" MSSQL Name = "mssql" Oracle Name = "oracle" Clickhouse Name = "clickhouse" Snowflake Name = "snowflake" )
Known system names. This is not exhaustive; pass a custom string via Name("…") for databases not listed here.
func FromDriverName ¶
Click to show internal directories.
Click to hide internal directories.