The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBIx::OpenTracing::Constants - name for use with DBIx::OpenTracing

SYNOPSIS

use DBIx::OpenTracing::Constants ':ALL';

DBIx::OpenTracing->hide_tags(DB_TAG_SQL);

EXPORTED CONSTANTS

This module exports the following constants (:ALL tag is supported to get them all):

DB_TAG_TYPE

The database type (usually "sql").

DB_TAG_SQL

The SQL statement of the current query.

DB_TAG_BIND

Bind values of the current query.

DB_TAG_USER

Username used to connect to database.

DB_TAG_DBNAME

The database name.

DB_TAG_ROWS

Number of rows returned by the query.

DB_TAGS_ALL

A list with all possible tag names.