Versions in this module Expand all Collapse all v1 v1.6.65 Sep 23, 2024 v1.6.64 Sep 13, 2024 v1.6.4 Sep 13, 2024 Changes in this version + const CAPTURE_NIC_CHOST + const CAPTURE_NIC_HOST + const CAPTURE_NIC_POD_NODE + const CHOST_HOSTNAME + const CHOST_IP + const COLUMN_SCHEMA_TYPE_METRICS + const COLUMN_SCHEMA_TYPE_TAG + const DEFAULT_ORG_ID + const FAIL + const HEADER_KEY_X_ORG_ID + const HOST_HOSTNAME + const HOST_IP + const INVALID_PARAMETERS + const INVALID_POST_DATA + const NO_LIMIT + const PARAMETER_ILLEGAL + const POD_NODE_HOSTNAME + const POD_NODE_IP + const RESOURCE_ALREADY_EXIST + const RESOURCE_NOT_FOUND + const RESOURCE_NUM_EXCEEDED + const SELECTED_RESOURCES_NUM_EXCEEDED + const SERVER_ERROR + const SUCCESS + const TAP_PORT_CHOST + const TAP_PORT_HOST + const TAP_PORT_POD_NODE + var PEER_TABLES = []string + var TRANS_MAP_ITEM_TAG = map[string]string + func IsValueInSliceString(value string, list []string) bool + func LoadDbDescriptions(dir string) (map[string]interface{}, error) + func NewError(status string, message string) error + func TransMapItem(name, table string) (nameNoPreffix string, nameNoSuffix string, transKey string) + type ColumnSchema struct + LabelType string + Name string + PreAS string + Type int + Unit string + ValueType string + func NewColumnSchema(name, preAS, labelType string) *ColumnSchema + func (c *ColumnSchema) ToMap() map[string]interface{} + type ColumnSchemas []*ColumnSchema + func (c *ColumnSchemas) ToArray() []interface{} + type EntryKey struct + Filter string + ORGID string + type EntryValue struct + Filter string + Time time.Time + type KeyValue struct + Key string + Value string + type QuerierParams struct + Context context.Context + DB string + DataSource string + Debug string + NoPreWhere bool + ORGID string + QueryCacheTTL string + QueryUUID string + SimpleSql bool + Sql string + UseQueryCache bool + type Result struct + Columns []interface{} + Schemas ColumnSchemas + Values []interface{} + func (r *Result) ToJson() map[string]interface{} + type ServiceError struct + Message string + Status string + func (e *ServiceError) Error() string + type TempoParams struct + Context context.Context + Debug string + EndTime string + Filters []*KeyValue + Limit string + MaxDuration string + MinDuration string + StartTime string + TagName string + TraceId string + func (p *TempoParams) SetFilters(filterStr string)