mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Span intrinsics * Update intrinsics and add to span details * Remove intrinsics section * Update tests * Update status code text * Self review * Move previously intrinsic values to span * Remove few methods
7 lines
244 B
TypeScript
7 lines
244 B
TypeScript
export const KIND = 'kind';
|
|
export const STATUS = 'status';
|
|
export const STATUS_MESSAGE = 'status.message';
|
|
export const LIBRARY_NAME = 'library.name';
|
|
export const LIBRARY_VERSION = 'library.version';
|
|
export const TRACE_STATE = 'trace.state';
|