D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
explore
/
TraceView
/
components
/
constants
/
Filename :
span.ts
back
Copy
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'; export const ID = 'id';