Standard OpenTracing semantic tag name constants.
Definition in file tags.hpp.
Go to the source code of this file.
#include <string>
|
| namespace | tracing |
| | Distributed tracing helpers and identifiers.
|
| |
|
|
const std::string | tracing::kType |
| |
|
const std::string | tracing::kSpanKind |
| |
|
const std::string | tracing::kSpanKindServer |
| |
|
const std::string | tracing::kSpanKindClient |
| |
|
const std::string | tracing::kSpanKindInternal |
| |
|
const std::string | tracing::kHttpUrl |
| |
|
const std::string | tracing::kUrlFull |
| |
|
const std::string | tracing::kHttpUrlTemplate |
| |
|
const std::string | tracing::kHttpMetaType |
| |
|
const std::string | tracing::kHttpMethod |
| |
|
const std::string | tracing::kHttpRequestMethod |
| |
|
const std::string | tracing::kHttpRoute |
| |
|
const std::string | tracing::kHttpStatusCode |
| |
|
const std::string | tracing::kHttpResponseStatusCode |
| |
|
const std::string | tracing::kAttempts |
| |
|
const std::string | tracing::kMaxAttempts |
| |
|
const std::string | tracing::kTimeoutMs |
| |
|
const std::string | tracing::kErrorFlag |
| |
|
const std::string | tracing::kErrorMessage |
| |
|
const std::string | tracing::kRpcSystem |
| |
|
const std::string | tracing::kRpcService |
| |
|
const std::string | tracing::kRpcMethod |
| |
|
const std::string | tracing::kGrpcCode |
| |
|
const std::string | tracing::kDatabaseType |
| |
|
const std::string | tracing::kDatabaseMongoType |
| |
|
const std::string | tracing::kDatabasePostgresType |
| |
|
const std::string | tracing::kDatabaseRedisType |
| |
|
const std::string | tracing::kDatabaseCollection |
| |
|
const std::string | tracing::kDatabaseInstance |
| |
|
const std::string | tracing::kDatabaseStatement |
| |
|
const std::string | tracing::kDatabaseStatementName |
| |
|
const std::string | tracing::kDatabaseStatementDescription |
| |
|
const std::string | tracing::kPeerAddress |
| |
|
const std::string | tracing::kServerAddress |
| |
|
const std::string | tracing::kUserAgent |
| |