Defines string constants for common span tags.
public static class SpanTagNames
| name | description |
|---|---|
| const DatabaseInstance | Database instance name. |
| const DatabaseStatement | A database statement for the given database type. |
| const DatabaseType | Database type. For any SQL database, |
| const HttpHost | The HTTP server host name. |
| const HttpMethod | HTTP method of the request for the associated Span. |
| const HttpPath | The path of the HTTP request. |
| const HttpStatusCode | HTTP response status code for the associated Span. |
| const HttpUrl | URL of the request being handled in this segment of the trace, in standard URI format. |
| const Operation | Operation name, a human-readable string which concisely represents the work done by the Span. |
| const Service | The application or service generating this Span. |
See OpenTracing Semantic Conventions.