dbsystem

package
v0.47.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 0 Imported by: 0

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

func FromDriverName(name string) (Name, bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL