Compare commits
84 Commits
feature/ta
...
fix/query-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0a2f64ebe | ||
|
|
e0582f6edb | ||
|
|
7c05113d8e | ||
|
|
de366c7ef6 | ||
|
|
8c5f56abd7 | ||
|
|
5820b0ba46 | ||
|
|
1e2dd240a5 | ||
|
|
b79ff25682 | ||
|
|
6d1d48e156 | ||
|
|
62c56d2150 | ||
|
|
aa544f52f3 | ||
|
|
996080aaf8 | ||
|
|
200b714306 | ||
|
|
467e8ff288 | ||
|
|
2dae184976 | ||
|
|
af7f1def55 | ||
|
|
f30d95fd5f | ||
|
|
78b4f2c698 | ||
|
|
54c1874cc2 | ||
|
|
b01f95452f | ||
|
|
04d49fceef | ||
|
|
82851e79db | ||
|
|
b1da482b2c | ||
|
|
0c9f06850a | ||
|
|
7e18087db6 | ||
|
|
b8414ad715 | ||
|
|
43f8c2dce6 | ||
|
|
50849815d5 | ||
|
|
3a38e3fff6 | ||
|
|
69d1ab3813 | ||
|
|
dc8ef8fa06 | ||
|
|
6c69dc4a0b | ||
|
|
7254772e70 | ||
|
|
3e72d3fd02 | ||
|
|
656d9a11ad | ||
|
|
6afd9258d2 | ||
|
|
d140475a80 | ||
|
|
99f5acff1d | ||
|
|
8669d94e9c | ||
|
|
5eaba94528 | ||
|
|
4a4400170f | ||
|
|
6afea4e075 | ||
|
|
b5513a2e8a | ||
|
|
307710fc5a | ||
|
|
9d94fd31b6 | ||
|
|
66e8f00749 | ||
|
|
5f28e707d1 | ||
|
|
b6f6a31ab5 | ||
|
|
f9c16b79d5 | ||
|
|
b6322fe417 | ||
|
|
8b48b955c0 | ||
|
|
a3f5f57756 | ||
|
|
cf73451020 | ||
|
|
ece8976dce | ||
|
|
d94f3a4f34 | ||
|
|
6e6e57c243 | ||
|
|
2c54354427 | ||
|
|
4c93597b6f | ||
|
|
165c14d350 | ||
|
|
bee36ee928 | ||
|
|
1eca60e9c4 | ||
|
|
2e6a6ea286 | ||
|
|
872f887646 | ||
|
|
b182bf8199 | ||
|
|
7ae62936ab | ||
|
|
0f38114b75 | ||
|
|
5aa4ae1261 | ||
|
|
a43cca9460 | ||
|
|
619146699b | ||
|
|
fcadb89f55 | ||
|
|
c43ddbc5a2 | ||
|
|
aeb0cc850f | ||
|
|
91df27861f | ||
|
|
789692953b | ||
|
|
ba2ed3ad22 | ||
|
|
eb3dfbf63b | ||
|
|
c3e048470d | ||
|
|
4563ff0e62 | ||
|
|
c9e48b6de9 | ||
|
|
06ef9ff384 | ||
|
|
26d55875f5 | ||
|
|
b1864ee328 | ||
|
|
8b62c8dced | ||
|
|
273452352d |
@@ -194,6 +194,7 @@ services:
|
|||||||
- TELEMETRY_ENABLED=true
|
- TELEMETRY_ENABLED=true
|
||||||
- DEPLOYMENT_TYPE=docker-swarm
|
- DEPLOYMENT_TYPE=docker-swarm
|
||||||
- SIGNOZ_JWT_SECRET=secret
|
- SIGNOZ_JWT_SECRET=secret
|
||||||
|
- DOT_METRICS_ENABLED=true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
|
|||||||
@@ -135,6 +135,7 @@ services:
|
|||||||
- GODEBUG=netdns=go
|
- GODEBUG=netdns=go
|
||||||
- TELEMETRY_ENABLED=true
|
- TELEMETRY_ENABLED=true
|
||||||
- DEPLOYMENT_TYPE=docker-swarm
|
- DEPLOYMENT_TYPE=docker-swarm
|
||||||
|
- DOT_METRICS_ENABLED=true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ processors:
|
|||||||
detectors: [env, system]
|
detectors: [env, system]
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
signozspanmetrics/delta:
|
signozspanmetrics/delta:
|
||||||
metrics_exporter: clickhousemetricswrite, signozclickhousemetrics
|
metrics_exporter: signozclickhousemetrics
|
||||||
metrics_flush_interval: 60s
|
metrics_flush_interval: 60s
|
||||||
latency_histogram_buckets: [100us, 1ms, 2ms, 6ms, 10ms, 50ms, 100ms, 250ms, 500ms, 1000ms, 1400ms, 2000ms, 5s, 10s, 20s, 40s, 60s ]
|
latency_histogram_buckets: [100us, 1ms, 2ms, 6ms, 10ms, 50ms, 100ms, 250ms, 500ms, 1000ms, 1400ms, 2000ms, 5s, 10s, 20s, 40s, 60s ]
|
||||||
dimensions_cache_size: 100000
|
dimensions_cache_size: 100000
|
||||||
@@ -60,14 +60,6 @@ exporters:
|
|||||||
datasource: tcp://clickhouse:9000/signoz_traces
|
datasource: tcp://clickhouse:9000/signoz_traces
|
||||||
low_cardinal_exception_grouping: ${env:LOW_CARDINAL_EXCEPTION_GROUPING}
|
low_cardinal_exception_grouping: ${env:LOW_CARDINAL_EXCEPTION_GROUPING}
|
||||||
use_new_schema: true
|
use_new_schema: true
|
||||||
clickhousemetricswrite:
|
|
||||||
endpoint: tcp://clickhouse:9000/signoz_metrics
|
|
||||||
resource_to_telemetry_conversion:
|
|
||||||
enabled: true
|
|
||||||
disable_v2: true
|
|
||||||
clickhousemetricswrite/prometheus:
|
|
||||||
endpoint: tcp://clickhouse:9000/signoz_metrics
|
|
||||||
disable_v2: true
|
|
||||||
signozclickhousemetrics:
|
signozclickhousemetrics:
|
||||||
dsn: tcp://clickhouse:9000/signoz_metrics
|
dsn: tcp://clickhouse:9000/signoz_metrics
|
||||||
clickhouselogsexporter:
|
clickhouselogsexporter:
|
||||||
@@ -89,11 +81,11 @@ service:
|
|||||||
metrics:
|
metrics:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters: [clickhousemetricswrite, signozclickhousemetrics]
|
exporters: [signozclickhousemetrics]
|
||||||
metrics/prometheus:
|
metrics/prometheus:
|
||||||
receivers: [prometheus]
|
receivers: [prometheus]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters: [clickhousemetricswrite/prometheus, signozclickhousemetrics]
|
exporters: [signozclickhousemetrics]
|
||||||
logs:
|
logs:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
|
|||||||
@@ -197,6 +197,7 @@ services:
|
|||||||
- GODEBUG=netdns=go
|
- GODEBUG=netdns=go
|
||||||
- TELEMETRY_ENABLED=true
|
- TELEMETRY_ENABLED=true
|
||||||
- DEPLOYMENT_TYPE=docker-standalone-amd
|
- DEPLOYMENT_TYPE=docker-standalone-amd
|
||||||
|
- DOT_METRICS_ENABLED=true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
|
|||||||
@@ -130,6 +130,7 @@ services:
|
|||||||
- GODEBUG=netdns=go
|
- GODEBUG=netdns=go
|
||||||
- TELEMETRY_ENABLED=true
|
- TELEMETRY_ENABLED=true
|
||||||
- DEPLOYMENT_TYPE=docker-standalone-amd
|
- DEPLOYMENT_TYPE=docker-standalone-amd
|
||||||
|
- DOT_METRICS_ENABLED=true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ processors:
|
|||||||
detectors: [env, system]
|
detectors: [env, system]
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
signozspanmetrics/delta:
|
signozspanmetrics/delta:
|
||||||
metrics_exporter: clickhousemetricswrite, signozclickhousemetrics
|
metrics_exporter: signozclickhousemetrics
|
||||||
metrics_flush_interval: 60s
|
metrics_flush_interval: 60s
|
||||||
latency_histogram_buckets: [100us, 1ms, 2ms, 6ms, 10ms, 50ms, 100ms, 250ms, 500ms, 1000ms, 1400ms, 2000ms, 5s, 10s, 20s, 40s, 60s ]
|
latency_histogram_buckets: [100us, 1ms, 2ms, 6ms, 10ms, 50ms, 100ms, 250ms, 500ms, 1000ms, 1400ms, 2000ms, 5s, 10s, 20s, 40s, 60s ]
|
||||||
dimensions_cache_size: 100000
|
dimensions_cache_size: 100000
|
||||||
@@ -60,14 +60,6 @@ exporters:
|
|||||||
datasource: tcp://clickhouse:9000/signoz_traces
|
datasource: tcp://clickhouse:9000/signoz_traces
|
||||||
low_cardinal_exception_grouping: ${env:LOW_CARDINAL_EXCEPTION_GROUPING}
|
low_cardinal_exception_grouping: ${env:LOW_CARDINAL_EXCEPTION_GROUPING}
|
||||||
use_new_schema: true
|
use_new_schema: true
|
||||||
clickhousemetricswrite:
|
|
||||||
endpoint: tcp://clickhouse:9000/signoz_metrics
|
|
||||||
disable_v2: true
|
|
||||||
resource_to_telemetry_conversion:
|
|
||||||
enabled: true
|
|
||||||
clickhousemetricswrite/prometheus:
|
|
||||||
endpoint: tcp://clickhouse:9000/signoz_metrics
|
|
||||||
disable_v2: true
|
|
||||||
signozclickhousemetrics:
|
signozclickhousemetrics:
|
||||||
dsn: tcp://clickhouse:9000/signoz_metrics
|
dsn: tcp://clickhouse:9000/signoz_metrics
|
||||||
clickhouselogsexporter:
|
clickhouselogsexporter:
|
||||||
@@ -89,11 +81,11 @@ service:
|
|||||||
metrics:
|
metrics:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters: [clickhousemetricswrite, signozclickhousemetrics]
|
exporters: [signozclickhousemetrics]
|
||||||
metrics/prometheus:
|
metrics/prometheus:
|
||||||
receivers: [prometheus]
|
receivers: [prometheus]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters: [clickhousemetricswrite/prometheus, signozclickhousemetrics]
|
exporters: [signozclickhousemetrics]
|
||||||
logs:
|
logs:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ __Table of Contents__
|
|||||||
- [Prerequisites](#prerequisites-1)
|
- [Prerequisites](#prerequisites-1)
|
||||||
- [Install Helm Repo and Charts](#install-helm-repo-and-charts)
|
- [Install Helm Repo and Charts](#install-helm-repo-and-charts)
|
||||||
- [Start the OpenTelemetry Demo App](#start-the-opentelemetry-demo-app-1)
|
- [Start the OpenTelemetry Demo App](#start-the-opentelemetry-demo-app-1)
|
||||||
- [Moniitor with SigNoz (Kubernetes)](#monitor-with-signoz-kubernetes)
|
- [Monitor with SigNoz (Kubernetes)](#monitor-with-signoz-kubernetes)
|
||||||
- [What's next](#whats-next)
|
- [What's next](#whats-next)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -203,17 +203,6 @@ func NewServer(config signoz.Config, signoz *signoz.SigNoz, jwt *authtypes.JWT)
|
|||||||
&opAmpModel.AllAgents, agentConfMgr, signoz.Instrumentation,
|
&opAmpModel.AllAgents, agentConfMgr, signoz.Instrumentation,
|
||||||
)
|
)
|
||||||
|
|
||||||
orgs, err := apiHandler.Signoz.Modules.OrgGetter.ListByOwnedKeyRange(context.Background())
|
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
for _, org := range orgs {
|
|
||||||
errorList := reader.PreloadMetricsMetadata(context.Background(), org.ID)
|
|
||||||
for _, er := range errorList {
|
|
||||||
zap.L().Error("failed to preload metrics metadata", zap.Error(er))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return s, nil
|
return s, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import (
|
|||||||
"github.com/SigNoz/signoz/ee/licensing"
|
"github.com/SigNoz/signoz/ee/licensing"
|
||||||
"github.com/SigNoz/signoz/ee/licensing/httplicensing"
|
"github.com/SigNoz/signoz/ee/licensing/httplicensing"
|
||||||
"github.com/SigNoz/signoz/ee/query-service/app"
|
"github.com/SigNoz/signoz/ee/query-service/app"
|
||||||
|
"github.com/SigNoz/signoz/ee/sqlschema/postgressqlschema"
|
||||||
"github.com/SigNoz/signoz/ee/sqlstore/postgressqlstore"
|
"github.com/SigNoz/signoz/ee/sqlstore/postgressqlstore"
|
||||||
"github.com/SigNoz/signoz/ee/zeus"
|
"github.com/SigNoz/signoz/ee/zeus"
|
||||||
"github.com/SigNoz/signoz/ee/zeus/httpzeus"
|
"github.com/SigNoz/signoz/ee/zeus/httpzeus"
|
||||||
@@ -21,6 +22,7 @@ import (
|
|||||||
"github.com/SigNoz/signoz/pkg/modules/organization"
|
"github.com/SigNoz/signoz/pkg/modules/organization"
|
||||||
baseconst "github.com/SigNoz/signoz/pkg/query-service/constants"
|
baseconst "github.com/SigNoz/signoz/pkg/query-service/constants"
|
||||||
"github.com/SigNoz/signoz/pkg/signoz"
|
"github.com/SigNoz/signoz/pkg/signoz"
|
||||||
|
"github.com/SigNoz/signoz/pkg/sqlschema"
|
||||||
"github.com/SigNoz/signoz/pkg/sqlstore"
|
"github.com/SigNoz/signoz/pkg/sqlstore"
|
||||||
"github.com/SigNoz/signoz/pkg/sqlstore/sqlstorehook"
|
"github.com/SigNoz/signoz/pkg/sqlstore/sqlstorehook"
|
||||||
"github.com/SigNoz/signoz/pkg/types/authtypes"
|
"github.com/SigNoz/signoz/pkg/types/authtypes"
|
||||||
@@ -145,6 +147,14 @@ func main() {
|
|||||||
signoz.NewEmailingProviderFactories(),
|
signoz.NewEmailingProviderFactories(),
|
||||||
signoz.NewCacheProviderFactories(),
|
signoz.NewCacheProviderFactories(),
|
||||||
signoz.NewWebProviderFactories(),
|
signoz.NewWebProviderFactories(),
|
||||||
|
func(sqlstore sqlstore.SQLStore) factory.NamedMap[factory.ProviderFactory[sqlschema.SQLSchema, sqlschema.Config]] {
|
||||||
|
existingFactories := signoz.NewSQLSchemaProviderFactories(sqlstore)
|
||||||
|
if err := existingFactories.Add(postgressqlschema.NewFactory(sqlstore)); err != nil {
|
||||||
|
zap.L().Fatal("Failed to add postgressqlschema factory", zap.Error(err))
|
||||||
|
}
|
||||||
|
|
||||||
|
return existingFactories
|
||||||
|
},
|
||||||
sqlStoreFactories,
|
sqlStoreFactories,
|
||||||
signoz.NewTelemetryStoreProviderFactories(),
|
signoz.NewTelemetryStoreProviderFactories(),
|
||||||
)
|
)
|
||||||
|
|||||||
36
ee/sqlschema/postgressqlschema/formatter.go
Normal file
36
ee/sqlschema/postgressqlschema/formatter.go
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
package postgressqlschema
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
"github.com/SigNoz/signoz/pkg/sqlschema"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Formatter struct {
|
||||||
|
sqlschema.Formatter
|
||||||
|
}
|
||||||
|
|
||||||
|
func (formatter Formatter) SQLDataTypeOf(dataType sqlschema.DataType) string {
|
||||||
|
if dataType == sqlschema.DataTypeTimestamp {
|
||||||
|
return "TIMESTAMPTZ"
|
||||||
|
}
|
||||||
|
|
||||||
|
return strings.ToUpper(dataType.String())
|
||||||
|
}
|
||||||
|
|
||||||
|
func (formatter Formatter) DataTypeOf(dataType string) sqlschema.DataType {
|
||||||
|
switch strings.ToUpper(dataType) {
|
||||||
|
case "TIMESTAMPTZ", "TIMESTAMP", "TIMESTAMP WITHOUT TIME ZONE", "TIMESTAMP WITH TIME ZONE":
|
||||||
|
return sqlschema.DataTypeTimestamp
|
||||||
|
case "INT8":
|
||||||
|
return sqlschema.DataTypeBigInt
|
||||||
|
case "INT2", "INT4", "SMALLINT", "INTEGER":
|
||||||
|
return sqlschema.DataTypeInteger
|
||||||
|
case "BOOL", "BOOLEAN":
|
||||||
|
return sqlschema.DataTypeBoolean
|
||||||
|
case "VARCHAR", "CHARACTER VARYING", "CHARACTER":
|
||||||
|
return sqlschema.DataTypeText
|
||||||
|
}
|
||||||
|
|
||||||
|
return formatter.Formatter.DataTypeOf(dataType)
|
||||||
|
}
|
||||||
285
ee/sqlschema/postgressqlschema/provider.go
Normal file
285
ee/sqlschema/postgressqlschema/provider.go
Normal file
@@ -0,0 +1,285 @@
|
|||||||
|
package postgressqlschema
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/SigNoz/signoz/pkg/factory"
|
||||||
|
"github.com/SigNoz/signoz/pkg/sqlschema"
|
||||||
|
"github.com/SigNoz/signoz/pkg/sqlstore"
|
||||||
|
"github.com/uptrace/bun"
|
||||||
|
)
|
||||||
|
|
||||||
|
type provider struct {
|
||||||
|
settings factory.ScopedProviderSettings
|
||||||
|
fmter sqlschema.SQLFormatter
|
||||||
|
sqlstore sqlstore.SQLStore
|
||||||
|
operator sqlschema.SQLOperator
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewFactory(sqlstore sqlstore.SQLStore) factory.ProviderFactory[sqlschema.SQLSchema, sqlschema.Config] {
|
||||||
|
return factory.NewProviderFactory(factory.MustNewName("postgres"), func(ctx context.Context, providerSettings factory.ProviderSettings, config sqlschema.Config) (sqlschema.SQLSchema, error) {
|
||||||
|
return New(ctx, providerSettings, config, sqlstore)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func New(ctx context.Context, providerSettings factory.ProviderSettings, config sqlschema.Config, sqlstore sqlstore.SQLStore) (sqlschema.SQLSchema, error) {
|
||||||
|
settings := factory.NewScopedProviderSettings(providerSettings, "github.com/SigNoz/signoz/pkg/sqlschema/postgressqlschema")
|
||||||
|
fmter := Formatter{Formatter: sqlschema.NewFormatter(sqlstore.BunDB().Dialect())}
|
||||||
|
|
||||||
|
return &provider{
|
||||||
|
sqlstore: sqlstore,
|
||||||
|
fmter: fmter,
|
||||||
|
settings: settings,
|
||||||
|
operator: sqlschema.NewOperator(fmter, sqlschema.OperatorSupport{
|
||||||
|
DropConstraint: true,
|
||||||
|
ColumnIfNotExistsExists: true,
|
||||||
|
AlterColumnSetNotNull: true,
|
||||||
|
}),
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (provider *provider) Formatter() sqlschema.SQLFormatter {
|
||||||
|
return provider.fmter
|
||||||
|
}
|
||||||
|
|
||||||
|
func (provider *provider) Operator() sqlschema.SQLOperator {
|
||||||
|
return provider.operator
|
||||||
|
}
|
||||||
|
|
||||||
|
func (provider *provider) GetTable(ctx context.Context, tableName sqlschema.TableName) (*sqlschema.Table, []*sqlschema.UniqueConstraint, error) {
|
||||||
|
rows, err := provider.
|
||||||
|
sqlstore.
|
||||||
|
BunDB().
|
||||||
|
QueryContext(ctx, `
|
||||||
|
SELECT
|
||||||
|
c.column_name,
|
||||||
|
c.is_nullable = 'YES',
|
||||||
|
c.udt_name,
|
||||||
|
c.column_default
|
||||||
|
FROM
|
||||||
|
information_schema.columns AS c
|
||||||
|
WHERE
|
||||||
|
c.table_name = ?`, string(tableName))
|
||||||
|
if err != nil {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
defer func() {
|
||||||
|
if err := rows.Close(); err != nil {
|
||||||
|
provider.settings.Logger().ErrorContext(ctx, "error closing rows", "error", err)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
|
columns := make([]*sqlschema.Column, 0)
|
||||||
|
for rows.Next() {
|
||||||
|
var (
|
||||||
|
name string
|
||||||
|
sqlDataType string
|
||||||
|
nullable bool
|
||||||
|
defaultVal *string
|
||||||
|
)
|
||||||
|
if err := rows.Scan(&name, &nullable, &sqlDataType, &defaultVal); err != nil {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
columnDefault := ""
|
||||||
|
if defaultVal != nil {
|
||||||
|
columnDefault = *defaultVal
|
||||||
|
}
|
||||||
|
|
||||||
|
columns = append(columns, &sqlschema.Column{
|
||||||
|
Name: sqlschema.ColumnName(name),
|
||||||
|
Nullable: nullable,
|
||||||
|
DataType: provider.fmter.DataTypeOf(sqlDataType),
|
||||||
|
Default: columnDefault,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
constraintsRows, err := provider.
|
||||||
|
sqlstore.
|
||||||
|
BunDB().
|
||||||
|
QueryContext(ctx, `
|
||||||
|
SELECT
|
||||||
|
c.column_name,
|
||||||
|
constraint_name,
|
||||||
|
constraint_type
|
||||||
|
FROM
|
||||||
|
information_schema.table_constraints tc
|
||||||
|
JOIN information_schema.constraint_column_usage AS ccu USING (constraint_schema, constraint_catalog, table_name, constraint_name)
|
||||||
|
JOIN information_schema.columns AS c ON c.table_schema = tc.constraint_schema AND tc.table_name = c.table_name AND ccu.column_name = c.column_name
|
||||||
|
WHERE
|
||||||
|
c.table_name = ?`, string(tableName))
|
||||||
|
if err != nil {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
defer func() {
|
||||||
|
if err := constraintsRows.Close(); err != nil {
|
||||||
|
provider.settings.Logger().ErrorContext(ctx, "error closing rows", "error", err)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
|
var primaryKeyConstraint *sqlschema.PrimaryKeyConstraint
|
||||||
|
uniqueConstraintsMap := make(map[string]*sqlschema.UniqueConstraint)
|
||||||
|
for constraintsRows.Next() {
|
||||||
|
var (
|
||||||
|
name string
|
||||||
|
constraintName string
|
||||||
|
constraintType string
|
||||||
|
)
|
||||||
|
|
||||||
|
if err := constraintsRows.Scan(&name, &constraintName, &constraintType); err != nil {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if constraintType == "PRIMARY KEY" {
|
||||||
|
if primaryKeyConstraint == nil {
|
||||||
|
primaryKeyConstraint = (&sqlschema.PrimaryKeyConstraint{
|
||||||
|
ColumnNames: []sqlschema.ColumnName{sqlschema.ColumnName(name)},
|
||||||
|
}).Named(constraintName).(*sqlschema.PrimaryKeyConstraint)
|
||||||
|
} else {
|
||||||
|
primaryKeyConstraint.ColumnNames = append(primaryKeyConstraint.ColumnNames, sqlschema.ColumnName(name))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if constraintType == "UNIQUE" {
|
||||||
|
if _, ok := uniqueConstraintsMap[constraintName]; !ok {
|
||||||
|
uniqueConstraintsMap[constraintName] = (&sqlschema.UniqueConstraint{
|
||||||
|
ColumnNames: []sqlschema.ColumnName{sqlschema.ColumnName(name)},
|
||||||
|
}).Named(constraintName).(*sqlschema.UniqueConstraint)
|
||||||
|
} else {
|
||||||
|
uniqueConstraintsMap[constraintName].ColumnNames = append(uniqueConstraintsMap[constraintName].ColumnNames, sqlschema.ColumnName(name))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
foreignKeyConstraintsRows, err := provider.
|
||||||
|
sqlstore.
|
||||||
|
BunDB().
|
||||||
|
QueryContext(ctx, `
|
||||||
|
SELECT
|
||||||
|
tc.constraint_name,
|
||||||
|
kcu.table_name AS referencing_table,
|
||||||
|
kcu.column_name AS referencing_column,
|
||||||
|
ccu.table_name AS referenced_table,
|
||||||
|
ccu.column_name AS referenced_column
|
||||||
|
FROM
|
||||||
|
information_schema.key_column_usage kcu
|
||||||
|
JOIN information_schema.table_constraints tc ON kcu.constraint_name = tc.constraint_name AND kcu.table_schema = tc.table_schema
|
||||||
|
JOIN information_schema.constraint_column_usage ccu ON ccu.constraint_name = tc.constraint_name AND ccu.table_schema = tc.table_schema
|
||||||
|
WHERE
|
||||||
|
tc.constraint_type = ?
|
||||||
|
AND kcu.table_name = ?`, "FOREIGN KEY", string(tableName))
|
||||||
|
if err != nil {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
defer func() {
|
||||||
|
if err := foreignKeyConstraintsRows.Close(); err != nil {
|
||||||
|
provider.settings.Logger().ErrorContext(ctx, "error closing rows", "error", err)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
|
foreignKeyConstraints := make([]*sqlschema.ForeignKeyConstraint, 0)
|
||||||
|
for foreignKeyConstraintsRows.Next() {
|
||||||
|
var (
|
||||||
|
constraintName string
|
||||||
|
referencingTable string
|
||||||
|
referencingColumn string
|
||||||
|
referencedTable string
|
||||||
|
referencedColumn string
|
||||||
|
)
|
||||||
|
|
||||||
|
if err := foreignKeyConstraintsRows.Scan(&constraintName, &referencingTable, &referencingColumn, &referencedTable, &referencedColumn); err != nil {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
foreignKeyConstraints = append(foreignKeyConstraints, (&sqlschema.ForeignKeyConstraint{
|
||||||
|
ReferencingColumnName: sqlschema.ColumnName(referencingColumn),
|
||||||
|
ReferencedTableName: sqlschema.TableName(referencedTable),
|
||||||
|
ReferencedColumnName: sqlschema.ColumnName(referencedColumn),
|
||||||
|
}).Named(constraintName).(*sqlschema.ForeignKeyConstraint))
|
||||||
|
}
|
||||||
|
|
||||||
|
uniqueConstraints := make([]*sqlschema.UniqueConstraint, 0)
|
||||||
|
for _, uniqueConstraint := range uniqueConstraintsMap {
|
||||||
|
uniqueConstraints = append(uniqueConstraints, uniqueConstraint)
|
||||||
|
}
|
||||||
|
|
||||||
|
return &sqlschema.Table{
|
||||||
|
Name: tableName,
|
||||||
|
Columns: columns,
|
||||||
|
PrimaryKeyConstraint: primaryKeyConstraint,
|
||||||
|
ForeignKeyConstraints: foreignKeyConstraints,
|
||||||
|
}, uniqueConstraints, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (provider *provider) GetIndices(ctx context.Context, name sqlschema.TableName) ([]sqlschema.Index, error) {
|
||||||
|
rows, err := provider.
|
||||||
|
sqlstore.
|
||||||
|
BunDB().
|
||||||
|
QueryContext(ctx, `
|
||||||
|
SELECT
|
||||||
|
ct.relname AS table_name,
|
||||||
|
ci.relname AS index_name,
|
||||||
|
i.indisunique AS unique,
|
||||||
|
i.indisprimary AS primary,
|
||||||
|
a.attname AS column_name
|
||||||
|
FROM
|
||||||
|
pg_index i
|
||||||
|
LEFT JOIN pg_class ct ON ct.oid = i.indrelid
|
||||||
|
LEFT JOIN pg_class ci ON ci.oid = i.indexrelid
|
||||||
|
LEFT JOIN pg_attribute a ON a.attrelid = ct.oid
|
||||||
|
LEFT JOIN pg_constraint con ON con.conindid = i.indexrelid
|
||||||
|
WHERE
|
||||||
|
a.attnum = ANY(i.indkey)
|
||||||
|
AND con.oid IS NULL
|
||||||
|
AND ct.relkind = 'r'
|
||||||
|
AND ct.relname = ?`, string(name))
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
defer func() {
|
||||||
|
if err := rows.Close(); err != nil {
|
||||||
|
provider.settings.Logger().ErrorContext(ctx, "error closing rows", "error", err)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
|
uniqueIndicesMap := make(map[string]*sqlschema.UniqueIndex)
|
||||||
|
for rows.Next() {
|
||||||
|
var (
|
||||||
|
tableName string
|
||||||
|
indexName string
|
||||||
|
unique bool
|
||||||
|
primary bool
|
||||||
|
columnName string
|
||||||
|
)
|
||||||
|
|
||||||
|
if err := rows.Scan(&tableName, &indexName, &unique, &primary, &columnName); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if unique {
|
||||||
|
if _, ok := uniqueIndicesMap[indexName]; !ok {
|
||||||
|
uniqueIndicesMap[indexName] = &sqlschema.UniqueIndex{
|
||||||
|
TableName: name,
|
||||||
|
ColumnNames: []sqlschema.ColumnName{sqlschema.ColumnName(columnName)},
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
uniqueIndicesMap[indexName].ColumnNames = append(uniqueIndicesMap[indexName].ColumnNames, sqlschema.ColumnName(columnName))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
indices := make([]sqlschema.Index, 0)
|
||||||
|
for _, index := range uniqueIndicesMap {
|
||||||
|
indices = append(indices, index)
|
||||||
|
}
|
||||||
|
|
||||||
|
return indices, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (provider *provider) ToggleFKEnforcement(_ context.Context, _ bun.IDB, _ bool) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
|
ignorePatterns: ['src/parser/*.ts'],
|
||||||
env: {
|
env: {
|
||||||
browser: true,
|
browser: true,
|
||||||
es2021: true,
|
es2021: true,
|
||||||
|
|||||||
@@ -1,45 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@signozhq/table",
|
|
||||||
"version": "0.0.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"type": "module",
|
|
||||||
"exports": {
|
|
||||||
".": {
|
|
||||||
"types": "./dist/data-table.d.ts",
|
|
||||||
"import": "./dist/data-table.js"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"main": "./dist/data-table.js",
|
|
||||||
"module": "./dist/data-table.js",
|
|
||||||
"types": "./dist/data-table.d.ts",
|
|
||||||
"files": [
|
|
||||||
"dist"
|
|
||||||
],
|
|
||||||
"scripts": {
|
|
||||||
"build": "tsup",
|
|
||||||
"dev": "tsup --watch",
|
|
||||||
"lint": "eslint . --max-warnings 0",
|
|
||||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@radix-ui/react-icons": "^1.3.0",
|
|
||||||
"@radix-ui/react-slot": "^1.1.0",
|
|
||||||
"@tanstack/react-table": "^8.21.3",
|
|
||||||
"@tanstack/react-virtual": "^3.13.9",
|
|
||||||
"@types/lodash-es": "^4.17.12",
|
|
||||||
"class-variance-authority": "^0.7.0",
|
|
||||||
"clsx": "^2.1.1",
|
|
||||||
"lodash-es": "^4.17.21",
|
|
||||||
"lucide-react": "^0.445.0",
|
|
||||||
"tailwind-merge": "^2.5.2",
|
|
||||||
"tailwindcss-animate": "^1.0.7"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"react": "^18.2.0"
|
|
||||||
},
|
|
||||||
"publishConfig": {
|
|
||||||
"access": "public"
|
|
||||||
},
|
|
||||||
"description": "Table component with granular control using tanstack",
|
|
||||||
"yalcSig": "a82ce696abf1d0eaafed9c9884edbe12"
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
a82ce696abf1d0eaafed9c9884edbe12
|
|
||||||
@@ -28,6 +28,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/colors": "6.0.0",
|
"@ant-design/colors": "6.0.0",
|
||||||
"@ant-design/icons": "4.8.0",
|
"@ant-design/icons": "4.8.0",
|
||||||
|
"@codemirror/autocomplete": "6.18.6",
|
||||||
|
"@codemirror/lang-javascript": "6.2.3",
|
||||||
"@dnd-kit/core": "6.1.0",
|
"@dnd-kit/core": "6.1.0",
|
||||||
"@dnd-kit/modifiers": "7.0.0",
|
"@dnd-kit/modifiers": "7.0.0",
|
||||||
"@dnd-kit/sortable": "8.0.0",
|
"@dnd-kit/sortable": "8.0.0",
|
||||||
@@ -41,9 +43,10 @@
|
|||||||
"@sentry/react": "8.41.0",
|
"@sentry/react": "8.41.0",
|
||||||
"@sentry/webpack-plugin": "2.22.6",
|
"@sentry/webpack-plugin": "2.22.6",
|
||||||
"@signozhq/design-tokens": "1.1.4",
|
"@signozhq/design-tokens": "1.1.4",
|
||||||
"@signozhq/table": "file:.yalc/@signozhq/table",
|
|
||||||
"@tanstack/react-table": "8.20.6",
|
"@tanstack/react-table": "8.20.6",
|
||||||
"@tanstack/react-virtual": "3.11.2",
|
"@tanstack/react-virtual": "3.11.2",
|
||||||
|
"@uiw/codemirror-theme-copilot": "4.23.11",
|
||||||
|
"@uiw/react-codemirror": "4.23.10",
|
||||||
"@uiw/react-md-editor": "3.23.5",
|
"@uiw/react-md-editor": "3.23.5",
|
||||||
"@visx/group": "3.3.0",
|
"@visx/group": "3.3.0",
|
||||||
"@visx/hierarchy": "3.12.0",
|
"@visx/hierarchy": "3.12.0",
|
||||||
@@ -54,6 +57,7 @@
|
|||||||
"antd": "5.11.0",
|
"antd": "5.11.0",
|
||||||
"antd-table-saveas-excel": "2.2.1",
|
"antd-table-saveas-excel": "2.2.1",
|
||||||
"axios": "1.8.2",
|
"axios": "1.8.2",
|
||||||
|
"antlr4": "4.13.2",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"babel-jest": "^29.6.4",
|
"babel-jest": "^29.6.4",
|
||||||
"babel-loader": "9.1.3",
|
"babel-loader": "9.1.3",
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ const apiV1 = '/api/v1/';
|
|||||||
export const apiV2 = '/api/v2/';
|
export const apiV2 = '/api/v2/';
|
||||||
export const apiV3 = '/api/v3/';
|
export const apiV3 = '/api/v3/';
|
||||||
export const apiV4 = '/api/v4/';
|
export const apiV4 = '/api/v4/';
|
||||||
|
export const apiV5 = '/api/v5/';
|
||||||
export const gatewayApiV1 = '/api/gateway/v1/';
|
export const gatewayApiV1 = '/api/gateway/v1/';
|
||||||
export const gatewayApiV2 = '/api/gateway/v2/';
|
export const gatewayApiV2 = '/api/gateway/v2/';
|
||||||
export const apiAlertManager = '/api/alertmanager/';
|
export const apiAlertManager = '/api/alertmanager/';
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ import apiV1, {
|
|||||||
apiV2,
|
apiV2,
|
||||||
apiV3,
|
apiV3,
|
||||||
apiV4,
|
apiV4,
|
||||||
|
apiV5,
|
||||||
gatewayApiV1,
|
gatewayApiV1,
|
||||||
gatewayApiV2,
|
gatewayApiV2,
|
||||||
} from './apiV1';
|
} from './apiV1';
|
||||||
@@ -171,6 +172,18 @@ ApiV4Instance.interceptors.response.use(
|
|||||||
ApiV4Instance.interceptors.request.use(interceptorsRequestResponse);
|
ApiV4Instance.interceptors.request.use(interceptorsRequestResponse);
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// axios V5
|
||||||
|
export const ApiV5Instance = axios.create({
|
||||||
|
baseURL: `${ENVIRONMENT.baseURL}${apiV5}`,
|
||||||
|
});
|
||||||
|
|
||||||
|
ApiV5Instance.interceptors.response.use(
|
||||||
|
interceptorsResponse,
|
||||||
|
interceptorRejected,
|
||||||
|
);
|
||||||
|
ApiV5Instance.interceptors.request.use(interceptorsRequestResponse);
|
||||||
|
//
|
||||||
|
|
||||||
// axios Base
|
// axios Base
|
||||||
export const ApiBaseInstance = axios.create({
|
export const ApiBaseInstance = axios.create({
|
||||||
baseURL: `${ENVIRONMENT.baseURL}${apiV1}`,
|
baseURL: `${ENVIRONMENT.baseURL}${apiV1}`,
|
||||||
|
|||||||
22
frontend/src/api/querySuggestions/getKeySuggestions.ts
Normal file
22
frontend/src/api/querySuggestions/getKeySuggestions.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import axios from 'api';
|
||||||
|
import { AxiosResponse } from 'axios';
|
||||||
|
import {
|
||||||
|
QueryKeyRequestProps,
|
||||||
|
QueryKeySuggestionsResponseProps,
|
||||||
|
} from 'types/api/querySuggestions/types';
|
||||||
|
|
||||||
|
export const getKeySuggestions = (
|
||||||
|
props: QueryKeyRequestProps,
|
||||||
|
): Promise<AxiosResponse<QueryKeySuggestionsResponseProps>> => {
|
||||||
|
const {
|
||||||
|
signal = '',
|
||||||
|
searchText = '',
|
||||||
|
metricName = '',
|
||||||
|
fieldContext = '',
|
||||||
|
fieldDataType = '',
|
||||||
|
} = props;
|
||||||
|
|
||||||
|
return axios.get(
|
||||||
|
`/fields/keys?signal=${signal}&searchText=${searchText}&metricName=${metricName}&fieldContext=${fieldContext}&fieldDataType=${fieldDataType}`,
|
||||||
|
);
|
||||||
|
};
|
||||||
20
frontend/src/api/querySuggestions/getValueSuggestion.ts
Normal file
20
frontend/src/api/querySuggestions/getValueSuggestion.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
import axios from 'api';
|
||||||
|
import { AxiosResponse } from 'axios';
|
||||||
|
import {
|
||||||
|
QueryKeyValueRequestProps,
|
||||||
|
QueryKeyValueSuggestionsResponseProps,
|
||||||
|
} from 'types/api/querySuggestions/types';
|
||||||
|
|
||||||
|
export const getValueSuggestions = (
|
||||||
|
props: QueryKeyValueRequestProps,
|
||||||
|
): Promise<AxiosResponse<QueryKeyValueSuggestionsResponseProps>> => {
|
||||||
|
const { signal, key, searchText } = props;
|
||||||
|
|
||||||
|
const encodedSignal = encodeURIComponent(signal);
|
||||||
|
const encodedKey = encodeURIComponent(key);
|
||||||
|
const encodedSearchText = encodeURIComponent(searchText);
|
||||||
|
|
||||||
|
return axios.get(
|
||||||
|
`/fields/values?signal=${encodedSignal}&name=${encodedKey}&searchText=${encodedSearchText}`,
|
||||||
|
);
|
||||||
|
};
|
||||||
168
frontend/src/api/v5/queryRange/constants.ts
Normal file
168
frontend/src/api/v5/queryRange/constants.ts
Normal file
@@ -0,0 +1,168 @@
|
|||||||
|
// V5 Query Range Constants
|
||||||
|
|
||||||
|
import { ENTITY_VERSION_V5 } from 'constants/app';
|
||||||
|
import {
|
||||||
|
FunctionName,
|
||||||
|
RequestType,
|
||||||
|
SignalType,
|
||||||
|
Step,
|
||||||
|
} from 'types/api/v5/queryRange';
|
||||||
|
|
||||||
|
// ===================== Schema and Version Constants =====================
|
||||||
|
|
||||||
|
export const SCHEMA_VERSION_V5 = ENTITY_VERSION_V5;
|
||||||
|
export const API_VERSION_V5 = 'v5';
|
||||||
|
|
||||||
|
// ===================== Default Values =====================
|
||||||
|
|
||||||
|
export const DEFAULT_STEP_INTERVAL: Step = '60s';
|
||||||
|
export const DEFAULT_LIMIT = 100;
|
||||||
|
export const DEFAULT_OFFSET = 0;
|
||||||
|
|
||||||
|
// ===================== Request Type Constants =====================
|
||||||
|
|
||||||
|
export const REQUEST_TYPES: Record<string, RequestType> = {
|
||||||
|
SCALAR: 'scalar',
|
||||||
|
TIME_SERIES: 'time_series',
|
||||||
|
RAW: 'raw',
|
||||||
|
DISTRIBUTION: 'distribution',
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
// ===================== Signal Type Constants =====================
|
||||||
|
|
||||||
|
export const SIGNAL_TYPES: Record<string, SignalType> = {
|
||||||
|
TRACES: 'traces',
|
||||||
|
LOGS: 'logs',
|
||||||
|
METRICS: 'metrics',
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
// ===================== Common Aggregation Expressions =====================
|
||||||
|
|
||||||
|
export const TRACE_AGGREGATIONS = {
|
||||||
|
COUNT: 'count()',
|
||||||
|
COUNT_DISTINCT_TRACE_ID: 'count_distinct(traceID)',
|
||||||
|
AVG_DURATION: 'avg(duration_nano)',
|
||||||
|
P50_DURATION: 'p50(duration_nano)',
|
||||||
|
P95_DURATION: 'p95(duration_nano)',
|
||||||
|
P99_DURATION: 'p99(duration_nano)',
|
||||||
|
MAX_DURATION: 'max(duration_nano)',
|
||||||
|
MIN_DURATION: 'min(duration_nano)',
|
||||||
|
SUM_DURATION: 'sum(duration_nano)',
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
export const LOG_AGGREGATIONS = {
|
||||||
|
COUNT: 'count()',
|
||||||
|
COUNT_DISTINCT_HOST: 'count_distinct(host.name)',
|
||||||
|
COUNT_DISTINCT_SERVICE: 'count_distinct(service.name)',
|
||||||
|
COUNT_DISTINCT_CONTAINER: 'count_distinct(container.name)',
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
// ===================== Common Filter Expressions =====================
|
||||||
|
|
||||||
|
export const COMMON_FILTERS = {
|
||||||
|
// Trace filters
|
||||||
|
SERVER_SPANS: "kind_string = 'Server'",
|
||||||
|
CLIENT_SPANS: "kind_string = 'Client'",
|
||||||
|
INTERNAL_SPANS: "kind_string = 'Internal'",
|
||||||
|
ERROR_SPANS: 'http.status_code >= 400',
|
||||||
|
SUCCESS_SPANS: 'http.status_code < 400',
|
||||||
|
|
||||||
|
// Common service filters
|
||||||
|
EXCLUDE_HEALTH_CHECKS: "http.route != '/health' AND http.route != '/ping'",
|
||||||
|
HTTP_REQUESTS: "http.method != ''",
|
||||||
|
|
||||||
|
// Log filters
|
||||||
|
ERROR_LOGS: "severity_text = 'ERROR'",
|
||||||
|
WARN_LOGS: "severity_text = 'WARN'",
|
||||||
|
INFO_LOGS: "severity_text = 'INFO'",
|
||||||
|
DEBUG_LOGS: "severity_text = 'DEBUG'",
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
// ===================== Common Group By Fields =====================
|
||||||
|
|
||||||
|
export const COMMON_GROUP_BY_FIELDS = {
|
||||||
|
SERVICE_NAME: {
|
||||||
|
name: 'service.name',
|
||||||
|
fieldDataType: 'string' as const,
|
||||||
|
fieldContext: 'resource' as const,
|
||||||
|
},
|
||||||
|
HTTP_METHOD: {
|
||||||
|
name: 'http.method',
|
||||||
|
fieldDataType: 'string' as const,
|
||||||
|
fieldContext: 'attribute' as const,
|
||||||
|
},
|
||||||
|
HTTP_ROUTE: {
|
||||||
|
name: 'http.route',
|
||||||
|
fieldDataType: 'string' as const,
|
||||||
|
fieldContext: 'attribute' as const,
|
||||||
|
},
|
||||||
|
HTTP_STATUS_CODE: {
|
||||||
|
name: 'http.status_code',
|
||||||
|
fieldDataType: 'int64' as const,
|
||||||
|
fieldContext: 'attribute' as const,
|
||||||
|
},
|
||||||
|
HOST_NAME: {
|
||||||
|
name: 'host.name',
|
||||||
|
fieldDataType: 'string' as const,
|
||||||
|
fieldContext: 'resource' as const,
|
||||||
|
},
|
||||||
|
CONTAINER_NAME: {
|
||||||
|
name: 'container.name',
|
||||||
|
fieldDataType: 'string' as const,
|
||||||
|
fieldContext: 'resource' as const,
|
||||||
|
},
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
// ===================== Function Names =====================
|
||||||
|
|
||||||
|
export const FUNCTION_NAMES: Record<string, FunctionName> = {
|
||||||
|
CUT_OFF_MIN: 'cutOffMin',
|
||||||
|
CUT_OFF_MAX: 'cutOffMax',
|
||||||
|
CLAMP_MIN: 'clampMin',
|
||||||
|
CLAMP_MAX: 'clampMax',
|
||||||
|
ABSOLUTE: 'absolute',
|
||||||
|
RUNNING_DIFF: 'runningDiff',
|
||||||
|
LOG2: 'log2',
|
||||||
|
LOG10: 'log10',
|
||||||
|
CUM_SUM: 'cumSum',
|
||||||
|
EWMA3: 'ewma3',
|
||||||
|
EWMA5: 'ewma5',
|
||||||
|
EWMA7: 'ewma7',
|
||||||
|
MEDIAN3: 'median3',
|
||||||
|
MEDIAN5: 'median5',
|
||||||
|
MEDIAN7: 'median7',
|
||||||
|
TIME_SHIFT: 'timeShift',
|
||||||
|
ANOMALY: 'anomaly',
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
// ===================== Common Step Intervals =====================
|
||||||
|
|
||||||
|
export const STEP_INTERVALS = {
|
||||||
|
FIFTEEN_SECONDS: '15s',
|
||||||
|
THIRTY_SECONDS: '30s',
|
||||||
|
ONE_MINUTE: '60s',
|
||||||
|
FIVE_MINUTES: '300s',
|
||||||
|
TEN_MINUTES: '600s',
|
||||||
|
FIFTEEN_MINUTES: '900s',
|
||||||
|
THIRTY_MINUTES: '1800s',
|
||||||
|
ONE_HOUR: '3600s',
|
||||||
|
TWO_HOURS: '7200s',
|
||||||
|
SIX_HOURS: '21600s',
|
||||||
|
TWELVE_HOURS: '43200s',
|
||||||
|
ONE_DAY: '86400s',
|
||||||
|
} as const;
|
||||||
|
|
||||||
|
// ===================== Time Range Presets =====================
|
||||||
|
|
||||||
|
export const TIME_RANGE_PRESETS = {
|
||||||
|
LAST_5_MINUTES: 5 * 60 * 1000,
|
||||||
|
LAST_15_MINUTES: 15 * 60 * 1000,
|
||||||
|
LAST_30_MINUTES: 30 * 60 * 1000,
|
||||||
|
LAST_HOUR: 60 * 60 * 1000,
|
||||||
|
LAST_3_HOURS: 3 * 60 * 60 * 1000,
|
||||||
|
LAST_6_HOURS: 6 * 60 * 60 * 1000,
|
||||||
|
LAST_12_HOURS: 12 * 60 * 60 * 1000,
|
||||||
|
LAST_24_HOURS: 24 * 60 * 60 * 1000,
|
||||||
|
LAST_3_DAYS: 3 * 24 * 60 * 60 * 1000,
|
||||||
|
LAST_7_DAYS: 7 * 24 * 60 * 60 * 1000,
|
||||||
|
} as const;
|
||||||
367
frontend/src/api/v5/queryRange/convertV5Response.ts
Normal file
367
frontend/src/api/v5/queryRange/convertV5Response.ts
Normal file
@@ -0,0 +1,367 @@
|
|||||||
|
import { isEmpty } from 'lodash-es';
|
||||||
|
import { SuccessResponse } from 'types/api';
|
||||||
|
import { MetricRangePayloadV3 } from 'types/api/metrics/getQueryRange';
|
||||||
|
import {
|
||||||
|
DistributionData,
|
||||||
|
MetricRangePayloadV5,
|
||||||
|
QueryRangeRequestV5,
|
||||||
|
RawData,
|
||||||
|
ScalarData,
|
||||||
|
TimeSeriesData,
|
||||||
|
} from 'types/api/v5/queryRange';
|
||||||
|
import { QueryDataV3 } from 'types/api/widgets/getQuery';
|
||||||
|
|
||||||
|
function getColName(
|
||||||
|
col: ScalarData['columns'][number],
|
||||||
|
legendMap: Record<string, string>,
|
||||||
|
aggregationPerQuery: Record<string, any>,
|
||||||
|
): string {
|
||||||
|
const aggregation =
|
||||||
|
aggregationPerQuery?.[col.queryName]?.[col.aggregationIndex];
|
||||||
|
const legend = legendMap[col.queryName];
|
||||||
|
const aggregationName = aggregation?.alias || aggregation?.expression || '';
|
||||||
|
|
||||||
|
if (col.columnType === 'group') {
|
||||||
|
return col.name;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (aggregationName && aggregationPerQuery[col.queryName].length > 1) {
|
||||||
|
if (legend) {
|
||||||
|
return `${aggregationName}-${legend}`;
|
||||||
|
}
|
||||||
|
return `${col.queryName}.${aggregationName}`;
|
||||||
|
}
|
||||||
|
return legend || col.queryName;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts V5 TimeSeriesData to legacy format
|
||||||
|
*/
|
||||||
|
function convertTimeSeriesData(
|
||||||
|
timeSeriesData: TimeSeriesData,
|
||||||
|
legendMap: Record<string, string>,
|
||||||
|
): QueryDataV3 {
|
||||||
|
// Convert V5 time series format to legacy QueryDataV3 format
|
||||||
|
|
||||||
|
return {
|
||||||
|
queryName: timeSeriesData.queryName,
|
||||||
|
legend: legendMap[timeSeriesData.queryName] || timeSeriesData.queryName,
|
||||||
|
series: timeSeriesData?.aggregations?.flatMap((aggregation) => {
|
||||||
|
const { index, alias, series } = aggregation;
|
||||||
|
|
||||||
|
if (!series || !series.length) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
|
return series.map((series) => ({
|
||||||
|
labels: series.labels
|
||||||
|
? Object.fromEntries(
|
||||||
|
series.labels.map((label) => [label.key.name, label.value]),
|
||||||
|
)
|
||||||
|
: {},
|
||||||
|
labelsArray: series.labels
|
||||||
|
? series.labels.map((label) => ({ [label.key.name]: label.value }))
|
||||||
|
: [],
|
||||||
|
values: series.values.map((value) => ({
|
||||||
|
timestamp: value.timestamp,
|
||||||
|
value: String(value.value),
|
||||||
|
})),
|
||||||
|
metaData: {
|
||||||
|
alias,
|
||||||
|
index,
|
||||||
|
queryName: timeSeriesData.queryName,
|
||||||
|
},
|
||||||
|
}));
|
||||||
|
}),
|
||||||
|
list: null,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts V5 ScalarData array to legacy format with table structure
|
||||||
|
*/
|
||||||
|
function convertScalarDataArrayToTable(
|
||||||
|
scalarDataArray: ScalarData[],
|
||||||
|
legendMap: Record<string, string>,
|
||||||
|
aggregationPerQuery: Record<string, any>,
|
||||||
|
): QueryDataV3[] {
|
||||||
|
// If no scalar data, return empty structure
|
||||||
|
|
||||||
|
if (!scalarDataArray || scalarDataArray.length === 0) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
|
// Process each scalar data separately to maintain query separation
|
||||||
|
return scalarDataArray?.map((scalarData) => {
|
||||||
|
// Get query name from the first column
|
||||||
|
const queryName = scalarData?.columns?.[0]?.queryName || '';
|
||||||
|
|
||||||
|
if ((scalarData as any)?.aggregations?.length > 0) {
|
||||||
|
return {
|
||||||
|
...convertTimeSeriesData(scalarData as any, legendMap),
|
||||||
|
table: {
|
||||||
|
columns: [],
|
||||||
|
rows: [],
|
||||||
|
},
|
||||||
|
list: null,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Collect columns for this specific query
|
||||||
|
const columns = scalarData?.columns?.map((col) => ({
|
||||||
|
name: getColName(col, legendMap, aggregationPerQuery),
|
||||||
|
queryName: col.queryName,
|
||||||
|
isValueColumn: col.columnType === 'aggregation',
|
||||||
|
}));
|
||||||
|
|
||||||
|
// Process rows for this specific query
|
||||||
|
const rows = scalarData?.data?.map((dataRow) => {
|
||||||
|
const rowData: Record<string, any> = {};
|
||||||
|
|
||||||
|
scalarData?.columns?.forEach((col, colIndex) => {
|
||||||
|
const columnName = getColName(col, legendMap, aggregationPerQuery);
|
||||||
|
rowData[columnName] = dataRow[colIndex];
|
||||||
|
});
|
||||||
|
|
||||||
|
return { data: rowData };
|
||||||
|
});
|
||||||
|
|
||||||
|
return {
|
||||||
|
queryName,
|
||||||
|
legend: legendMap[queryName] || '',
|
||||||
|
series: null,
|
||||||
|
list: null,
|
||||||
|
table: {
|
||||||
|
columns,
|
||||||
|
rows,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function convertScalerWithFormatForWeb(
|
||||||
|
scalarDataArray: ScalarData[],
|
||||||
|
legendMap: Record<string, string>,
|
||||||
|
aggregationPerQuery: Record<string, any>,
|
||||||
|
): QueryDataV3[] {
|
||||||
|
if (!scalarDataArray || scalarDataArray.length === 0) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
|
return scalarDataArray.map((scalarData) => {
|
||||||
|
const columns =
|
||||||
|
scalarData.columns?.map((col) => {
|
||||||
|
const colName = getColName(col, legendMap, aggregationPerQuery);
|
||||||
|
|
||||||
|
return {
|
||||||
|
name: colName,
|
||||||
|
queryName: col.queryName,
|
||||||
|
isValueColumn: col.columnType === 'aggregation',
|
||||||
|
};
|
||||||
|
}) || [];
|
||||||
|
|
||||||
|
const rows =
|
||||||
|
scalarData.data?.map((dataRow) => {
|
||||||
|
const rowData: Record<string, any> = {};
|
||||||
|
columns?.forEach((col, colIndex) => {
|
||||||
|
rowData[col.name] = dataRow[colIndex];
|
||||||
|
});
|
||||||
|
return { data: rowData };
|
||||||
|
}) || [];
|
||||||
|
|
||||||
|
const queryName = scalarData.columns?.[0]?.queryName || '';
|
||||||
|
|
||||||
|
return {
|
||||||
|
queryName,
|
||||||
|
legend: legendMap[queryName] || queryName,
|
||||||
|
series: null,
|
||||||
|
list: null,
|
||||||
|
table: {
|
||||||
|
columns,
|
||||||
|
rows,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts V5 RawData to legacy format
|
||||||
|
*/
|
||||||
|
function convertRawData(
|
||||||
|
rawData: RawData,
|
||||||
|
legendMap: Record<string, string>,
|
||||||
|
): QueryDataV3 {
|
||||||
|
// Convert V5 raw format to legacy QueryDataV3 format
|
||||||
|
return {
|
||||||
|
queryName: rawData.queryName,
|
||||||
|
legend: legendMap[rawData.queryName] || rawData.queryName,
|
||||||
|
series: null,
|
||||||
|
list: rawData.rows?.map((row) => ({
|
||||||
|
timestamp: row.timestamp,
|
||||||
|
data: {
|
||||||
|
// Map raw data to ILog structure - spread row.data first to include all properties
|
||||||
|
...row.data,
|
||||||
|
date: row.timestamp,
|
||||||
|
} as any,
|
||||||
|
})),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts V5 DistributionData to legacy format
|
||||||
|
*/
|
||||||
|
function convertDistributionData(
|
||||||
|
distributionData: DistributionData,
|
||||||
|
legendMap: Record<string, string>,
|
||||||
|
): any {
|
||||||
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
// Convert V5 distribution format to legacy histogram format
|
||||||
|
return {
|
||||||
|
...distributionData,
|
||||||
|
legendMap,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Helper function to convert V5 data based on type
|
||||||
|
*/
|
||||||
|
function convertV5DataByType(
|
||||||
|
v5Data: any,
|
||||||
|
legendMap: Record<string, string>,
|
||||||
|
aggregationPerQuery: Record<string, any>,
|
||||||
|
): MetricRangePayloadV3['data'] {
|
||||||
|
switch (v5Data?.type) {
|
||||||
|
case 'time_series': {
|
||||||
|
const timeSeriesData = v5Data.data.results as TimeSeriesData[];
|
||||||
|
return {
|
||||||
|
resultType: 'time_series',
|
||||||
|
result: timeSeriesData.map((timeSeries) =>
|
||||||
|
convertTimeSeriesData(timeSeries, legendMap),
|
||||||
|
),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
case 'scalar': {
|
||||||
|
const scalarData = v5Data.data.results as ScalarData[];
|
||||||
|
// For scalar data, combine all results into separate table entries
|
||||||
|
const combinedTables = convertScalarDataArrayToTable(
|
||||||
|
scalarData,
|
||||||
|
legendMap,
|
||||||
|
aggregationPerQuery,
|
||||||
|
);
|
||||||
|
return {
|
||||||
|
resultType: 'scalar',
|
||||||
|
result: combinedTables,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
case 'raw': {
|
||||||
|
const rawData = v5Data.data.results as RawData[];
|
||||||
|
return {
|
||||||
|
resultType: 'raw',
|
||||||
|
result: rawData.map((raw) => convertRawData(raw, legendMap)),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
case 'distribution': {
|
||||||
|
const distributionData = v5Data.data.results as DistributionData[];
|
||||||
|
return {
|
||||||
|
resultType: 'distribution',
|
||||||
|
result: distributionData.map((distribution) =>
|
||||||
|
convertDistributionData(distribution, legendMap),
|
||||||
|
),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
return {
|
||||||
|
resultType: '',
|
||||||
|
result: [],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts V5 API response to legacy format expected by frontend components
|
||||||
|
*/
|
||||||
|
// eslint-disable-next-line sonarjs/cognitive-complexity
|
||||||
|
export function convertV5ResponseToLegacy(
|
||||||
|
v5Response: SuccessResponse<MetricRangePayloadV5>,
|
||||||
|
legendMap: Record<string, string>,
|
||||||
|
formatForWeb?: boolean,
|
||||||
|
): SuccessResponse<MetricRangePayloadV3> {
|
||||||
|
const { payload, params } = v5Response;
|
||||||
|
const v5Data = payload?.data;
|
||||||
|
|
||||||
|
const aggregationPerQuery =
|
||||||
|
(params as QueryRangeRequestV5)?.compositeQuery?.queries
|
||||||
|
?.filter((query) => query.type === 'builder_query')
|
||||||
|
.reduce((acc, query) => {
|
||||||
|
if (
|
||||||
|
query.type === 'builder_query' &&
|
||||||
|
'aggregations' in query.spec &&
|
||||||
|
query.spec.name
|
||||||
|
) {
|
||||||
|
acc[query.spec.name] = query.spec.aggregations;
|
||||||
|
}
|
||||||
|
return acc;
|
||||||
|
}, {} as Record<string, any>) || {};
|
||||||
|
|
||||||
|
// If formatForWeb is true, return as-is (like existing logic)
|
||||||
|
if (formatForWeb && v5Data?.type === 'scalar') {
|
||||||
|
const scalarData = v5Data.data.results as ScalarData[];
|
||||||
|
const webTables = convertScalerWithFormatForWeb(
|
||||||
|
scalarData,
|
||||||
|
legendMap,
|
||||||
|
aggregationPerQuery,
|
||||||
|
);
|
||||||
|
return {
|
||||||
|
...v5Response,
|
||||||
|
payload: {
|
||||||
|
data: {
|
||||||
|
resultType: 'scalar',
|
||||||
|
result: webTables,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Convert based on V5 response type
|
||||||
|
const convertedData = convertV5DataByType(
|
||||||
|
v5Data,
|
||||||
|
legendMap,
|
||||||
|
aggregationPerQuery,
|
||||||
|
);
|
||||||
|
|
||||||
|
// Create legacy-compatible response structure
|
||||||
|
const legacyResponse: SuccessResponse<MetricRangePayloadV3> = {
|
||||||
|
...v5Response,
|
||||||
|
payload: {
|
||||||
|
data: convertedData,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
// Apply legend mapping (similar to existing logic)
|
||||||
|
if (legacyResponse.payload?.data?.result) {
|
||||||
|
legacyResponse.payload.data.result = legacyResponse.payload.data.result.map(
|
||||||
|
(queryData: any) => {
|
||||||
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
const newQueryData = queryData;
|
||||||
|
newQueryData.legend = legendMap[queryData.queryName];
|
||||||
|
|
||||||
|
// If metric names is an empty object
|
||||||
|
if (isEmpty(queryData.metric)) {
|
||||||
|
// If metrics list is empty && the user haven't defined a legend then add the legend equal to the name of the query.
|
||||||
|
if (newQueryData.legend === undefined || newQueryData.legend === null) {
|
||||||
|
newQueryData.legend = queryData.queryName;
|
||||||
|
}
|
||||||
|
// If name of the query and the legend if inserted is same then add the same to the metrics object.
|
||||||
|
if (queryData.queryName === newQueryData.legend) {
|
||||||
|
newQueryData.metric = newQueryData.metric || {};
|
||||||
|
newQueryData.metric[queryData.queryName] = queryData.queryName;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return newQueryData;
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return legacyResponse;
|
||||||
|
}
|
||||||
45
frontend/src/api/v5/queryRange/getQueryRange.ts
Normal file
45
frontend/src/api/v5/queryRange/getQueryRange.ts
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
import { ApiV5Instance } from 'api';
|
||||||
|
import { ErrorResponseHandlerV2 } from 'api/ErrorResponseHandlerV2';
|
||||||
|
import { AxiosError } from 'axios';
|
||||||
|
import { ENTITY_VERSION_V5 } from 'constants/app';
|
||||||
|
import { ErrorV2Resp, SuccessResponseV2 } from 'types/api';
|
||||||
|
import {
|
||||||
|
MetricRangePayloadV5,
|
||||||
|
QueryRangePayloadV5,
|
||||||
|
} from 'types/api/v5/queryRange';
|
||||||
|
|
||||||
|
export const getQueryRangeV5 = async (
|
||||||
|
props: QueryRangePayloadV5,
|
||||||
|
version: string,
|
||||||
|
signal: AbortSignal,
|
||||||
|
headers?: Record<string, string>,
|
||||||
|
): Promise<SuccessResponseV2<MetricRangePayloadV5>> => {
|
||||||
|
try {
|
||||||
|
if (version && version === ENTITY_VERSION_V5) {
|
||||||
|
const response = await ApiV5Instance.post('/query_range', props, {
|
||||||
|
signal,
|
||||||
|
headers,
|
||||||
|
});
|
||||||
|
|
||||||
|
return {
|
||||||
|
httpStatusCode: response.status,
|
||||||
|
data: response.data,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Default V5 behavior
|
||||||
|
const response = await ApiV5Instance.post('/query_range', props, {
|
||||||
|
signal,
|
||||||
|
headers,
|
||||||
|
});
|
||||||
|
|
||||||
|
return {
|
||||||
|
httpStatusCode: response.status,
|
||||||
|
data: response.data.data,
|
||||||
|
};
|
||||||
|
} catch (error) {
|
||||||
|
ErrorResponseHandlerV2(error as AxiosError<ErrorV2Resp>);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
export default getQueryRangeV5;
|
||||||
408
frontend/src/api/v5/queryRange/prepareQueryRangePayloadV5.ts
Normal file
408
frontend/src/api/v5/queryRange/prepareQueryRangePayloadV5.ts
Normal file
@@ -0,0 +1,408 @@
|
|||||||
|
/* eslint-disable sonarjs/cognitive-complexity */
|
||||||
|
import { PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
|
import { GetQueryResultsProps } from 'lib/dashboard/getQueryResults';
|
||||||
|
import getStartEndRangeTime from 'lib/getStartEndRangeTime';
|
||||||
|
import { mapQueryDataToApi } from 'lib/newQueryBuilder/queryBuilderMappers/mapQueryDataToApi';
|
||||||
|
import { isEmpty } from 'lodash-es';
|
||||||
|
import { BaseAutocompleteData } from 'types/api/queryBuilder/queryAutocompleteResponse';
|
||||||
|
import {
|
||||||
|
IBuilderQuery,
|
||||||
|
QueryFunctionProps,
|
||||||
|
} from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
import {
|
||||||
|
BaseBuilderQuery,
|
||||||
|
FieldContext,
|
||||||
|
FieldDataType,
|
||||||
|
FunctionName,
|
||||||
|
GroupByKey,
|
||||||
|
LogAggregation,
|
||||||
|
MetricAggregation,
|
||||||
|
OrderBy,
|
||||||
|
QueryEnvelope,
|
||||||
|
QueryFunction,
|
||||||
|
QueryRangePayloadV5,
|
||||||
|
QueryType,
|
||||||
|
RequestType,
|
||||||
|
TelemetryFieldKey,
|
||||||
|
TraceAggregation,
|
||||||
|
VariableItem,
|
||||||
|
} from 'types/api/v5/queryRange';
|
||||||
|
import { EQueryType } from 'types/common/dashboard';
|
||||||
|
import { DataSource } from 'types/common/queryBuilder';
|
||||||
|
|
||||||
|
type PrepareQueryRangePayloadV5Result = {
|
||||||
|
queryPayload: QueryRangePayloadV5;
|
||||||
|
legendMap: Record<string, string>;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Maps panel types to V5 request types
|
||||||
|
*/
|
||||||
|
function mapPanelTypeToRequestType(panelType: PANEL_TYPES): RequestType {
|
||||||
|
switch (panelType) {
|
||||||
|
case PANEL_TYPES.TIME_SERIES:
|
||||||
|
case PANEL_TYPES.BAR:
|
||||||
|
return 'time_series';
|
||||||
|
case PANEL_TYPES.TABLE:
|
||||||
|
case PANEL_TYPES.PIE:
|
||||||
|
case PANEL_TYPES.VALUE:
|
||||||
|
case PANEL_TYPES.TRACE:
|
||||||
|
return 'scalar';
|
||||||
|
case PANEL_TYPES.LIST:
|
||||||
|
return 'raw';
|
||||||
|
case PANEL_TYPES.HISTOGRAM:
|
||||||
|
return 'distribution';
|
||||||
|
default:
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets signal type from data source
|
||||||
|
*/
|
||||||
|
function getSignalType(dataSource: string): 'traces' | 'logs' | 'metrics' {
|
||||||
|
if (dataSource === 'traces') return 'traces';
|
||||||
|
if (dataSource === 'logs') return 'logs';
|
||||||
|
return 'metrics';
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates base spec for builder queries
|
||||||
|
*/
|
||||||
|
function createBaseSpec(
|
||||||
|
queryData: IBuilderQuery,
|
||||||
|
requestType: RequestType,
|
||||||
|
panelType?: PANEL_TYPES,
|
||||||
|
): BaseBuilderQuery {
|
||||||
|
const nonEmptySelectColumns = (queryData.selectColumns as (
|
||||||
|
| BaseAutocompleteData
|
||||||
|
| TelemetryFieldKey
|
||||||
|
)[])?.filter((c) => ('key' in c ? c?.key : c?.name));
|
||||||
|
|
||||||
|
return {
|
||||||
|
stepInterval: queryData?.stepInterval || undefined,
|
||||||
|
disabled: queryData.disabled,
|
||||||
|
filter: queryData?.filter?.expression ? queryData.filter : undefined,
|
||||||
|
groupBy:
|
||||||
|
queryData.groupBy?.length > 0
|
||||||
|
? queryData.groupBy.map(
|
||||||
|
(item: any): GroupByKey => ({
|
||||||
|
name: item.key,
|
||||||
|
fieldDataType: item?.dataType,
|
||||||
|
fieldContext: item?.type,
|
||||||
|
description: item?.description,
|
||||||
|
unit: item?.unit,
|
||||||
|
signal: item?.signal,
|
||||||
|
materialized: item?.materialized,
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
: undefined,
|
||||||
|
limit:
|
||||||
|
panelType === PANEL_TYPES.TABLE || panelType === PANEL_TYPES.LIST
|
||||||
|
? queryData.limit || queryData.pageSize || undefined
|
||||||
|
: queryData.limit || undefined,
|
||||||
|
offset: requestType === 'raw' ? queryData.offset : undefined,
|
||||||
|
order:
|
||||||
|
queryData.orderBy.length > 0
|
||||||
|
? queryData.orderBy.map(
|
||||||
|
(order: any): OrderBy => ({
|
||||||
|
key: {
|
||||||
|
name: order.columnName,
|
||||||
|
},
|
||||||
|
direction: order.order,
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
: undefined,
|
||||||
|
// legend: isEmpty(queryData.legend) ? undefined : queryData.legend,
|
||||||
|
having: isEmpty(queryData.havingExpression)
|
||||||
|
? undefined
|
||||||
|
: queryData?.havingExpression,
|
||||||
|
functions: isEmpty(queryData.functions)
|
||||||
|
? undefined
|
||||||
|
: queryData.functions.map(
|
||||||
|
(func: QueryFunctionProps): QueryFunction => ({
|
||||||
|
name: func.name as FunctionName,
|
||||||
|
args: func.args.map((arg) => ({
|
||||||
|
// name: arg.name,
|
||||||
|
value: arg,
|
||||||
|
})),
|
||||||
|
}),
|
||||||
|
),
|
||||||
|
selectFields: isEmpty(nonEmptySelectColumns)
|
||||||
|
? undefined
|
||||||
|
: nonEmptySelectColumns?.map(
|
||||||
|
(column: any): TelemetryFieldKey => ({
|
||||||
|
name: column.name ?? column.key,
|
||||||
|
fieldDataType:
|
||||||
|
column?.fieldDataType ?? (column?.dataType as FieldDataType),
|
||||||
|
fieldContext: column?.fieldContext ?? (column?.type as FieldContext),
|
||||||
|
signal: column?.signal ?? undefined,
|
||||||
|
}),
|
||||||
|
),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
// Utility to parse aggregation expressions with optional alias
|
||||||
|
export function parseAggregations(
|
||||||
|
expression: string,
|
||||||
|
): { expression: string; alias?: string }[] {
|
||||||
|
const result: { expression: string; alias?: string }[] = [];
|
||||||
|
const regex = /([a-zA-Z0-9_]+\([^)]*\))(?:\s*as\s+([a-zA-Z0-9_]+))?/g;
|
||||||
|
let match = regex.exec(expression);
|
||||||
|
while (match !== null) {
|
||||||
|
const expr = match[1];
|
||||||
|
const alias = match[2];
|
||||||
|
if (alias) {
|
||||||
|
result.push({ expression: expr, alias });
|
||||||
|
} else {
|
||||||
|
result.push({ expression: expr });
|
||||||
|
}
|
||||||
|
match = regex.exec(expression);
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function createAggregation(
|
||||||
|
queryData: any,
|
||||||
|
): TraceAggregation[] | LogAggregation[] | MetricAggregation[] {
|
||||||
|
if (!queryData) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
if (queryData.dataSource === DataSource.METRICS) {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
metricName: queryData?.aggregateAttribute?.key,
|
||||||
|
temporality: queryData?.aggregateAttribute?.temporality,
|
||||||
|
timeAggregation: queryData?.timeAggregation,
|
||||||
|
spaceAggregation: queryData?.spaceAggregation,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
if (queryData.aggregations?.length > 0) {
|
||||||
|
return isEmpty(parseAggregations(queryData.aggregations?.[0].expression))
|
||||||
|
? [{ expression: 'count()' }]
|
||||||
|
: parseAggregations(queryData.aggregations?.[0].expression);
|
||||||
|
}
|
||||||
|
|
||||||
|
return [{ expression: 'count()' }];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts query builder data to V5 builder queries
|
||||||
|
*/
|
||||||
|
function convertBuilderQueriesToV5(
|
||||||
|
builderQueries: Record<string, any>, // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
requestType: RequestType,
|
||||||
|
panelType?: PANEL_TYPES,
|
||||||
|
): QueryEnvelope[] {
|
||||||
|
return Object.entries(builderQueries).map(
|
||||||
|
([queryName, queryData]): QueryEnvelope => {
|
||||||
|
const signal = getSignalType(queryData.dataSource);
|
||||||
|
const baseSpec = createBaseSpec(queryData, requestType, panelType);
|
||||||
|
let spec: QueryEnvelope['spec'];
|
||||||
|
|
||||||
|
const aggregations = createAggregation(queryData);
|
||||||
|
|
||||||
|
switch (signal) {
|
||||||
|
case 'traces':
|
||||||
|
spec = {
|
||||||
|
name: queryName,
|
||||||
|
signal: 'traces' as const,
|
||||||
|
...baseSpec,
|
||||||
|
aggregations: aggregations as TraceAggregation[],
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case 'logs':
|
||||||
|
spec = {
|
||||||
|
name: queryName,
|
||||||
|
signal: 'logs' as const,
|
||||||
|
...baseSpec,
|
||||||
|
aggregations: aggregations as LogAggregation[],
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case 'metrics':
|
||||||
|
default:
|
||||||
|
spec = {
|
||||||
|
name: queryName,
|
||||||
|
signal: 'metrics' as const,
|
||||||
|
...baseSpec,
|
||||||
|
aggregations: aggregations as MetricAggregation[],
|
||||||
|
// reduceTo: queryData.reduceTo,
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
type: 'builder_query' as QueryType,
|
||||||
|
spec,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts PromQL queries to V5 format
|
||||||
|
*/
|
||||||
|
function convertPromQueriesToV5(
|
||||||
|
promQueries: Record<string, any>, // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
): QueryEnvelope[] {
|
||||||
|
return Object.entries(promQueries).map(
|
||||||
|
([queryName, queryData]): QueryEnvelope => ({
|
||||||
|
type: 'promql' as QueryType,
|
||||||
|
spec: {
|
||||||
|
name: queryName,
|
||||||
|
query: queryData.query,
|
||||||
|
disabled: queryData.disabled || false,
|
||||||
|
step: queryData?.stepInterval,
|
||||||
|
stats: false, // PromQL specific field
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts ClickHouse queries to V5 format
|
||||||
|
*/
|
||||||
|
function convertClickHouseQueriesToV5(
|
||||||
|
chQueries: Record<string, any>, // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
): QueryEnvelope[] {
|
||||||
|
return Object.entries(chQueries).map(
|
||||||
|
([queryName, queryData]): QueryEnvelope => ({
|
||||||
|
type: 'clickhouse_sql' as QueryType,
|
||||||
|
spec: {
|
||||||
|
name: queryName,
|
||||||
|
query: queryData.query,
|
||||||
|
disabled: queryData.disabled || false,
|
||||||
|
// ClickHouse doesn't have step or stats like PromQL
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts query formulas to V5 format
|
||||||
|
*/
|
||||||
|
function convertFormulasToV5(
|
||||||
|
formulas: Record<string, any>, // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
): QueryEnvelope[] {
|
||||||
|
return Object.entries(formulas).map(
|
||||||
|
([queryName, formulaData]): QueryEnvelope => ({
|
||||||
|
type: 'builder_formula' as QueryType,
|
||||||
|
spec: {
|
||||||
|
name: queryName,
|
||||||
|
expression: formulaData.expression || '',
|
||||||
|
functions: formulaData.functions,
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Helper function to reduce query arrays to objects
|
||||||
|
*/
|
||||||
|
function reduceQueriesToObject(
|
||||||
|
queryArray: any[], // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
): { queries: Record<string, any>; legends: Record<string, string> } {
|
||||||
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
const legends: Record<string, string> = {};
|
||||||
|
const queries = queryArray.reduce((acc, queryItem) => {
|
||||||
|
if (!queryItem.query) return acc;
|
||||||
|
acc[queryItem.name] = queryItem;
|
||||||
|
legends[queryItem.name] = queryItem.legend;
|
||||||
|
return acc;
|
||||||
|
}, {} as Record<string, any>); // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||||
|
|
||||||
|
return { queries, legends };
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prepares V5 query range payload from GetQueryResultsProps
|
||||||
|
*/
|
||||||
|
export const prepareQueryRangePayloadV5 = ({
|
||||||
|
query,
|
||||||
|
globalSelectedInterval,
|
||||||
|
graphType,
|
||||||
|
selectedTime,
|
||||||
|
tableParams,
|
||||||
|
variables = {},
|
||||||
|
start: startTime,
|
||||||
|
end: endTime,
|
||||||
|
formatForWeb,
|
||||||
|
originalGraphType,
|
||||||
|
}: GetQueryResultsProps): PrepareQueryRangePayloadV5Result => {
|
||||||
|
let legendMap: Record<string, string> = {};
|
||||||
|
const requestType = mapPanelTypeToRequestType(graphType);
|
||||||
|
let queries: QueryEnvelope[] = [];
|
||||||
|
|
||||||
|
switch (query.queryType) {
|
||||||
|
case EQueryType.QUERY_BUILDER: {
|
||||||
|
const { queryData: data, queryFormulas } = query.builder;
|
||||||
|
const currentQueryData = mapQueryDataToApi(data, 'queryName', tableParams);
|
||||||
|
const currentFormulas = mapQueryDataToApi(queryFormulas, 'queryName');
|
||||||
|
|
||||||
|
// Combine legend maps
|
||||||
|
legendMap = {
|
||||||
|
...currentQueryData.newLegendMap,
|
||||||
|
...currentFormulas.newLegendMap,
|
||||||
|
};
|
||||||
|
|
||||||
|
// Convert builder queries
|
||||||
|
const builderQueries = convertBuilderQueriesToV5(
|
||||||
|
currentQueryData.data,
|
||||||
|
requestType,
|
||||||
|
graphType,
|
||||||
|
);
|
||||||
|
|
||||||
|
// Convert formulas as separate query type
|
||||||
|
const formulaQueries = convertFormulasToV5(currentFormulas.data);
|
||||||
|
|
||||||
|
// Combine both types
|
||||||
|
queries = [...builderQueries, ...formulaQueries];
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case EQueryType.PROM: {
|
||||||
|
const promQueries = reduceQueriesToObject(query[query.queryType]);
|
||||||
|
queries = convertPromQueriesToV5(promQueries.queries);
|
||||||
|
legendMap = promQueries.legends;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case EQueryType.CLICKHOUSE: {
|
||||||
|
const chQueries = reduceQueriesToObject(query[query.queryType]);
|
||||||
|
queries = convertClickHouseQueriesToV5(chQueries.queries);
|
||||||
|
legendMap = chQueries.legends;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Calculate time range
|
||||||
|
const { start, end } = getStartEndRangeTime({
|
||||||
|
type: selectedTime,
|
||||||
|
interval: globalSelectedInterval,
|
||||||
|
});
|
||||||
|
|
||||||
|
// Create V5 payload
|
||||||
|
const queryPayload: QueryRangePayloadV5 = {
|
||||||
|
schemaVersion: 'v1',
|
||||||
|
start: startTime ? startTime * 1e3 : parseInt(start, 10) * 1e3,
|
||||||
|
end: endTime ? endTime * 1e3 : parseInt(end, 10) * 1e3,
|
||||||
|
requestType,
|
||||||
|
compositeQuery: {
|
||||||
|
queries,
|
||||||
|
},
|
||||||
|
formatOptions: {
|
||||||
|
formatTableResultForUI:
|
||||||
|
!!formatForWeb ||
|
||||||
|
(originalGraphType
|
||||||
|
? originalGraphType === PANEL_TYPES.TABLE
|
||||||
|
: graphType === PANEL_TYPES.TABLE),
|
||||||
|
},
|
||||||
|
variables: Object.entries(variables).reduce((acc, [key, value]) => {
|
||||||
|
acc[key] = { value };
|
||||||
|
return acc;
|
||||||
|
}, {} as Record<string, VariableItem>),
|
||||||
|
};
|
||||||
|
|
||||||
|
return { legendMap, queryPayload };
|
||||||
|
};
|
||||||
8
frontend/src/api/v5/v5.ts
Normal file
8
frontend/src/api/v5/v5.ts
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
// V5 API exports
|
||||||
|
export * from './queryRange/constants';
|
||||||
|
export { convertV5ResponseToLegacy } from './queryRange/convertV5Response';
|
||||||
|
export { getQueryRangeV5 } from './queryRange/getQueryRange';
|
||||||
|
export { prepareQueryRangePayloadV5 } from './queryRange/prepareQueryRangePayloadV5';
|
||||||
|
|
||||||
|
// Export types from proper location
|
||||||
|
export * from 'types/api/v5/queryRange';
|
||||||
@@ -18,7 +18,7 @@ function ErrorContent({ error }: ErrorContentProps): JSX.Element {
|
|||||||
errors: errorMessages,
|
errors: errorMessages,
|
||||||
code: errorCode,
|
code: errorCode,
|
||||||
message: errorMessage,
|
message: errorMessage,
|
||||||
} = error.error.error;
|
} = error?.error?.error || {};
|
||||||
return (
|
return (
|
||||||
<section className="error-content">
|
<section className="error-content">
|
||||||
{/* Summary Header */}
|
{/* Summary Header */}
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ function HostMetricTraces({
|
|||||||
{!isError && traces.length > 0 && (
|
{!isError && traces.length > 0 && (
|
||||||
<div className="host-metric-traces-table">
|
<div className="host-metric-traces-table">
|
||||||
<TraceExplorerControls
|
<TraceExplorerControls
|
||||||
isLoading={isFetching}
|
isLoading={isFetching && traces.length === 0}
|
||||||
totalCount={totalCount}
|
totalCount={totalCount}
|
||||||
perPageOptions={PER_PAGE_OPTIONS}
|
perPageOptions={PER_PAGE_OPTIONS}
|
||||||
showSizeChanger={false}
|
showSizeChanger={false}
|
||||||
@@ -203,7 +203,7 @@ function HostMetricTraces({
|
|||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
pagination={false}
|
pagination={false}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
loading={isFetching}
|
loading={isFetching && traces.length === 0}
|
||||||
dataSource={traces}
|
dataSource={traces}
|
||||||
columns={traceListColumns}
|
columns={traceListColumns}
|
||||||
onRow={(): Record<string, unknown> => ({
|
onRow={(): Record<string, unknown> => ({
|
||||||
|
|||||||
@@ -169,6 +169,7 @@
|
|||||||
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-drawer-close {
|
.ant-drawer-close {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ import {
|
|||||||
ScrollText,
|
ScrollText,
|
||||||
X,
|
X,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { useCallback, useEffect, useMemo, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useSelector } from 'react-redux';
|
import { useSelector } from 'react-redux';
|
||||||
import { useSearchParams } from 'react-router-dom-v5-compat';
|
import { useSearchParams } from 'react-router-dom-v5-compat';
|
||||||
import { AppState } from 'store/reducers';
|
import { AppState } from 'store/reducers';
|
||||||
@@ -86,8 +86,12 @@ function HostMetricsDetails({
|
|||||||
endTime: endMs,
|
endTime: endMs,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
const lastSelectedInterval = useRef<Time | null>(null);
|
||||||
|
|
||||||
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
||||||
selectedTime as Time,
|
lastSelectedInterval.current
|
||||||
|
? lastSelectedInterval.current
|
||||||
|
: (selectedTime as Time),
|
||||||
);
|
);
|
||||||
|
|
||||||
const [selectedView, setSelectedView] = useState<VIEWS>(
|
const [selectedView, setSelectedView] = useState<VIEWS>(
|
||||||
@@ -150,10 +154,11 @@ function HostMetricsDetails({
|
|||||||
}, [initialFilters]);
|
}, [initialFilters]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setSelectedInterval(selectedTime as Time);
|
const currentSelectedInterval = lastSelectedInterval.current || selectedTime;
|
||||||
|
setSelectedInterval(currentSelectedInterval as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (currentSelectedInterval !== 'custom') {
|
||||||
const { maxTime, minTime } = GetMinMax(selectedTime);
|
const { maxTime, minTime } = GetMinMax(currentSelectedInterval);
|
||||||
|
|
||||||
setModalTimeRange({
|
setModalTimeRange({
|
||||||
startTime: Math.floor(minTime / 1000000000),
|
startTime: Math.floor(minTime / 1000000000),
|
||||||
@@ -181,6 +186,7 @@ function HostMetricsDetails({
|
|||||||
|
|
||||||
const handleTimeChange = useCallback(
|
const handleTimeChange = useCallback(
|
||||||
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
||||||
|
lastSelectedInterval.current = interval as Time;
|
||||||
setSelectedInterval(interval as Time);
|
setSelectedInterval(interval as Time);
|
||||||
|
|
||||||
if (interval === 'custom' && dateTimeRange) {
|
if (interval === 'custom' && dateTimeRange) {
|
||||||
@@ -356,6 +362,7 @@ function HostMetricsDetails({
|
|||||||
|
|
||||||
const handleClose = (): void => {
|
const handleClose = (): void => {
|
||||||
setSelectedInterval(selectedTime as Time);
|
setSelectedInterval(selectedTime as Time);
|
||||||
|
lastSelectedInterval.current = null;
|
||||||
setSearchParams({});
|
setSearchParams({});
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (selectedTime !== 'custom') {
|
||||||
|
|||||||
@@ -13,13 +13,15 @@ import {
|
|||||||
CustomTimeType,
|
CustomTimeType,
|
||||||
Time,
|
Time,
|
||||||
} from 'container/TopNav/DateTimeSelectionV2/config';
|
} from 'container/TopNav/DateTimeSelectionV2/config';
|
||||||
|
import { useQueryBuilder } from 'hooks/queryBuilder/useQueryBuilder';
|
||||||
import { useIsDarkMode } from 'hooks/useDarkMode';
|
import { useIsDarkMode } from 'hooks/useDarkMode';
|
||||||
import { useResizeObserver } from 'hooks/useDimensions';
|
import { useResizeObserver } from 'hooks/useDimensions';
|
||||||
|
import { useMultiIntersectionObserver } from 'hooks/useMultiIntersectionObserver';
|
||||||
import { GetMetricQueryRange } from 'lib/dashboard/getQueryResults';
|
import { GetMetricQueryRange } from 'lib/dashboard/getQueryResults';
|
||||||
import { getUPlotChartOptions } from 'lib/uPlotLib/getUplotChartOptions';
|
import { getUPlotChartOptions } from 'lib/uPlotLib/getUplotChartOptions';
|
||||||
import { getUPlotChartData } from 'lib/uPlotLib/utils/getUplotChartData';
|
import { getUPlotChartData } from 'lib/uPlotLib/utils/getUplotChartData';
|
||||||
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useQueries, UseQueryResult } from 'react-query';
|
import { QueryFunctionContext, useQueries, UseQueryResult } from 'react-query';
|
||||||
import { SuccessResponse } from 'types/api';
|
import { SuccessResponse } from 'types/api';
|
||||||
import { MetricRangePayloadProps } from 'types/api/metrics/getQueryRange';
|
import { MetricRangePayloadProps } from 'types/api/metrics/getQueryRange';
|
||||||
|
|
||||||
@@ -53,6 +55,11 @@ function Metrics({
|
|||||||
featureFlags?.find((flag) => flag.name === FeatureKeys.DOT_METRICS_ENABLED)
|
featureFlags?.find((flag) => flag.name === FeatureKeys.DOT_METRICS_ENABLED)
|
||||||
?.active || false;
|
?.active || false;
|
||||||
|
|
||||||
|
const {
|
||||||
|
visibilities,
|
||||||
|
setElement,
|
||||||
|
} = useMultiIntersectionObserver(hostWidgetInfo.length, { threshold: 0.1 });
|
||||||
|
|
||||||
const queryPayloads = useMemo(
|
const queryPayloads = useMemo(
|
||||||
() =>
|
() =>
|
||||||
getHostQueryPayload(
|
getHostQueryPayload(
|
||||||
@@ -65,17 +72,22 @@ function Metrics({
|
|||||||
);
|
);
|
||||||
|
|
||||||
const queries = useQueries(
|
const queries = useQueries(
|
||||||
queryPayloads.map((payload) => ({
|
queryPayloads.map((payload, index) => ({
|
||||||
queryKey: ['host-metrics', payload, ENTITY_VERSION_V4, 'HOST'],
|
queryKey: ['host-metrics', payload, ENTITY_VERSION_V4, 'HOST'],
|
||||||
queryFn: (): Promise<SuccessResponse<MetricRangePayloadProps>> =>
|
queryFn: ({
|
||||||
GetMetricQueryRange(payload, ENTITY_VERSION_V4),
|
signal,
|
||||||
enabled: !!payload,
|
}: QueryFunctionContext): Promise<
|
||||||
|
SuccessResponse<MetricRangePayloadProps>
|
||||||
|
> => GetMetricQueryRange(payload, ENTITY_VERSION_V4, signal),
|
||||||
|
enabled: !!payload && visibilities[index],
|
||||||
|
keepPreviousData: true,
|
||||||
})),
|
})),
|
||||||
);
|
);
|
||||||
|
|
||||||
const isDarkMode = useIsDarkMode();
|
const isDarkMode = useIsDarkMode();
|
||||||
const graphRef = useRef<HTMLDivElement>(null);
|
const graphRef = useRef<HTMLDivElement>(null);
|
||||||
const dimensions = useResizeObserver(graphRef);
|
const dimensions = useResizeObserver(graphRef);
|
||||||
|
const { currentQuery } = useQueryBuilder();
|
||||||
|
|
||||||
const chartData = useMemo(
|
const chartData = useMemo(
|
||||||
() => queries.map(({ data }) => getUPlotChartData(data?.payload)),
|
() => queries.map(({ data }) => getUPlotChartData(data?.payload)),
|
||||||
@@ -134,16 +146,24 @@ function Metrics({
|
|||||||
minTimeScale: graphTimeIntervals[idx].start,
|
minTimeScale: graphTimeIntervals[idx].start,
|
||||||
maxTimeScale: graphTimeIntervals[idx].end,
|
maxTimeScale: graphTimeIntervals[idx].end,
|
||||||
onDragSelect: (start, end) => onDragSelect(start, end, idx),
|
onDragSelect: (start, end) => onDragSelect(start, end, idx),
|
||||||
|
query: currentQuery,
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
[queries, isDarkMode, dimensions, graphTimeIntervals, onDragSelect],
|
[
|
||||||
|
queries,
|
||||||
|
isDarkMode,
|
||||||
|
dimensions,
|
||||||
|
graphTimeIntervals,
|
||||||
|
onDragSelect,
|
||||||
|
currentQuery,
|
||||||
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
const renderCardContent = (
|
const renderCardContent = (
|
||||||
query: UseQueryResult<SuccessResponse<MetricRangePayloadProps>, unknown>,
|
query: UseQueryResult<SuccessResponse<MetricRangePayloadProps>, unknown>,
|
||||||
idx: number,
|
idx: number,
|
||||||
): JSX.Element => {
|
): JSX.Element => {
|
||||||
if (query.isLoading) {
|
if ((!query.data && query.isLoading) || !visibilities[idx]) {
|
||||||
return <Skeleton />;
|
return <Skeleton />;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -181,7 +201,7 @@ function Metrics({
|
|||||||
</div>
|
</div>
|
||||||
<Row gutter={24} className="host-metrics-container">
|
<Row gutter={24} className="host-metrics-container">
|
||||||
{queries.map((query, idx) => (
|
{queries.map((query, idx) => (
|
||||||
<Col span={12} key={hostWidgetInfo[idx].title}>
|
<Col ref={setElement(idx)} span={12} key={hostWidgetInfo[idx].title}>
|
||||||
<Typography.Text>{hostWidgetInfo[idx].title}</Typography.Text>
|
<Typography.Text>{hostWidgetInfo[idx].title}</Typography.Text>
|
||||||
<Card bordered className="host-metrics-card" ref={graphRef}>
|
<Card bordered className="host-metrics-card" ref={graphRef}>
|
||||||
{renderCardContent(query, idx)}
|
{renderCardContent(query, idx)}
|
||||||
|
|||||||
@@ -0,0 +1,101 @@
|
|||||||
|
.input-with-label {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
|
border-radius: 2px 0px 0px 2px;
|
||||||
|
|
||||||
|
.label {
|
||||||
|
color: var(--bg-vanilla-400);
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 18px; /* 128.571% */
|
||||||
|
letter-spacing: 0.56px;
|
||||||
|
|
||||||
|
max-width: 150px;
|
||||||
|
min-width: 120px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
padding: 0px 8px;
|
||||||
|
|
||||||
|
border-radius: 2px 0px 0px 2px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
background: var(--bg-ink-300);
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
font-weight: var(--font-weight-light);
|
||||||
|
}
|
||||||
|
|
||||||
|
.input {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 150px;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
|
||||||
|
border-radius: 2px 0px 0px 2px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
background: var(--bg-ink-300);
|
||||||
|
|
||||||
|
border-right: none;
|
||||||
|
border-left: none;
|
||||||
|
border-top-right-radius: 0px;
|
||||||
|
border-bottom-right-radius: 0px;
|
||||||
|
border-top-left-radius: 0px;
|
||||||
|
border-bottom-left-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close-btn {
|
||||||
|
border-radius: 0px 2px 2px 0px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
background: var(--bg-ink-300);
|
||||||
|
height: 38px;
|
||||||
|
width: 38px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.labelAfter {
|
||||||
|
.input {
|
||||||
|
border-radius: 0px 2px 2px 0px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
background: var(--bg-ink-300);
|
||||||
|
border-top-right-radius: 0px;
|
||||||
|
border-bottom-right-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
border-left: none;
|
||||||
|
border-top-left-radius: 0px;
|
||||||
|
border-bottom-left-radius: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightMode {
|
||||||
|
.input-with-label {
|
||||||
|
.label {
|
||||||
|
color: var(--bg-ink-500) !important;
|
||||||
|
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close-btn {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.labelAfter {
|
||||||
|
.input {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
71
frontend/src/components/InputWithLabel/InputWithLabel.tsx
Normal file
71
frontend/src/components/InputWithLabel/InputWithLabel.tsx
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
import './InputWithLabel.styles.scss';
|
||||||
|
|
||||||
|
import { Button, Input, Typography } from 'antd';
|
||||||
|
import cx from 'classnames';
|
||||||
|
import { X } from 'lucide-react';
|
||||||
|
import { useState } from 'react';
|
||||||
|
|
||||||
|
function InputWithLabel({
|
||||||
|
label,
|
||||||
|
initialValue,
|
||||||
|
placeholder,
|
||||||
|
type,
|
||||||
|
onClose,
|
||||||
|
labelAfter,
|
||||||
|
onChange,
|
||||||
|
className,
|
||||||
|
}: {
|
||||||
|
label: string;
|
||||||
|
initialValue?: string | number;
|
||||||
|
placeholder: string;
|
||||||
|
type?: string;
|
||||||
|
onClose?: () => void;
|
||||||
|
labelAfter?: boolean;
|
||||||
|
onChange: (value: string) => void;
|
||||||
|
className?: string;
|
||||||
|
}): JSX.Element {
|
||||||
|
const [inputValue, setInputValue] = useState<string>(
|
||||||
|
initialValue ? initialValue.toString() : '',
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleChange = (e: React.ChangeEvent<HTMLInputElement>): void => {
|
||||||
|
setInputValue(e.target.value);
|
||||||
|
onChange?.(e.target.value);
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div
|
||||||
|
className={cx('input-with-label', className, {
|
||||||
|
labelAfter,
|
||||||
|
})}
|
||||||
|
>
|
||||||
|
{!labelAfter && <Typography.Text className="label">{label}</Typography.Text>}
|
||||||
|
<Input
|
||||||
|
className="input"
|
||||||
|
placeholder={placeholder}
|
||||||
|
type={type}
|
||||||
|
value={inputValue}
|
||||||
|
onChange={handleChange}
|
||||||
|
name={label.toLowerCase()}
|
||||||
|
/>
|
||||||
|
{labelAfter && <Typography.Text className="label">{label}</Typography.Text>}
|
||||||
|
{onClose && (
|
||||||
|
<Button
|
||||||
|
className="periscope-btn ghost close-btn"
|
||||||
|
icon={<X size={16} />}
|
||||||
|
onClick={onClose}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
InputWithLabel.defaultProps = {
|
||||||
|
type: 'text',
|
||||||
|
onClose: undefined,
|
||||||
|
labelAfter: false,
|
||||||
|
initialValue: undefined,
|
||||||
|
className: undefined,
|
||||||
|
};
|
||||||
|
|
||||||
|
export default InputWithLabel;
|
||||||
@@ -410,18 +410,18 @@ export default function LogsFormatOptionsMenu({
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="column-format">
|
<div className="column-format">
|
||||||
{addColumn?.value?.map(({ key, id }) => (
|
{addColumn?.value?.map(({ name }) => (
|
||||||
<div className="column-name" key={id}>
|
<div className="column-name" key={name}>
|
||||||
<div className="name">
|
<div className="name">
|
||||||
<Tooltip placement="left" title={key}>
|
<Tooltip placement="left" title={name}>
|
||||||
{key}
|
{name}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
{addColumn?.value?.length > 1 && (
|
{addColumn?.value?.length > 1 && (
|
||||||
<X
|
<X
|
||||||
className="delete-btn"
|
className="delete-btn"
|
||||||
size={14}
|
size={14}
|
||||||
onClick={(): void => addColumn.onRemove(id as string)}
|
onClick={(): void => addColumn.onRemove(name)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -0,0 +1,553 @@
|
|||||||
|
.query-builder-v2 {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 4px;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
border-bottom: 1px solid var(--bg-slate-400);
|
||||||
|
border-top: 1px solid var(--bg-slate-400);
|
||||||
|
|
||||||
|
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||||
|
'Helvetica Neue', sans-serif;
|
||||||
|
|
||||||
|
border-right: none;
|
||||||
|
border-left: none;
|
||||||
|
|
||||||
|
.qb-content-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
width: calc(100% - 44px);
|
||||||
|
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-content-section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
padding: 8px;
|
||||||
|
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
|
.qb-header-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
margin-left: 32px;
|
||||||
|
|
||||||
|
.query-actions-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 8px;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-elements-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
margin-left: 108px;
|
||||||
|
|
||||||
|
.code-mirror-where-clause,
|
||||||
|
.query-aggregation-container,
|
||||||
|
.query-add-ons,
|
||||||
|
.metrics-aggregation-section-content {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: -10px;
|
||||||
|
top: 12px;
|
||||||
|
width: 6px;
|
||||||
|
height: 6px;
|
||||||
|
border-left: 6px dotted #1d212d;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Horizontal line pointing from vertical to the item */
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: -28px;
|
||||||
|
top: 15px;
|
||||||
|
width: 24px;
|
||||||
|
height: 1px;
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to right,
|
||||||
|
#1d212d,
|
||||||
|
#1d212d 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.where-clause-view {
|
||||||
|
.qb-content-section {
|
||||||
|
.qb-elements-container {
|
||||||
|
margin-left: 0px;
|
||||||
|
|
||||||
|
.code-mirror-where-clause,
|
||||||
|
.query-aggregation-container,
|
||||||
|
.query-add-ons,
|
||||||
|
.metrics-aggregation-section-content {
|
||||||
|
&::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-names-section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
width: 44px;
|
||||||
|
padding: 8px;
|
||||||
|
|
||||||
|
border-left: 1px solid var(--bg-slate-400);
|
||||||
|
|
||||||
|
.query-name {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
|
||||||
|
padding: 4px;
|
||||||
|
|
||||||
|
border-radius: 0px 2px 2px 0px;
|
||||||
|
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid rgba(242, 71, 105, 0.2);
|
||||||
|
background: rgba(242, 71, 105, 0.1);
|
||||||
|
|
||||||
|
color: var(--Sakura-400, #f56c87);
|
||||||
|
font-family: 'Space Mono';
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 16px; /* 128.571% */
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
.formula-name {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
|
||||||
|
padding: 4px;
|
||||||
|
|
||||||
|
border-radius: 0px 2px 2px 0px;
|
||||||
|
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid rgba(173, 127, 88, 0.2);
|
||||||
|
background: rgba(173, 127, 88, 0.1);
|
||||||
|
|
||||||
|
color: var(--Sienna-500, #ad7f58);
|
||||||
|
font-family: 'Space Mono';
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 16px; /* 128.571% */
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-formulas-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
margin-left: 32px;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
padding-left: 8px;
|
||||||
|
|
||||||
|
.qb-formula {
|
||||||
|
.ant-row {
|
||||||
|
row-gap: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-entity-options {
|
||||||
|
margin-left: 8px;
|
||||||
|
|
||||||
|
padding-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.formula-container {
|
||||||
|
margin-left: 82px;
|
||||||
|
padding: 4px 0px;
|
||||||
|
|
||||||
|
.ant-col {
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: -10px;
|
||||||
|
top: 12px;
|
||||||
|
width: 6px;
|
||||||
|
height: 6px;
|
||||||
|
border-left: 6px dotted #1d212d;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Horizontal line pointing from vertical to the item */
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: -28px;
|
||||||
|
top: 15px;
|
||||||
|
width: 24px;
|
||||||
|
height: 1px;
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to right,
|
||||||
|
#1d212d,
|
||||||
|
#1d212d 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.formula-expression {
|
||||||
|
border-bottom-left-radius: 0px !important;
|
||||||
|
border-bottom-right-radius: 0px !important;
|
||||||
|
|
||||||
|
font-family: 'Space Mono';
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 16px; /* 128.571% */
|
||||||
|
|
||||||
|
resize: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.formula-legend {
|
||||||
|
border-top-left-radius: 0px !important;
|
||||||
|
border-top-right-radius: 0px !important;
|
||||||
|
|
||||||
|
.ant-input-group-addon {
|
||||||
|
border-top-left-radius: 0px !important;
|
||||||
|
border-top-right-radius: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-input {
|
||||||
|
border-top-left-radius: 0px !important;
|
||||||
|
border-top-right-radius: 0px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-footer {
|
||||||
|
padding: 0 8px 16px 8px;
|
||||||
|
|
||||||
|
.qb-footer-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
margin-left: 32px;
|
||||||
|
|
||||||
|
.qb-add-new-query {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
height: calc(100% - 82px);
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: 56px;
|
||||||
|
top: 31px;
|
||||||
|
bottom: 0;
|
||||||
|
width: 1px;
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to bottom,
|
||||||
|
#1d212d,
|
||||||
|
#1d212d 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-entity-options {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
.options {
|
||||||
|
.query-name {
|
||||||
|
border-radius: 0px 2px 2px 0px !important;
|
||||||
|
border: 1px solid rgba(242, 71, 105, 0.2) !important;
|
||||||
|
background: rgba(242, 71, 105, 0.1) !important;
|
||||||
|
|
||||||
|
color: var(--Sakura-400, #f56c87) !important;
|
||||||
|
font-family: 'Space Mono';
|
||||||
|
font-size: 14px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 18px; /* 128.571% */
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
height: 120px;
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 31px;
|
||||||
|
bottom: 0;
|
||||||
|
width: 1px;
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to bottom,
|
||||||
|
#1d212d,
|
||||||
|
#1d212d 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
left: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.formula-name {
|
||||||
|
border-radius: 0px 2px 2px 0px;
|
||||||
|
border: 1px solid rgba(173, 127, 88, 0.2);
|
||||||
|
background: rgba(173, 127, 88, 0.1);
|
||||||
|
|
||||||
|
font-family: 'Space Mono';
|
||||||
|
font-size: 14px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 18px; /* 128.571% */
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
height: 65px;
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 31px;
|
||||||
|
bottom: 0;
|
||||||
|
width: 1px;
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to bottom,
|
||||||
|
#1d212d,
|
||||||
|
#1d212d 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
left: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-data-source {
|
||||||
|
margin-left: 8px;
|
||||||
|
|
||||||
|
.ant-select-selector {
|
||||||
|
min-width: 120px;
|
||||||
|
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--Slate-400, #1d212d);
|
||||||
|
background: var(--Ink-300, #16181d);
|
||||||
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-search-container {
|
||||||
|
.metrics-select-container {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-search-filter-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: flex-start;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
.query-search-container {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.traces-search-filter-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select-selector {
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--Slate-400, #1d212d) !important;
|
||||||
|
background: var(--Ink-300, #16181d) !important;
|
||||||
|
height: 34px !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select-arrow {
|
||||||
|
color: var(--bg-vanilla-400) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-actions-dropdown {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightMode {
|
||||||
|
.query-builder-v2 {
|
||||||
|
border-bottom: 1px solid var(--bg-vanilla-300);
|
||||||
|
border-top: 1px solid var(--bg-vanilla-300);
|
||||||
|
|
||||||
|
.qb-content-section {
|
||||||
|
.qb-elements-container {
|
||||||
|
.code-mirror-where-clause,
|
||||||
|
.query-aggregation-container,
|
||||||
|
.query-add-ons,
|
||||||
|
.metrics-aggregation-section-content {
|
||||||
|
&::before {
|
||||||
|
border-left: 6px dotted var(--bg-vanilla-300);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Horizontal line pointing from vertical to the item */
|
||||||
|
&::after {
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to right,
|
||||||
|
var(--bg-vanilla-300),
|
||||||
|
var(--bg-vanilla-300) 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-names-section {
|
||||||
|
border-left: 1px solid var(--bg-vanilla-300);
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-formulas-container {
|
||||||
|
.qb-formula {
|
||||||
|
.formula-container {
|
||||||
|
.ant-col {
|
||||||
|
&::before {
|
||||||
|
border-left: 6px dotted var(--bg-vanilla-300);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Horizontal line pointing from vertical to the item */
|
||||||
|
&::after {
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to right,
|
||||||
|
var(--bg-vanilla-300),
|
||||||
|
var(--bg-vanilla-300) 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-footer {
|
||||||
|
.qb-footer-container {
|
||||||
|
.qb-add-new-query {
|
||||||
|
&::before {
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to bottom,
|
||||||
|
var(--bg-vanilla-300),
|
||||||
|
var(--bg-vanilla-300) 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-entity-options {
|
||||||
|
.options {
|
||||||
|
.query-name {
|
||||||
|
&::before {
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to bottom,
|
||||||
|
var(--bg-vanilla-300),
|
||||||
|
var(--bg-vanilla-300) 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.formula-name {
|
||||||
|
&::before {
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
to bottom,
|
||||||
|
var(--bg-vanilla-300),
|
||||||
|
var(--bg-vanilla-300) 4px,
|
||||||
|
transparent 4px,
|
||||||
|
transparent 8px
|
||||||
|
);
|
||||||
|
left: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-data-source {
|
||||||
|
.ant-select-selector {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.qb-search-filter-container {
|
||||||
|
.ant-select-selector {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select-arrow {
|
||||||
|
color: var(--bg-vanilla-400) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
185
frontend/src/components/QueryBuilderV2/QueryBuilderV2.tsx
Normal file
185
frontend/src/components/QueryBuilderV2/QueryBuilderV2.tsx
Normal file
@@ -0,0 +1,185 @@
|
|||||||
|
import './QueryBuilderV2.styles.scss';
|
||||||
|
|
||||||
|
import { OPERATORS, PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
|
import { Formula } from 'container/QueryBuilder/components/Formula';
|
||||||
|
import { QueryBuilderProps } from 'container/QueryBuilder/QueryBuilder.interfaces';
|
||||||
|
import { useQueryBuilder } from 'hooks/queryBuilder/useQueryBuilder';
|
||||||
|
import { memo, useEffect, useMemo, useRef } from 'react';
|
||||||
|
import { DataSource } from 'types/common/queryBuilder';
|
||||||
|
|
||||||
|
import { QueryBuilderV2Provider } from './QueryBuilderV2Context';
|
||||||
|
import QueryFooter from './QueryV2/QueryFooter/QueryFooter';
|
||||||
|
import { QueryV2 } from './QueryV2/QueryV2';
|
||||||
|
|
||||||
|
export const QueryBuilderV2 = memo(function QueryBuilderV2({
|
||||||
|
config,
|
||||||
|
panelType: newPanelType,
|
||||||
|
filterConfigs = {},
|
||||||
|
queryComponents,
|
||||||
|
isListViewPanel = false,
|
||||||
|
showOnlyWhereClause = false,
|
||||||
|
version,
|
||||||
|
}: QueryBuilderProps): JSX.Element {
|
||||||
|
const {
|
||||||
|
currentQuery,
|
||||||
|
addNewBuilderQuery,
|
||||||
|
addNewFormula,
|
||||||
|
handleSetConfig,
|
||||||
|
panelType,
|
||||||
|
initialDataSource,
|
||||||
|
} = useQueryBuilder();
|
||||||
|
|
||||||
|
const containerRef = useRef(null);
|
||||||
|
|
||||||
|
const currentDataSource = useMemo(
|
||||||
|
() =>
|
||||||
|
(config && config.queryVariant === 'static' && config.initialDataSource) ||
|
||||||
|
null,
|
||||||
|
[config],
|
||||||
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (currentDataSource !== initialDataSource || newPanelType !== panelType) {
|
||||||
|
if (newPanelType === PANEL_TYPES.BAR) {
|
||||||
|
handleSetConfig(PANEL_TYPES.BAR, DataSource.METRICS);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
handleSetConfig(newPanelType, currentDataSource);
|
||||||
|
}
|
||||||
|
}, [
|
||||||
|
handleSetConfig,
|
||||||
|
panelType,
|
||||||
|
initialDataSource,
|
||||||
|
currentDataSource,
|
||||||
|
newPanelType,
|
||||||
|
]);
|
||||||
|
|
||||||
|
const listViewLogFilterConfigs: QueryBuilderProps['filterConfigs'] = useMemo(() => {
|
||||||
|
const config: QueryBuilderProps['filterConfigs'] = {
|
||||||
|
stepInterval: { isHidden: true, isDisabled: true },
|
||||||
|
having: { isHidden: true, isDisabled: true },
|
||||||
|
filters: {
|
||||||
|
customKey: 'body',
|
||||||
|
customOp: OPERATORS.CONTAINS,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
return config;
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
const listViewTracesFilterConfigs: QueryBuilderProps['filterConfigs'] = useMemo(() => {
|
||||||
|
const config: QueryBuilderProps['filterConfigs'] = {
|
||||||
|
stepInterval: { isHidden: true, isDisabled: true },
|
||||||
|
having: { isHidden: true, isDisabled: true },
|
||||||
|
limit: { isHidden: true, isDisabled: true },
|
||||||
|
filters: {
|
||||||
|
customKey: 'body',
|
||||||
|
customOp: OPERATORS.CONTAINS,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
return config;
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
const queryFilterConfigs = useMemo(() => {
|
||||||
|
if (isListViewPanel) {
|
||||||
|
return currentQuery.builder.queryData[0].dataSource === DataSource.TRACES
|
||||||
|
? listViewTracesFilterConfigs
|
||||||
|
: listViewLogFilterConfigs;
|
||||||
|
}
|
||||||
|
|
||||||
|
return filterConfigs;
|
||||||
|
}, [
|
||||||
|
isListViewPanel,
|
||||||
|
filterConfigs,
|
||||||
|
currentQuery.builder.queryData,
|
||||||
|
listViewLogFilterConfigs,
|
||||||
|
listViewTracesFilterConfigs,
|
||||||
|
]);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<QueryBuilderV2Provider>
|
||||||
|
<div className="query-builder-v2">
|
||||||
|
<div className="qb-content-container">
|
||||||
|
{isListViewPanel && (
|
||||||
|
<QueryV2
|
||||||
|
ref={containerRef}
|
||||||
|
key={currentQuery.builder.queryData[0].queryName}
|
||||||
|
index={0}
|
||||||
|
query={currentQuery.builder.queryData[0]}
|
||||||
|
filterConfigs={queryFilterConfigs}
|
||||||
|
queryComponents={queryComponents}
|
||||||
|
version={version}
|
||||||
|
isAvailableToDisable={false}
|
||||||
|
queryVariant={config?.queryVariant || 'dropdown'}
|
||||||
|
showOnlyWhereClause={showOnlyWhereClause}
|
||||||
|
isListViewPanel={isListViewPanel}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{!isListViewPanel &&
|
||||||
|
currentQuery.builder.queryData.map((query, index) => (
|
||||||
|
<QueryV2
|
||||||
|
ref={containerRef}
|
||||||
|
key={query.queryName}
|
||||||
|
index={index}
|
||||||
|
query={query}
|
||||||
|
filterConfigs={queryFilterConfigs}
|
||||||
|
queryComponents={queryComponents}
|
||||||
|
version={version}
|
||||||
|
isAvailableToDisable={false}
|
||||||
|
queryVariant={config?.queryVariant || 'dropdown'}
|
||||||
|
showOnlyWhereClause={showOnlyWhereClause}
|
||||||
|
isListViewPanel={isListViewPanel}
|
||||||
|
/>
|
||||||
|
))}
|
||||||
|
|
||||||
|
{!showOnlyWhereClause && currentQuery.builder.queryFormulas.length > 0 && (
|
||||||
|
<div className="qb-formulas-container">
|
||||||
|
{currentQuery.builder.queryFormulas.map((formula, index) => {
|
||||||
|
const query =
|
||||||
|
currentQuery.builder.queryData[index] ||
|
||||||
|
currentQuery.builder.queryData[0];
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div key={formula.queryName} className="qb-formula">
|
||||||
|
<Formula
|
||||||
|
filterConfigs={filterConfigs}
|
||||||
|
query={query}
|
||||||
|
formula={formula}
|
||||||
|
index={index}
|
||||||
|
isAdditionalFilterEnable={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{!showOnlyWhereClause && !isListViewPanel && (
|
||||||
|
<QueryFooter
|
||||||
|
addNewBuilderQuery={addNewBuilderQuery}
|
||||||
|
addNewFormula={addNewFormula}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{!showOnlyWhereClause && !isListViewPanel && (
|
||||||
|
<div className="query-names-section">
|
||||||
|
{currentQuery.builder.queryData.map((query) => (
|
||||||
|
<div key={query.queryName} className="query-name">
|
||||||
|
{query.queryName}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
|
||||||
|
{currentQuery.builder.queryFormulas.map((formula) => (
|
||||||
|
<div key={formula.queryName} className="formula-name">
|
||||||
|
{formula.queryName}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</QueryBuilderV2Provider>
|
||||||
|
);
|
||||||
|
});
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
import { createContext, ReactNode, useContext, useMemo, useState } from 'react';
|
||||||
|
|
||||||
|
// Types for the context state
|
||||||
|
export type AggregationOption = { func: string; arg: string };
|
||||||
|
|
||||||
|
interface QueryBuilderV2ContextType {
|
||||||
|
searchText: string;
|
||||||
|
setSearchText: (text: string) => void;
|
||||||
|
aggregationOptions: AggregationOption[];
|
||||||
|
setAggregationOptions: (options: AggregationOption[]) => void;
|
||||||
|
aggregationInterval: string;
|
||||||
|
setAggregationInterval: (interval: string) => void;
|
||||||
|
queryAddValues: any; // Replace 'any' with a more specific type if available
|
||||||
|
setQueryAddValues: (values: any) => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
const QueryBuilderV2Context = createContext<
|
||||||
|
QueryBuilderV2ContextType | undefined
|
||||||
|
>(undefined);
|
||||||
|
|
||||||
|
export function QueryBuilderV2Provider({
|
||||||
|
children,
|
||||||
|
}: {
|
||||||
|
children: ReactNode;
|
||||||
|
}): JSX.Element {
|
||||||
|
const [searchText, setSearchText] = useState('');
|
||||||
|
const [aggregationOptions, setAggregationOptions] = useState<
|
||||||
|
AggregationOption[]
|
||||||
|
>([]);
|
||||||
|
const [aggregationInterval, setAggregationInterval] = useState('');
|
||||||
|
const [queryAddValues, setQueryAddValues] = useState<any>(null); // Replace 'any' if you have a type
|
||||||
|
|
||||||
|
return (
|
||||||
|
<QueryBuilderV2Context.Provider
|
||||||
|
value={useMemo(
|
||||||
|
() => ({
|
||||||
|
searchText,
|
||||||
|
setSearchText,
|
||||||
|
aggregationOptions,
|
||||||
|
setAggregationOptions,
|
||||||
|
aggregationInterval,
|
||||||
|
setAggregationInterval,
|
||||||
|
queryAddValues,
|
||||||
|
setQueryAddValues,
|
||||||
|
}),
|
||||||
|
[searchText, aggregationOptions, aggregationInterval, queryAddValues],
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
{children}
|
||||||
|
</QueryBuilderV2Context.Provider>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export const useQueryBuilderV2Context = (): QueryBuilderV2ContextType => {
|
||||||
|
const context = useContext(QueryBuilderV2Context);
|
||||||
|
if (!context) {
|
||||||
|
throw new Error(
|
||||||
|
'useQueryBuilderV2Context must be used within a QueryBuilderV2Provider',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return context;
|
||||||
|
};
|
||||||
@@ -0,0 +1,147 @@
|
|||||||
|
.metrics-aggregate-section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 16px;
|
||||||
|
margin: 4px 0;
|
||||||
|
|
||||||
|
.metrics-time-aggregation-section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.non-histogram-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:not(.is-histogram) {
|
||||||
|
.metrics-time-aggregation-section,
|
||||||
|
.metrics-space-aggregation-section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.metrics-aggregation-section-content {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.metrics-space-aggregation-section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 4px;
|
||||||
|
|
||||||
|
.metrics-space-aggregation-section-title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 6px;
|
||||||
|
|
||||||
|
color: var(--Slate-50, #62687c);
|
||||||
|
font-family: 'Geist Mono';
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 18px; /* 150% */
|
||||||
|
letter-spacing: 0.48px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.metrics-aggregation-section-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
.group-by-filter-container {
|
||||||
|
min-width: 340px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.metrics-aggregation-section-content-item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
|
||||||
|
.metrics-aggregation-section-content-item-label {
|
||||||
|
color: var(--Vanilla-400, #c0c1c3);
|
||||||
|
font-family: 'Geist Mono';
|
||||||
|
font-size: 13px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 20px; /* 142.857% */
|
||||||
|
letter-spacing: -0.07px;
|
||||||
|
|
||||||
|
&.main-label {
|
||||||
|
color: var(--Slate-50, #62687c);
|
||||||
|
font-family: 'Geist Mono';
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 18px; /* 150% */
|
||||||
|
letter-spacing: 0.48px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.metrics-aggregation-section-content-item-value {
|
||||||
|
min-width: 140px;
|
||||||
|
|
||||||
|
.ant-select {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select-selector {
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1.005px solid var(--Slate-400, #1d212d);
|
||||||
|
background: var(--Ink-300, #16181d);
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-with-label {
|
||||||
|
.label {
|
||||||
|
min-width: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input {
|
||||||
|
flex: initial;
|
||||||
|
width: 100px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.is-histogram {
|
||||||
|
.group-by-filter-container {
|
||||||
|
width: 420px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.histogram-every-input {
|
||||||
|
.input {
|
||||||
|
flex: initial;
|
||||||
|
width: 100px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
min-width: 80px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.metrics-operators-select {
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1.005px solid var(--Slate-400, #1d212d);
|
||||||
|
background: var(--Ink-300, #16181d);
|
||||||
|
|
||||||
|
color: var(--Vanilla-400, #c0c1c3);
|
||||||
|
font-family: 'Geist Mono';
|
||||||
|
font-size: 13px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 20px; /* 142.857% */
|
||||||
|
letter-spacing: -0.07px;
|
||||||
|
}
|
||||||
@@ -0,0 +1,226 @@
|
|||||||
|
import './MetricsAggregateSection.styles.scss';
|
||||||
|
|
||||||
|
import { Tooltip } from 'antd';
|
||||||
|
import cx from 'classnames';
|
||||||
|
import InputWithLabel from 'components/InputWithLabel/InputWithLabel';
|
||||||
|
import { ATTRIBUTE_TYPES, PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
|
import SpaceAggregationOptions from 'container/QueryBuilder/components/SpaceAggregationOptions/SpaceAggregationOptions';
|
||||||
|
import { GroupByFilter, OperatorsSelect } from 'container/QueryBuilder/filters';
|
||||||
|
import { useQueryOperations } from 'hooks/queryBuilder/useQueryBuilderOperations';
|
||||||
|
import { Info } from 'lucide-react';
|
||||||
|
import { memo, useCallback, useEffect, useMemo } from 'react';
|
||||||
|
import { IBuilderQuery } from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
|
||||||
|
import { useQueryBuilderV2Context } from '../../QueryBuilderV2Context';
|
||||||
|
|
||||||
|
const MetricsAggregateSection = memo(function MetricsAggregateSection({
|
||||||
|
query,
|
||||||
|
index,
|
||||||
|
version,
|
||||||
|
panelType,
|
||||||
|
}: {
|
||||||
|
query: IBuilderQuery;
|
||||||
|
index: number;
|
||||||
|
version: string;
|
||||||
|
panelType: PANEL_TYPES | null;
|
||||||
|
}): JSX.Element {
|
||||||
|
const { setAggregationOptions } = useQueryBuilderV2Context();
|
||||||
|
const {
|
||||||
|
operators,
|
||||||
|
spaceAggregationOptions,
|
||||||
|
handleChangeQueryData,
|
||||||
|
handleChangeOperator,
|
||||||
|
handleSpaceAggregationChange,
|
||||||
|
} = useQueryOperations({
|
||||||
|
index,
|
||||||
|
query,
|
||||||
|
entityVersion: version,
|
||||||
|
});
|
||||||
|
|
||||||
|
const isHistogram = useMemo(
|
||||||
|
() => query.aggregateAttribute.type === ATTRIBUTE_TYPES.HISTOGRAM,
|
||||||
|
[query.aggregateAttribute.type],
|
||||||
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
setAggregationOptions([
|
||||||
|
{
|
||||||
|
func: query.spaceAggregation || 'count',
|
||||||
|
arg: query.aggregateAttribute.key || '',
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
}, [
|
||||||
|
query.spaceAggregation,
|
||||||
|
query.aggregateAttribute.key,
|
||||||
|
setAggregationOptions,
|
||||||
|
query,
|
||||||
|
]);
|
||||||
|
|
||||||
|
const handleChangeGroupByKeys = useCallback(
|
||||||
|
(value: IBuilderQuery['groupBy']) => {
|
||||||
|
handleChangeQueryData('groupBy', value);
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleChangeAggregateEvery = useCallback(
|
||||||
|
(value: string) => {
|
||||||
|
handleChangeQueryData('stepInterval', Number(value));
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const showAggregationInterval = useMemo(() => {
|
||||||
|
// eslint-disable-next-line sonarjs/prefer-single-boolean-return
|
||||||
|
if (panelType === PANEL_TYPES.VALUE) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}, [panelType]);
|
||||||
|
|
||||||
|
const disableOperatorSelector =
|
||||||
|
!query?.aggregateAttribute.key || query?.aggregateAttribute.key === '';
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div
|
||||||
|
className={cx('metrics-aggregate-section', {
|
||||||
|
'is-histogram': isHistogram,
|
||||||
|
})}
|
||||||
|
>
|
||||||
|
{!isHistogram && (
|
||||||
|
<div className="non-histogram-container">
|
||||||
|
<div className="metrics-time-aggregation-section">
|
||||||
|
<div className="metrics-aggregation-section-content">
|
||||||
|
<div className="metrics-aggregation-section-content-item">
|
||||||
|
<div className="metrics-aggregation-section-content-item-label main-label">
|
||||||
|
AGGREGATE BY TIME{' '}
|
||||||
|
<Tooltip title="AGGREGATE BY TIME">
|
||||||
|
<Info size={12} />
|
||||||
|
</Tooltip>
|
||||||
|
</div>
|
||||||
|
<div className="metrics-aggregation-section-content-item-value">
|
||||||
|
<OperatorsSelect
|
||||||
|
value={query.aggregateOperator}
|
||||||
|
onChange={handleChangeOperator}
|
||||||
|
operators={operators}
|
||||||
|
className="metrics-operators-select"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{showAggregationInterval && (
|
||||||
|
<div className="metrics-aggregation-section-content-item">
|
||||||
|
<div className="metrics-aggregation-section-content-item-label">
|
||||||
|
every
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="metrics-aggregation-section-content-item-value">
|
||||||
|
<InputWithLabel
|
||||||
|
onChange={handleChangeAggregateEvery}
|
||||||
|
label="Seconds"
|
||||||
|
placeholder="Auto"
|
||||||
|
labelAfter
|
||||||
|
initialValue={query?.stepInterval ?? undefined}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="metrics-space-aggregation-section">
|
||||||
|
<div className="metrics-aggregation-section-content">
|
||||||
|
<div className="metrics-aggregation-section-content-item">
|
||||||
|
<div className="metrics-aggregation-section-content-item-label main-label">
|
||||||
|
AGGREGATE LABELS
|
||||||
|
<Tooltip title="AGGREGATE LABELS">
|
||||||
|
<Info size={12} />
|
||||||
|
</Tooltip>
|
||||||
|
</div>
|
||||||
|
<div className="metrics-aggregation-section-content-item-value">
|
||||||
|
<SpaceAggregationOptions
|
||||||
|
panelType={panelType}
|
||||||
|
key={`${panelType}${query.spaceAggregation}${query.timeAggregation}`}
|
||||||
|
aggregatorAttributeType={
|
||||||
|
query?.aggregateAttribute.type as ATTRIBUTE_TYPES
|
||||||
|
}
|
||||||
|
selectedValue={query.spaceAggregation}
|
||||||
|
disabled={disableOperatorSelector}
|
||||||
|
onSelect={handleSpaceAggregationChange}
|
||||||
|
operators={spaceAggregationOptions}
|
||||||
|
qbVersion="v3"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="metrics-aggregation-section-content-item">
|
||||||
|
<div className="metrics-aggregation-section-content-item-label">by</div>
|
||||||
|
|
||||||
|
<div className="metrics-aggregation-section-content-item-value group-by-filter-container">
|
||||||
|
<GroupByFilter
|
||||||
|
disabled={!query.aggregateAttribute.key}
|
||||||
|
query={query}
|
||||||
|
onChange={handleChangeGroupByKeys}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{isHistogram && (
|
||||||
|
<div className="metrics-space-aggregation-section">
|
||||||
|
<div className="metrics-aggregation-section-content">
|
||||||
|
<div className="metrics-aggregation-section-content-item">
|
||||||
|
<div className="metrics-aggregation-section-content-item-value">
|
||||||
|
<SpaceAggregationOptions
|
||||||
|
panelType={panelType}
|
||||||
|
key={`${panelType}${query.spaceAggregation}${query.timeAggregation}`}
|
||||||
|
aggregatorAttributeType={
|
||||||
|
query?.aggregateAttribute.type as ATTRIBUTE_TYPES
|
||||||
|
}
|
||||||
|
selectedValue={query.spaceAggregation}
|
||||||
|
disabled={disableOperatorSelector}
|
||||||
|
onSelect={handleSpaceAggregationChange}
|
||||||
|
operators={spaceAggregationOptions}
|
||||||
|
qbVersion="v3"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="metrics-aggregation-section-content-item">
|
||||||
|
<div className="metrics-aggregation-section-content-item-label">by</div>
|
||||||
|
|
||||||
|
<div className="metrics-aggregation-section-content-item-value group-by-filter-container">
|
||||||
|
<GroupByFilter
|
||||||
|
disabled={!query.aggregateAttribute.key}
|
||||||
|
query={query}
|
||||||
|
onChange={handleChangeGroupByKeys}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="metrics-aggregation-section-content-item">
|
||||||
|
<div className="metrics-aggregation-section-content-item-label">
|
||||||
|
every
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="metrics-aggregation-section-content-item-value">
|
||||||
|
<InputWithLabel
|
||||||
|
onChange={handleChangeAggregateEvery}
|
||||||
|
label="Seconds"
|
||||||
|
placeholder="Auto"
|
||||||
|
labelAfter
|
||||||
|
initialValue={query?.stepInterval ?? undefined}
|
||||||
|
className="histogram-every-input"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
export default MetricsAggregateSection;
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
.metrics-select-container {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
|
||||||
|
.ant-select-selector {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid #1d212d !important;
|
||||||
|
background: #16181d;
|
||||||
|
color: #fff;
|
||||||
|
font-family: 'Geist Mono';
|
||||||
|
font-size: 13px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 20px; /* 142.857% */
|
||||||
|
min-height: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select-dropdown {
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
background: linear-gradient(
|
||||||
|
139deg,
|
||||||
|
rgba(18, 19, 23, 0.8) 0%,
|
||||||
|
rgba(18, 19, 23, 0.9) 98.68%
|
||||||
|
);
|
||||||
|
box-shadow: 4px 10px 16px 2px rgba(0, 0, 0, 0.2);
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
|
|
||||||
|
.ant-select-item {
|
||||||
|
color: #fff;
|
||||||
|
font-family: 'Geist Mono';
|
||||||
|
font-size: 13px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 20px; /* 142.857% */
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: rgba(171, 189, 255, 0.04) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
import './MetricsSelect.styles.scss';
|
||||||
|
|
||||||
|
import { AggregatorFilter } from 'container/QueryBuilder/filters';
|
||||||
|
import { useQueryOperations } from 'hooks/queryBuilder/useQueryBuilderOperations';
|
||||||
|
import { memo } from 'react';
|
||||||
|
import { IBuilderQuery } from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
|
||||||
|
export const MetricsSelect = memo(function MetricsSelect({
|
||||||
|
query,
|
||||||
|
index,
|
||||||
|
version,
|
||||||
|
}: {
|
||||||
|
query: IBuilderQuery;
|
||||||
|
index: number;
|
||||||
|
version: string;
|
||||||
|
}): JSX.Element {
|
||||||
|
const { handleChangeAggregatorAttribute } = useQueryOperations({
|
||||||
|
index,
|
||||||
|
query,
|
||||||
|
entityVersion: version,
|
||||||
|
});
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="metrics-select-container">
|
||||||
|
<AggregatorFilter onChange={handleChangeAggregatorAttribute} query={query} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
});
|
||||||
@@ -0,0 +1,375 @@
|
|||||||
|
/* eslint-disable import/no-extraneous-dependencies */
|
||||||
|
/* eslint-disable sonarjs/cognitive-complexity */
|
||||||
|
import {
|
||||||
|
autocompletion,
|
||||||
|
closeCompletion,
|
||||||
|
Completion,
|
||||||
|
CompletionContext,
|
||||||
|
completionKeymap,
|
||||||
|
CompletionResult,
|
||||||
|
startCompletion,
|
||||||
|
} from '@codemirror/autocomplete';
|
||||||
|
import { javascript } from '@codemirror/lang-javascript';
|
||||||
|
import { copilot } from '@uiw/codemirror-theme-copilot';
|
||||||
|
import CodeMirror, { EditorView, keymap } from '@uiw/react-codemirror';
|
||||||
|
import { Button } from 'antd';
|
||||||
|
import { useQueryBuilderV2Context } from 'components/QueryBuilderV2/QueryBuilderV2Context';
|
||||||
|
import { X } from 'lucide-react';
|
||||||
|
import { useEffect, useMemo, useRef, useState } from 'react';
|
||||||
|
import { IBuilderQuery } from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
|
||||||
|
const havingOperators = [
|
||||||
|
{
|
||||||
|
label: '=',
|
||||||
|
value: '=',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '!=',
|
||||||
|
value: '!=',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '>',
|
||||||
|
value: '>',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '<',
|
||||||
|
value: '<',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '>=',
|
||||||
|
value: '>=',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '<=',
|
||||||
|
value: '<=',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'IN',
|
||||||
|
value: 'IN',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'NOT_IN',
|
||||||
|
value: 'NOT_IN',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const conjunctions = [
|
||||||
|
{ label: 'AND', value: 'AND ' },
|
||||||
|
{ label: 'OR', value: 'OR ' },
|
||||||
|
];
|
||||||
|
|
||||||
|
// Custom extension to stop events from propagating to global shortcuts
|
||||||
|
const stopEventsExtension = EditorView.domEventHandlers({
|
||||||
|
keydown: (event) => {
|
||||||
|
// Stop all keyboard events from propagating to global shortcuts
|
||||||
|
event.stopPropagation();
|
||||||
|
event.stopImmediatePropagation();
|
||||||
|
return false; // Important for CM to know you handled it
|
||||||
|
},
|
||||||
|
input: (event) => {
|
||||||
|
event.stopPropagation();
|
||||||
|
return false;
|
||||||
|
},
|
||||||
|
focus: (event) => {
|
||||||
|
// Ensure focus events don't interfere with global shortcuts
|
||||||
|
event.stopPropagation();
|
||||||
|
return false;
|
||||||
|
},
|
||||||
|
blur: (event) => {
|
||||||
|
// Ensure blur events don't interfere with global shortcuts
|
||||||
|
event.stopPropagation();
|
||||||
|
return false;
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
function HavingFilter({
|
||||||
|
onClose,
|
||||||
|
onChange,
|
||||||
|
queryData,
|
||||||
|
}: {
|
||||||
|
onClose: () => void;
|
||||||
|
onChange: (value: string) => void;
|
||||||
|
queryData: IBuilderQuery;
|
||||||
|
}): JSX.Element {
|
||||||
|
const { aggregationOptions } = useQueryBuilderV2Context();
|
||||||
|
const [input, setInput] = useState(
|
||||||
|
queryData?.havingExpression?.expression || '',
|
||||||
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
setInput(queryData?.havingExpression?.expression || '');
|
||||||
|
}, [queryData?.havingExpression?.expression]);
|
||||||
|
|
||||||
|
const [isFocused, setIsFocused] = useState(false);
|
||||||
|
|
||||||
|
const editorRef = useRef<EditorView | null>(null);
|
||||||
|
|
||||||
|
const [options, setOptions] = useState<{ label: string; value: string }[]>([]);
|
||||||
|
|
||||||
|
const handleChange = (value: string): void => {
|
||||||
|
setInput(value);
|
||||||
|
onChange(value);
|
||||||
|
};
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (isFocused && editorRef.current && options.length > 0) {
|
||||||
|
startCompletion(editorRef.current);
|
||||||
|
}
|
||||||
|
}, [isFocused, options]);
|
||||||
|
|
||||||
|
// Update options when aggregation options change
|
||||||
|
useEffect(() => {
|
||||||
|
const newOptions = [];
|
||||||
|
for (let i = 0; i < aggregationOptions.length; i++) {
|
||||||
|
const opt = aggregationOptions[i];
|
||||||
|
for (let j = 0; j < havingOperators.length; j++) {
|
||||||
|
const operator = havingOperators[j];
|
||||||
|
newOptions.push({
|
||||||
|
label: `${opt.func}(${opt.arg}) ${operator.label}`,
|
||||||
|
value: `${opt.func}(${opt.arg}) ${operator.label} `,
|
||||||
|
apply: (
|
||||||
|
view: EditorView,
|
||||||
|
completion: { label: string; value: string },
|
||||||
|
from: number,
|
||||||
|
to: number,
|
||||||
|
): void => {
|
||||||
|
view.dispatch({
|
||||||
|
changes: { from, to, insert: completion.value },
|
||||||
|
selection: { anchor: from + completion.value.length },
|
||||||
|
});
|
||||||
|
// Trigger value suggestions immediately after operator
|
||||||
|
setTimeout(() => {
|
||||||
|
startCompletion(view);
|
||||||
|
}, 0);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
setOptions(newOptions);
|
||||||
|
}, [aggregationOptions]);
|
||||||
|
|
||||||
|
// Helper to check if a string is a number
|
||||||
|
const isNumber = (token: string): boolean => /^-?\d+(\.\d+)?$/.test(token);
|
||||||
|
|
||||||
|
// Helper to check if we're after an operator
|
||||||
|
const isAfterOperator = (tokens: string[]): boolean => {
|
||||||
|
if (tokens.length === 0) return false;
|
||||||
|
const lastToken = tokens[tokens.length - 1];
|
||||||
|
// Check if the last token is exactly an operator or ends with an operator and space
|
||||||
|
return havingOperators.some((op) => {
|
||||||
|
const opWithSpace = `${op.value} `;
|
||||||
|
return lastToken === op.value || lastToken.endsWith(opWithSpace);
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// Helper function for applying completion with space
|
||||||
|
const applyCompletionWithSpace = (
|
||||||
|
view: EditorView,
|
||||||
|
completion: Completion,
|
||||||
|
from: number,
|
||||||
|
to: number,
|
||||||
|
): void => {
|
||||||
|
const insertValue =
|
||||||
|
typeof completion.apply === 'string' ? completion.apply : completion.label;
|
||||||
|
const newText = `${insertValue} `;
|
||||||
|
const newPos = from + newText.length;
|
||||||
|
|
||||||
|
view.dispatch({
|
||||||
|
changes: { from, to, insert: newText },
|
||||||
|
selection: { anchor: newPos, head: newPos },
|
||||||
|
effects: EditorView.scrollIntoView(newPos),
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const havingAutocomplete = useMemo(() => {
|
||||||
|
// Helper functions for applying completions
|
||||||
|
const forceCompletion = (view: EditorView): void => {
|
||||||
|
setTimeout(() => {
|
||||||
|
if (view) {
|
||||||
|
startCompletion(view);
|
||||||
|
}
|
||||||
|
}, 0);
|
||||||
|
};
|
||||||
|
|
||||||
|
const applyValueCompletion = (
|
||||||
|
view: EditorView,
|
||||||
|
completion: Completion,
|
||||||
|
from: number,
|
||||||
|
to: number,
|
||||||
|
): void => {
|
||||||
|
applyCompletionWithSpace(view, completion, from, to);
|
||||||
|
forceCompletion(view);
|
||||||
|
};
|
||||||
|
|
||||||
|
const applyOperatorCompletion = (
|
||||||
|
view: EditorView,
|
||||||
|
completion: Completion,
|
||||||
|
from: number,
|
||||||
|
to: number,
|
||||||
|
): void => {
|
||||||
|
const insertValue =
|
||||||
|
typeof completion.apply === 'string' ? completion.apply : completion.label;
|
||||||
|
const insertWithSpace = `${insertValue} `;
|
||||||
|
view.dispatch({
|
||||||
|
changes: { from, to, insert: insertWithSpace },
|
||||||
|
selection: { anchor: from + insertWithSpace.length },
|
||||||
|
});
|
||||||
|
forceCompletion(view);
|
||||||
|
};
|
||||||
|
|
||||||
|
return autocompletion({
|
||||||
|
override: [
|
||||||
|
(context: CompletionContext): CompletionResult | null => {
|
||||||
|
const text = context.state.sliceDoc(0, context.pos);
|
||||||
|
const trimmedText = text.trim();
|
||||||
|
const tokens = trimmedText.split(/\s+/).filter(Boolean);
|
||||||
|
|
||||||
|
// Handle empty state when no aggregation options are available
|
||||||
|
if (options.length === 0) {
|
||||||
|
return {
|
||||||
|
from: context.pos,
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
label:
|
||||||
|
'No aggregation functions available. Please add aggregation functions first.',
|
||||||
|
type: 'text',
|
||||||
|
apply: (): boolean => true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Close dropdown after operator to allow custom value entry
|
||||||
|
if (isAfterOperator(tokens)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Hide suggestions while typing a value after an operator
|
||||||
|
if (
|
||||||
|
!text.endsWith(' ') &&
|
||||||
|
tokens.length >= 2 &&
|
||||||
|
havingOperators.some((op) => op.value === tokens[tokens.length - 2])
|
||||||
|
) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Suggest key/operator pairs and ( for grouping
|
||||||
|
if (
|
||||||
|
tokens.length === 0 ||
|
||||||
|
conjunctions.some((c) => tokens[tokens.length - 1] === c.value.trim()) ||
|
||||||
|
tokens[tokens.length - 1] === '('
|
||||||
|
) {
|
||||||
|
return {
|
||||||
|
from: context.pos,
|
||||||
|
options: options.map((opt) => ({
|
||||||
|
...opt,
|
||||||
|
apply: applyOperatorCompletion,
|
||||||
|
})),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Show suggestions when typing
|
||||||
|
if (tokens.length > 0) {
|
||||||
|
const lastToken = tokens[tokens.length - 1];
|
||||||
|
const filteredOptions = options.filter((opt) =>
|
||||||
|
opt.label.toLowerCase().includes(lastToken.toLowerCase()),
|
||||||
|
);
|
||||||
|
if (filteredOptions.length > 0) {
|
||||||
|
return {
|
||||||
|
from: context.pos - lastToken.length,
|
||||||
|
options: filteredOptions.map((opt) => ({
|
||||||
|
...opt,
|
||||||
|
apply: applyOperatorCompletion,
|
||||||
|
})),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Suggest conjunctions after a value and a space
|
||||||
|
if (
|
||||||
|
tokens.length > 0 &&
|
||||||
|
(isNumber(tokens[tokens.length - 1]) ||
|
||||||
|
tokens[tokens.length - 1] === ')') &&
|
||||||
|
text.endsWith(' ')
|
||||||
|
) {
|
||||||
|
return {
|
||||||
|
from: context.pos,
|
||||||
|
options: conjunctions.map((conj) => ({
|
||||||
|
...conj,
|
||||||
|
apply: applyValueCompletion,
|
||||||
|
})),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Show all options if no other condition matches
|
||||||
|
return {
|
||||||
|
from: context.pos,
|
||||||
|
options: options.map((opt) => ({
|
||||||
|
...opt,
|
||||||
|
apply: applyOperatorCompletion,
|
||||||
|
})),
|
||||||
|
};
|
||||||
|
},
|
||||||
|
],
|
||||||
|
defaultKeymap: true,
|
||||||
|
closeOnBlur: true,
|
||||||
|
maxRenderedOptions: 200,
|
||||||
|
activateOnTyping: true,
|
||||||
|
});
|
||||||
|
}, [options]);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="having-filter-container">
|
||||||
|
<div className="having-filter-select-container">
|
||||||
|
<CodeMirror
|
||||||
|
value={input}
|
||||||
|
onChange={handleChange}
|
||||||
|
theme={copilot}
|
||||||
|
className="having-filter-select-editor"
|
||||||
|
width="100%"
|
||||||
|
extensions={[
|
||||||
|
havingAutocomplete,
|
||||||
|
javascript({ jsx: false, typescript: false }),
|
||||||
|
stopEventsExtension,
|
||||||
|
EditorView.lineWrapping,
|
||||||
|
keymap.of([
|
||||||
|
...completionKeymap,
|
||||||
|
{
|
||||||
|
key: 'Escape',
|
||||||
|
run: closeCompletion,
|
||||||
|
},
|
||||||
|
]),
|
||||||
|
]}
|
||||||
|
placeholder="Type Having query like count() > 10 ..."
|
||||||
|
basicSetup={{
|
||||||
|
lineNumbers: false,
|
||||||
|
autocompletion: true,
|
||||||
|
completionKeymap: true,
|
||||||
|
}}
|
||||||
|
onCreateEditor={(view: EditorView): void => {
|
||||||
|
editorRef.current = view;
|
||||||
|
}}
|
||||||
|
onFocus={(): void => {
|
||||||
|
setIsFocused(true);
|
||||||
|
if (editorRef.current) {
|
||||||
|
startCompletion(editorRef.current);
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
onBlur={(): void => {
|
||||||
|
setIsFocused(false);
|
||||||
|
if (editorRef.current) {
|
||||||
|
closeCompletion(editorRef.current);
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<Button
|
||||||
|
className="close-btn periscope-btn ghost"
|
||||||
|
icon={<X size={16} />}
|
||||||
|
onClick={onClose}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export default HavingFilter;
|
||||||
@@ -0,0 +1,377 @@
|
|||||||
|
.add-ons-list {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.add-ons-tabs {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
.add-on-tab-title {
|
||||||
|
display: flex;
|
||||||
|
gap: var(--margin-2);
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-size: var(--font-size-xs);
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: var(--font-weight-normal);
|
||||||
|
|
||||||
|
color: var(--Vanilla-400, #c0c1c3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab {
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
border-left: none;
|
||||||
|
min-width: 120px;
|
||||||
|
height: 36px;
|
||||||
|
line-height: 36px;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-left: 1px solid var(--bg-slate-400);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab::before {
|
||||||
|
background: var(--bg-slate-400);
|
||||||
|
}
|
||||||
|
|
||||||
|
.selected-view {
|
||||||
|
color: var(--text-robin-500);
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selected-view::before {
|
||||||
|
background: var(--bg-slate-400);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.compass-button {
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
background: var(--bg-ink-300);
|
||||||
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.having-filter-container {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.having-filter-select-container {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.having-filter-select-editor {
|
||||||
|
border-radius: 2px;
|
||||||
|
flex: 1;
|
||||||
|
width: calc(100% - 40px);
|
||||||
|
|
||||||
|
.cm-content {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-editor {
|
||||||
|
border-radius: 2px;
|
||||||
|
background-color: transparent !important;
|
||||||
|
position: relative !important;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-robin-500);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.cm-focused {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-content {
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--Slate-400, #1d212d);
|
||||||
|
border-top-right-radius: 0px;
|
||||||
|
border-bottom-right-radius: 0px;
|
||||||
|
padding: 0px !important;
|
||||||
|
background-color: #121317 !important;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-ink-200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-tooltip-autocomplete {
|
||||||
|
background: var(--bg-ink-300) !important;
|
||||||
|
color: var(--bg-ink-500) !important;
|
||||||
|
border-radius: 2px !important;
|
||||||
|
font-size: 12px !important;
|
||||||
|
font-weight: 500 !important;
|
||||||
|
margin-top: -2px !important;
|
||||||
|
width: 100% !important;
|
||||||
|
position: absolute !important;
|
||||||
|
top: 38px !important;
|
||||||
|
left: 0px !important;
|
||||||
|
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 1px solid var(--bg-slate-200, #1d212d);
|
||||||
|
border-top: none !important;
|
||||||
|
border-top-left-radius: 0px !important;
|
||||||
|
border-top-right-radius: 0px !important;
|
||||||
|
background: linear-gradient(
|
||||||
|
139deg,
|
||||||
|
rgba(18, 19, 23, 0.8) 0%,
|
||||||
|
rgba(18, 19, 23, 0.9) 98.68%
|
||||||
|
) !important;
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
min-height: 200px !important;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
width: 0.3rem;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-corner {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
background: rgb(136, 136, 136);
|
||||||
|
border-radius: 0.625rem;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-track {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
line-height: 36px !important;
|
||||||
|
height: 36px !important;
|
||||||
|
padding: 4px 8px !important;
|
||||||
|
|
||||||
|
display: flex !important;
|
||||||
|
align-items: center !important;
|
||||||
|
gap: 8px !important;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
color: var(--bg-vanilla-100) !important;
|
||||||
|
|
||||||
|
.cm-completionIcon {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[aria-selected='true'] {
|
||||||
|
// background-color: rgba(78, 116, 248, 0.7) !important;
|
||||||
|
background: rgba(171, 189, 255, 0.04) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-gutters {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-scroller {
|
||||||
|
scrollbar-width: none;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-track {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-corner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-line {
|
||||||
|
line-height: 36px !important;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
background-color: #121317 !important;
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-function {
|
||||||
|
color: var(--bg-robin-500) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chip-decorator {
|
||||||
|
background: rgba(36, 40, 52, 1) !important;
|
||||||
|
color: var(--bg-vanilla-100) !important;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 2px 4px;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-selectionBackground {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.close-btn {
|
||||||
|
border-radius: 0px 2px 2px 0px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
background: var(--bg-ink-300);
|
||||||
|
height: 38px;
|
||||||
|
width: 38px;
|
||||||
|
|
||||||
|
border-left: transparent;
|
||||||
|
border-top-left-radius: 0px;
|
||||||
|
border-bottom-left-radius: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.selected-add-ons-content {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
|
||||||
|
gap: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.add-on-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
max-width: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
min-width: 420px;
|
||||||
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightMode {
|
||||||
|
.add-ons-list {
|
||||||
|
.add-ons-tabs {
|
||||||
|
.add-on-tab-title {
|
||||||
|
color: var(--bg-ink-500) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-left: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab::before {
|
||||||
|
background: var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selected-view {
|
||||||
|
color: var(--bg-robin-500) !important;
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selected-view::before {
|
||||||
|
background: var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.compass-button {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.having-filter-container {
|
||||||
|
.having-filter-select-container {
|
||||||
|
.having-filter-select-editor {
|
||||||
|
.cm-editor {
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-content {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-tooltip-autocomplete {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
color: var(--bg-ink-500) !important;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
li {
|
||||||
|
&:hover {
|
||||||
|
background: var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[aria-selected='true'] {
|
||||||
|
color: var(--bg-ink-500) !important;
|
||||||
|
background: var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-line {
|
||||||
|
background-color: var(--bg-vanilla-100) !important;
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chip-decorator {
|
||||||
|
background: var(--bg-robin-100) !important;
|
||||||
|
color: var(--bg-ink-400) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-selectionBackground {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.close-btn {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,340 @@
|
|||||||
|
import './QueryAddOns.styles.scss';
|
||||||
|
|
||||||
|
import { Button, Radio, RadioChangeEvent } from 'antd';
|
||||||
|
import InputWithLabel from 'components/InputWithLabel/InputWithLabel';
|
||||||
|
import { PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
|
import { GroupByFilter } from 'container/QueryBuilder/filters/GroupByFilter/GroupByFilter';
|
||||||
|
import { OrderByFilter } from 'container/QueryBuilder/filters/OrderByFilter/OrderByFilter';
|
||||||
|
import { ReduceToFilter } from 'container/QueryBuilder/filters/ReduceToFilter/ReduceToFilter';
|
||||||
|
import { useQueryOperations } from 'hooks/queryBuilder/useQueryBuilderOperations';
|
||||||
|
import { isEmpty } from 'lodash-es';
|
||||||
|
import { BarChart2, ScrollText, X } from 'lucide-react';
|
||||||
|
import { useCallback, useEffect, useState } from 'react';
|
||||||
|
import { IBuilderQuery } from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
import { DataSource } from 'types/common/queryBuilder';
|
||||||
|
|
||||||
|
import HavingFilter from './HavingFilter/HavingFilter';
|
||||||
|
|
||||||
|
interface AddOn {
|
||||||
|
icon: React.ReactNode;
|
||||||
|
label: string;
|
||||||
|
key: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
const ADD_ONS_KEYS = {
|
||||||
|
GROUP_BY: 'group_by',
|
||||||
|
HAVING: 'having',
|
||||||
|
ORDER_BY: 'order_by',
|
||||||
|
LIMIT: 'limit',
|
||||||
|
LEGEND_FORMAT: 'legend_format',
|
||||||
|
};
|
||||||
|
|
||||||
|
const ADD_ONS = [
|
||||||
|
{
|
||||||
|
icon: <BarChart2 size={14} />,
|
||||||
|
label: 'Group By',
|
||||||
|
key: 'group_by',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <ScrollText size={14} />,
|
||||||
|
label: 'Having',
|
||||||
|
key: 'having',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <ScrollText size={14} />,
|
||||||
|
label: 'Order By',
|
||||||
|
key: 'order_by',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <ScrollText size={14} />,
|
||||||
|
label: 'Limit',
|
||||||
|
key: 'limit',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <ScrollText size={14} />,
|
||||||
|
label: 'Legend format',
|
||||||
|
key: 'legend_format',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const REDUCE_TO = {
|
||||||
|
icon: <ScrollText size={14} />,
|
||||||
|
label: 'Reduce to',
|
||||||
|
key: 'reduce_to',
|
||||||
|
};
|
||||||
|
|
||||||
|
function QueryAddOns({
|
||||||
|
query,
|
||||||
|
version,
|
||||||
|
isListViewPanel,
|
||||||
|
showReduceTo,
|
||||||
|
panelType,
|
||||||
|
index,
|
||||||
|
}: {
|
||||||
|
query: IBuilderQuery;
|
||||||
|
version: string;
|
||||||
|
isListViewPanel: boolean;
|
||||||
|
showReduceTo: boolean;
|
||||||
|
panelType: PANEL_TYPES | null;
|
||||||
|
index: number;
|
||||||
|
}): JSX.Element {
|
||||||
|
const [addOns, setAddOns] = useState<AddOn[]>(ADD_ONS);
|
||||||
|
|
||||||
|
const [selectedViews, setSelectedViews] = useState<AddOn[]>([]);
|
||||||
|
|
||||||
|
const { handleChangeQueryData } = useQueryOperations({
|
||||||
|
index,
|
||||||
|
query,
|
||||||
|
entityVersion: '',
|
||||||
|
});
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (isListViewPanel) {
|
||||||
|
setAddOns([]);
|
||||||
|
|
||||||
|
setSelectedViews([
|
||||||
|
ADD_ONS.find((addOn) => addOn.key === ADD_ONS_KEYS.ORDER_BY) as AddOn,
|
||||||
|
]);
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let filteredAddOns: AddOn[];
|
||||||
|
if (panelType === PANEL_TYPES.VALUE) {
|
||||||
|
// Filter out all add-ons except legend format
|
||||||
|
filteredAddOns = ADD_ONS.filter(
|
||||||
|
(addOn) => addOn.key === ADD_ONS_KEYS.LEGEND_FORMAT,
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
filteredAddOns = Object.values(ADD_ONS);
|
||||||
|
|
||||||
|
// Filter out group_by for metrics data source
|
||||||
|
if (query.dataSource === DataSource.METRICS) {
|
||||||
|
filteredAddOns = filteredAddOns.filter(
|
||||||
|
(addOn) => addOn.key !== ADD_ONS_KEYS.GROUP_BY,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// add reduce to if showReduceTo is true
|
||||||
|
if (showReduceTo) {
|
||||||
|
filteredAddOns = [...filteredAddOns, REDUCE_TO];
|
||||||
|
}
|
||||||
|
|
||||||
|
setAddOns(filteredAddOns);
|
||||||
|
|
||||||
|
// Filter selectedViews to only include add-ons present in filteredAddOns
|
||||||
|
setSelectedViews((prevSelectedViews) =>
|
||||||
|
prevSelectedViews.filter((view) =>
|
||||||
|
filteredAddOns.some((addOn) => addOn.key === view.key),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
|
}, [panelType, isListViewPanel, query.dataSource]);
|
||||||
|
|
||||||
|
const handleOptionClick = (e: RadioChangeEvent): void => {
|
||||||
|
if (selectedViews.find((view) => view.key === e.target.value.key)) {
|
||||||
|
setSelectedViews(
|
||||||
|
selectedViews.filter((view) => view.key !== e.target.value.key),
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
setSelectedViews([...selectedViews, e.target.value]);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleChangeGroupByKeys = useCallback(
|
||||||
|
(value: IBuilderQuery['groupBy']) => {
|
||||||
|
handleChangeQueryData('groupBy', value);
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleChangeOrderByKeys = useCallback(
|
||||||
|
(value: IBuilderQuery['orderBy']) => {
|
||||||
|
handleChangeQueryData('orderBy', value);
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleChangeReduceTo = useCallback(
|
||||||
|
(value: IBuilderQuery['reduceTo']) => {
|
||||||
|
handleChangeQueryData('reduceTo', value);
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleRemoveView = useCallback(
|
||||||
|
(key: string): void => {
|
||||||
|
setSelectedViews(selectedViews.filter((view) => view.key !== key));
|
||||||
|
},
|
||||||
|
[selectedViews],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleChangeQueryLegend = useCallback(
|
||||||
|
(value: string) => {
|
||||||
|
handleChangeQueryData('legend', value);
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleChangeLimit = useCallback(
|
||||||
|
(value: string) => {
|
||||||
|
handleChangeQueryData('limit', Number(value) || null);
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleChangeHaving = useCallback(
|
||||||
|
(value: string) => {
|
||||||
|
handleChangeQueryData('havingExpression', {
|
||||||
|
expression: value,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="query-add-ons">
|
||||||
|
{selectedViews.length > 0 && (
|
||||||
|
<div className="selected-add-ons-content">
|
||||||
|
{selectedViews.find((view) => view.key === 'group_by') && (
|
||||||
|
<div className="add-on-content">
|
||||||
|
<div className="periscope-input-with-label">
|
||||||
|
<div className="label">Group By</div>
|
||||||
|
<div className="input">
|
||||||
|
<GroupByFilter
|
||||||
|
disabled={
|
||||||
|
query.dataSource === DataSource.METRICS &&
|
||||||
|
!query.aggregateAttribute.key
|
||||||
|
}
|
||||||
|
query={query}
|
||||||
|
onChange={handleChangeGroupByKeys}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<Button
|
||||||
|
className="close-btn periscope-btn ghost"
|
||||||
|
icon={<X size={16} />}
|
||||||
|
onClick={(): void => handleRemoveView('group_by')}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
{selectedViews.find((view) => view.key === 'having') && (
|
||||||
|
<div className="add-on-content">
|
||||||
|
<div className="periscope-input-with-label">
|
||||||
|
<div className="label">Having</div>
|
||||||
|
<div className="input">
|
||||||
|
<HavingFilter
|
||||||
|
onClose={(): void => {
|
||||||
|
setSelectedViews(
|
||||||
|
selectedViews.filter((view) => view.key !== 'having'),
|
||||||
|
);
|
||||||
|
}}
|
||||||
|
onChange={handleChangeHaving}
|
||||||
|
queryData={query}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
{selectedViews.find((view) => view.key === 'limit') && (
|
||||||
|
<div className="add-on-content">
|
||||||
|
<InputWithLabel
|
||||||
|
label="Limit"
|
||||||
|
onChange={handleChangeLimit}
|
||||||
|
initialValue={query?.limit ?? undefined}
|
||||||
|
placeholder="Enter limit"
|
||||||
|
onClose={(): void => {
|
||||||
|
setSelectedViews(selectedViews.filter((view) => view.key !== 'limit'));
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
{selectedViews.find((view) => view.key === 'order_by') && (
|
||||||
|
<div className="add-on-content">
|
||||||
|
<div className="periscope-input-with-label">
|
||||||
|
<div className="label">Order By</div>
|
||||||
|
<div className="input">
|
||||||
|
<OrderByFilter
|
||||||
|
entityVersion={version}
|
||||||
|
query={query}
|
||||||
|
onChange={handleChangeOrderByKeys}
|
||||||
|
isListViewPanel={isListViewPanel}
|
||||||
|
isNewQueryV2
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
{!isListViewPanel && (
|
||||||
|
<Button
|
||||||
|
className="close-btn periscope-btn ghost"
|
||||||
|
icon={<X size={16} />}
|
||||||
|
onClick={(): void => handleRemoveView('order_by')}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{selectedViews.find((view) => view.key === 'reduce_to') && showReduceTo && (
|
||||||
|
<div className="add-on-content">
|
||||||
|
<div className="periscope-input-with-label">
|
||||||
|
<div className="label">Reduce to</div>
|
||||||
|
<div className="input">
|
||||||
|
<ReduceToFilter query={query} onChange={handleChangeReduceTo} />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<Button
|
||||||
|
className="close-btn periscope-btn ghost"
|
||||||
|
icon={<X size={16} />}
|
||||||
|
onClick={(): void => handleRemoveView('reduce_to')}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{selectedViews.find((view) => view.key === 'legend_format') && (
|
||||||
|
<div className="add-on-content">
|
||||||
|
<InputWithLabel
|
||||||
|
label="Legend format"
|
||||||
|
placeholder="Write legend format"
|
||||||
|
onChange={handleChangeQueryLegend}
|
||||||
|
initialValue={isEmpty(query?.legend) ? undefined : query?.legend}
|
||||||
|
onClose={(): void => {
|
||||||
|
setSelectedViews(
|
||||||
|
selectedViews.filter((view) => view.key !== 'legend_format'),
|
||||||
|
);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
<div className="add-ons-list">
|
||||||
|
<Radio.Group
|
||||||
|
className="add-ons-tabs"
|
||||||
|
onChange={handleOptionClick}
|
||||||
|
value={selectedViews}
|
||||||
|
>
|
||||||
|
{addOns.map((addOn) => (
|
||||||
|
<Radio.Button
|
||||||
|
key={addOn.label}
|
||||||
|
className={
|
||||||
|
selectedViews.find((view) => view.key === addOn.key)
|
||||||
|
? 'selected-view tab'
|
||||||
|
: 'tab'
|
||||||
|
}
|
||||||
|
value={addOn}
|
||||||
|
>
|
||||||
|
<div className="add-on-tab-title">
|
||||||
|
{addOn.icon}
|
||||||
|
{addOn.label}
|
||||||
|
</div>
|
||||||
|
</Radio.Button>
|
||||||
|
))}
|
||||||
|
</Radio.Group>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export default QueryAddOns;
|
||||||
@@ -0,0 +1,334 @@
|
|||||||
|
.query-aggregation-container {
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
.aggregation-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 8px;
|
||||||
|
align-items: flex-start;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
.query-aggregation-select-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
flex: 1;
|
||||||
|
min-width: 400px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.query-aggregation-select-editor {
|
||||||
|
border-radius: 2px;
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
|
||||||
|
&.error {
|
||||||
|
.cm-editor {
|
||||||
|
.cm-content {
|
||||||
|
border-color: var(--bg-cherry-500) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cm-content {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-editor {
|
||||||
|
border-radius: 2px;
|
||||||
|
background-color: transparent !important;
|
||||||
|
position: relative !important;
|
||||||
|
|
||||||
|
&.cm-focused {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-robin-500);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-content {
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--Slate-400, #1d212d);
|
||||||
|
border-top-right-radius: 0px;
|
||||||
|
border-bottom-right-radius: 0px;
|
||||||
|
padding: 0px !important;
|
||||||
|
background-color: #121317 !important;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-ink-200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-tooltip-autocomplete {
|
||||||
|
background: var(--bg-ink-300) !important;
|
||||||
|
border-radius: 2px !important;
|
||||||
|
font-size: 12px !important;
|
||||||
|
font-weight: 500 !important;
|
||||||
|
margin-top: 8px !important;
|
||||||
|
min-width: 400px !important;
|
||||||
|
position: absolute !important;
|
||||||
|
left: 0px !important;
|
||||||
|
width: 100% !important;
|
||||||
|
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 1px solid var(--bg-slate-200, #1d212d);
|
||||||
|
border-top: none !important;
|
||||||
|
border-top-left-radius: 0px !important;
|
||||||
|
border-top-right-radius: 0px !important;
|
||||||
|
background: linear-gradient(
|
||||||
|
139deg,
|
||||||
|
rgba(18, 19, 23, 0.8) 0%,
|
||||||
|
rgba(18, 19, 23, 0.9) 98.68%
|
||||||
|
) !important;
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
min-height: 200px !important;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
width: 0.3rem;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-corner {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
background: rgb(136, 136, 136);
|
||||||
|
border-radius: 0.625rem;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-track {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
line-height: 36px !important;
|
||||||
|
height: 36px !important;
|
||||||
|
padding: 4px 8px !important;
|
||||||
|
|
||||||
|
display: flex !important;
|
||||||
|
align-items: center !important;
|
||||||
|
gap: 8px !important;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
|
||||||
|
.cm-completionIcon {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[aria-selected='true'] {
|
||||||
|
// background-color: rgba(78, 116, 248, 0.7) !important;
|
||||||
|
background: rgba(171, 189, 255, 0.04) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-gutters {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-line {
|
||||||
|
line-height: 36px !important;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
background-color: #121317 !important;
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-function {
|
||||||
|
color: var(--bg-robin-500) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chip-decorator {
|
||||||
|
background: rgba(36, 40, 52, 1) !important;
|
||||||
|
color: var(--bg-vanilla-100) !important;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 2px 4px;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-selectionBackground {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-aggregation-error-container {
|
||||||
|
position: absolute;
|
||||||
|
right: 8px;
|
||||||
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
|
.query-aggregation-error-content {
|
||||||
|
padding: 8px;
|
||||||
|
max-width: 300px;
|
||||||
|
|
||||||
|
.query-aggregation-error-message {
|
||||||
|
color: var(--bg-cherry-500);
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-aggregation-error-btn {
|
||||||
|
padding: 4px;
|
||||||
|
height: auto;
|
||||||
|
min-width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.close-btn {
|
||||||
|
border-radius: 0px 2px 2px 0px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
background: var(--bg-ink-300);
|
||||||
|
height: 38px;
|
||||||
|
width: 38px;
|
||||||
|
|
||||||
|
border-left: transparent;
|
||||||
|
border-top-left-radius: 0px;
|
||||||
|
border-bottom-left-radius: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-aggregation-options-input {
|
||||||
|
width: 100%;
|
||||||
|
height: 36px;
|
||||||
|
line-height: 36px;
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
color: var(--bg-vanilla-100);
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-aggregation-interval {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
max-width: 360px;
|
||||||
|
|
||||||
|
.query-aggregation-interval-input-container {
|
||||||
|
.query-aggregation-interval-input {
|
||||||
|
input {
|
||||||
|
max-width: 120px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightMode {
|
||||||
|
.query-aggregation-container {
|
||||||
|
.aggregation-container {
|
||||||
|
.query-aggregation-options-input {
|
||||||
|
border-color: var(--bg-vanilla-300) !important;
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
color: var(--bg-ink-400) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-aggregation-select-container {
|
||||||
|
.query-aggregation-select-editor {
|
||||||
|
.cm-editor {
|
||||||
|
.cm-content {
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1) !important;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-tooltip-autocomplete {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
border: 1px solid var(--bg-vanilla-300) !important;
|
||||||
|
color: var(--bg-ink-500) !important;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
li {
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--bg-vanilla-300) !important;
|
||||||
|
color: var(--bg-ink-500) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[aria-selected='true'] {
|
||||||
|
background: var(--bg-vanilla-300) !important;
|
||||||
|
color: var(--bg-ink-500) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-line {
|
||||||
|
background-color: var(--bg-vanilla-100) !important;
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-function {
|
||||||
|
color: var(--bg-robin-500) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chip-decorator {
|
||||||
|
background: var(--bg-robin-500) !important;
|
||||||
|
color: var(--bg-ink-400) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// .cm-selectionBackground {
|
||||||
|
// background: var(--bg-vanilla-100) !important;
|
||||||
|
// opacity: 0.5 !important;
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.close-btn {
|
||||||
|
border-color: var(--bg-vanilla-300) !important;
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-aggregation-error-popover {
|
||||||
|
.ant-popover-inner {
|
||||||
|
background-color: var(--bg-slate-500);
|
||||||
|
border: 1px solid var(--bg-slate-400);
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
import './QueryAggregation.styles.scss';
|
||||||
|
|
||||||
|
import InputWithLabel from 'components/InputWithLabel/InputWithLabel';
|
||||||
|
import { PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
|
import { useMemo } from 'react';
|
||||||
|
import { IBuilderQuery } from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
import { DataSource } from 'types/common/queryBuilder';
|
||||||
|
|
||||||
|
import QueryAggregationSelect from './QueryAggregationSelect';
|
||||||
|
|
||||||
|
function QueryAggregationOptions({
|
||||||
|
dataSource,
|
||||||
|
panelType,
|
||||||
|
onAggregationIntervalChange,
|
||||||
|
onChange,
|
||||||
|
queryData,
|
||||||
|
}: {
|
||||||
|
dataSource: DataSource;
|
||||||
|
panelType?: string;
|
||||||
|
onAggregationIntervalChange: (value: number) => void;
|
||||||
|
onChange?: (value: string) => void;
|
||||||
|
queryData: IBuilderQuery;
|
||||||
|
}): JSX.Element {
|
||||||
|
const showAggregationInterval = useMemo(() => {
|
||||||
|
// eslint-disable-next-line sonarjs/prefer-single-boolean-return
|
||||||
|
if (panelType === PANEL_TYPES.VALUE) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (dataSource === DataSource.TRACES || dataSource === DataSource.LOGS) {
|
||||||
|
return !(panelType === PANEL_TYPES.TABLE || panelType === PANEL_TYPES.PIE);
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}, [dataSource, panelType]);
|
||||||
|
|
||||||
|
const handleAggregationIntervalChange = (value: string): void => {
|
||||||
|
onAggregationIntervalChange(Number(value));
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="query-aggregation-container">
|
||||||
|
<div className="aggregation-container">
|
||||||
|
<QueryAggregationSelect
|
||||||
|
onChange={onChange}
|
||||||
|
queryData={queryData}
|
||||||
|
maxAggregations={
|
||||||
|
panelType === PANEL_TYPES.VALUE || panelType === PANEL_TYPES.PIE
|
||||||
|
? 1
|
||||||
|
: undefined
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
|
||||||
|
{showAggregationInterval && (
|
||||||
|
<div className="query-aggregation-interval">
|
||||||
|
<div className="query-aggregation-interval-label">every</div>
|
||||||
|
<div className="query-aggregation-interval-input-container">
|
||||||
|
<InputWithLabel
|
||||||
|
initialValue={
|
||||||
|
queryData?.stepInterval ? queryData?.stepInterval : undefined
|
||||||
|
}
|
||||||
|
className="query-aggregation-interval-input"
|
||||||
|
label="Seconds"
|
||||||
|
placeholder="Auto"
|
||||||
|
type="number"
|
||||||
|
onChange={handleAggregationIntervalChange}
|
||||||
|
labelAfter
|
||||||
|
onClose={(): void => {}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
QueryAggregationOptions.defaultProps = {
|
||||||
|
panelType: null,
|
||||||
|
onChange: undefined,
|
||||||
|
};
|
||||||
|
|
||||||
|
export default QueryAggregationOptions;
|
||||||
@@ -0,0 +1,667 @@
|
|||||||
|
/* eslint-disable import/no-extraneous-dependencies */
|
||||||
|
/* eslint-disable no-cond-assign */
|
||||||
|
/* eslint-disable no-restricted-syntax */
|
||||||
|
/* eslint-disable class-methods-use-this */
|
||||||
|
/* eslint-disable react/no-this-in-sfc */
|
||||||
|
/* eslint-disable sonarjs/cognitive-complexity */
|
||||||
|
import './QueryAggregation.styles.scss';
|
||||||
|
|
||||||
|
import {
|
||||||
|
autocompletion,
|
||||||
|
closeCompletion,
|
||||||
|
Completion,
|
||||||
|
CompletionContext,
|
||||||
|
completionKeymap,
|
||||||
|
CompletionResult,
|
||||||
|
startCompletion,
|
||||||
|
} from '@codemirror/autocomplete';
|
||||||
|
import { javascript } from '@codemirror/lang-javascript';
|
||||||
|
import { EditorState, RangeSetBuilder, Transaction } from '@codemirror/state';
|
||||||
|
import { Color } from '@signozhq/design-tokens';
|
||||||
|
import { copilot } from '@uiw/codemirror-theme-copilot';
|
||||||
|
import CodeMirror, {
|
||||||
|
Decoration,
|
||||||
|
EditorView,
|
||||||
|
keymap,
|
||||||
|
ViewPlugin,
|
||||||
|
ViewUpdate,
|
||||||
|
} from '@uiw/react-codemirror';
|
||||||
|
import { Button, Popover } from 'antd';
|
||||||
|
import { getKeySuggestions } from 'api/querySuggestions/getKeySuggestions';
|
||||||
|
import { QueryBuilderKeys } from 'constants/queryBuilder';
|
||||||
|
import { tracesAggregateOperatorOptions } from 'constants/queryBuilderOperators';
|
||||||
|
import { TriangleAlert } from 'lucide-react';
|
||||||
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
|
import { useQuery } from 'react-query';
|
||||||
|
import { IBuilderQuery } from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
import { TracesAggregatorOperator } from 'types/common/queryBuilder';
|
||||||
|
|
||||||
|
import { useQueryBuilderV2Context } from '../../QueryBuilderV2Context';
|
||||||
|
|
||||||
|
const chipDecoration = Decoration.mark({
|
||||||
|
class: 'chip-decorator',
|
||||||
|
});
|
||||||
|
|
||||||
|
const operatorArgMeta: Record<
|
||||||
|
string,
|
||||||
|
{ acceptsArgs: boolean; multiple: boolean }
|
||||||
|
> = {
|
||||||
|
[TracesAggregatorOperator.NOOP]: { acceptsArgs: false, multiple: false },
|
||||||
|
[TracesAggregatorOperator.COUNT]: { acceptsArgs: false, multiple: false },
|
||||||
|
[TracesAggregatorOperator.COUNT_DISTINCT]: {
|
||||||
|
acceptsArgs: true,
|
||||||
|
multiple: true,
|
||||||
|
},
|
||||||
|
[TracesAggregatorOperator.SUM]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.AVG]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.MAX]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.MIN]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P05]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P10]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P20]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P25]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P50]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P75]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P90]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P95]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.P99]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.RATE]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.RATE_SUM]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.RATE_AVG]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.RATE_MIN]: { acceptsArgs: true, multiple: false },
|
||||||
|
[TracesAggregatorOperator.RATE_MAX]: { acceptsArgs: true, multiple: false },
|
||||||
|
};
|
||||||
|
|
||||||
|
function getFunctionContextAtCursor(
|
||||||
|
text: string,
|
||||||
|
cursorPos: number,
|
||||||
|
): string | null {
|
||||||
|
// Find the nearest function name to the left of the nearest unmatched '('
|
||||||
|
let openParenIndex = -1;
|
||||||
|
let funcName: string | null = null;
|
||||||
|
let parenStack = 0;
|
||||||
|
for (let i = cursorPos - 1; i >= 0; i--) {
|
||||||
|
if (text[i] === ')') parenStack++;
|
||||||
|
else if (text[i] === '(') {
|
||||||
|
if (parenStack === 0) {
|
||||||
|
openParenIndex = i;
|
||||||
|
const before = text.slice(0, i);
|
||||||
|
const match = before.match(/(\w+)\s*$/);
|
||||||
|
if (match) funcName = match[1].toLowerCase();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
parenStack--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (openParenIndex === -1 || !funcName) return null;
|
||||||
|
// Scan forwards to find the matching closing parenthesis
|
||||||
|
let closeParenIndex = -1;
|
||||||
|
let depth = 1;
|
||||||
|
for (let j = openParenIndex + 1; j < text.length; j++) {
|
||||||
|
if (text[j] === '(') depth++;
|
||||||
|
else if (text[j] === ')') depth--;
|
||||||
|
if (depth === 0) {
|
||||||
|
closeParenIndex = j;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (
|
||||||
|
cursorPos > openParenIndex &&
|
||||||
|
(closeParenIndex === -1 || cursorPos <= closeParenIndex)
|
||||||
|
) {
|
||||||
|
return funcName;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Custom extension to stop events from propagating to global shortcuts
|
||||||
|
const stopEventsExtension = EditorView.domEventHandlers({
|
||||||
|
keydown: (event) => {
|
||||||
|
// Stop all keyboard events from propagating to global shortcuts
|
||||||
|
event.stopPropagation();
|
||||||
|
event.stopImmediatePropagation();
|
||||||
|
return false; // Important for CM to know you handled it
|
||||||
|
},
|
||||||
|
input: (event) => {
|
||||||
|
event.stopPropagation();
|
||||||
|
return false;
|
||||||
|
},
|
||||||
|
focus: (event) => {
|
||||||
|
// Ensure focus events don't interfere with global shortcuts
|
||||||
|
event.stopPropagation();
|
||||||
|
return false;
|
||||||
|
},
|
||||||
|
blur: (event) => {
|
||||||
|
// Ensure blur events don't interfere with global shortcuts
|
||||||
|
event.stopPropagation();
|
||||||
|
return false;
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
// eslint-disable-next-line react/no-this-in-sfc
|
||||||
|
function QueryAggregationSelect({
|
||||||
|
onChange,
|
||||||
|
queryData,
|
||||||
|
maxAggregations,
|
||||||
|
}: {
|
||||||
|
onChange?: (value: string) => void;
|
||||||
|
queryData: IBuilderQuery;
|
||||||
|
maxAggregations?: number;
|
||||||
|
}): JSX.Element {
|
||||||
|
const { setAggregationOptions } = useQueryBuilderV2Context();
|
||||||
|
|
||||||
|
const [input, setInput] = useState(
|
||||||
|
queryData?.aggregations?.map((i: any) => i.expression).join(' ') || '',
|
||||||
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
setInput(
|
||||||
|
queryData?.aggregations?.map((i: any) => i.expression).join(' ') || '',
|
||||||
|
);
|
||||||
|
}, [queryData?.aggregations]);
|
||||||
|
|
||||||
|
const [cursorPos, setCursorPos] = useState(0);
|
||||||
|
const [functionArgPairs, setFunctionArgPairs] = useState<
|
||||||
|
{ func: string; arg: string }[]
|
||||||
|
>([]);
|
||||||
|
const [validationError, setValidationError] = useState<string | null>(null);
|
||||||
|
const editorRef = useRef<EditorView | null>(null);
|
||||||
|
const [isFocused, setIsFocused] = useState(false);
|
||||||
|
|
||||||
|
// Get valid function names (lowercase)
|
||||||
|
const validFunctions = useMemo(
|
||||||
|
() => tracesAggregateOperatorOptions.map((op) => op.value.toLowerCase()),
|
||||||
|
[],
|
||||||
|
);
|
||||||
|
|
||||||
|
// Helper function to safely start completion
|
||||||
|
const safeStartCompletion = useCallback((): void => {
|
||||||
|
requestAnimationFrame(() => {
|
||||||
|
if (editorRef.current) {
|
||||||
|
startCompletion(editorRef.current);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
// Update cursor position on every editor update
|
||||||
|
const handleUpdate = (update: { view: EditorView }): void => {
|
||||||
|
const pos = update.view.state.selection.main.from;
|
||||||
|
setCursorPos(pos);
|
||||||
|
};
|
||||||
|
|
||||||
|
// Effect to handle focus state and trigger suggestions
|
||||||
|
useEffect(() => {
|
||||||
|
if (isFocused) {
|
||||||
|
safeStartCompletion();
|
||||||
|
}
|
||||||
|
}, [isFocused, safeStartCompletion]);
|
||||||
|
|
||||||
|
// Extract all valid function-argument pairs from the input
|
||||||
|
useEffect(() => {
|
||||||
|
const pairs: { func: string; arg: string }[] = [];
|
||||||
|
const regex = /([a-zA-Z_][\w]*)\s*\(([^)]*)\)/g;
|
||||||
|
let match;
|
||||||
|
while ((match = regex.exec(input)) !== null) {
|
||||||
|
const func = match[1].toLowerCase();
|
||||||
|
const args = match[2]
|
||||||
|
.split(',')
|
||||||
|
.map((arg) => arg.trim())
|
||||||
|
.filter((arg) => arg.length > 0);
|
||||||
|
|
||||||
|
if (args.length === 0) {
|
||||||
|
// For functions with no arguments, add a pair with empty string as arg
|
||||||
|
pairs.push({ func, arg: '' });
|
||||||
|
} else {
|
||||||
|
args.forEach((arg) => {
|
||||||
|
pairs.push({ func, arg });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Validation logic
|
||||||
|
const validateAggregations = (): string | null => {
|
||||||
|
// Check maxAggregations limit
|
||||||
|
if (maxAggregations !== undefined && pairs.length > maxAggregations) {
|
||||||
|
return `Maximum ${maxAggregations} aggregation${
|
||||||
|
maxAggregations === 1 ? '' : 's'
|
||||||
|
} allowed`;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check for invalid functions
|
||||||
|
const invalidFuncs = pairs.filter(
|
||||||
|
(pair) => !validFunctions.includes(pair.func),
|
||||||
|
);
|
||||||
|
if (invalidFuncs.length > 0) {
|
||||||
|
const funcs = invalidFuncs.map((f) => f.func).join(', ');
|
||||||
|
return `Invalid function${invalidFuncs.length === 1 ? '' : 's'}: ${funcs}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check for incomplete function calls
|
||||||
|
if (/([a-zA-Z_][\w]*)\s*\([^)]*$/g.test(input)) {
|
||||||
|
return 'Incomplete function call - missing closing parenthesis';
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check for empty function calls that require arguments
|
||||||
|
const emptyFuncs = (input.match(/([a-zA-Z_][\w]*)\s*\(\s*\)/g) || [])
|
||||||
|
.map((call) => call.match(/([a-zA-Z_][\w]*)/)?.[1])
|
||||||
|
.filter((func): func is string => Boolean(func))
|
||||||
|
.filter((func) => operatorArgMeta[func.toLowerCase()]?.acceptsArgs);
|
||||||
|
|
||||||
|
if (emptyFuncs.length > 0) {
|
||||||
|
const isPlural = emptyFuncs.length > 1;
|
||||||
|
return `Function${isPlural ? 's' : ''} ${emptyFuncs.join(', ')} require${
|
||||||
|
isPlural ? '' : 's'
|
||||||
|
} arguments`;
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
};
|
||||||
|
|
||||||
|
setValidationError(validateAggregations());
|
||||||
|
setFunctionArgPairs(pairs);
|
||||||
|
setAggregationOptions(pairs);
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
|
}, [input, maxAggregations, validFunctions]);
|
||||||
|
|
||||||
|
// Transaction filter to limit aggregations
|
||||||
|
const transactionFilterExtension = useMemo(() => {
|
||||||
|
if (maxAggregations === undefined) return [];
|
||||||
|
|
||||||
|
return EditorState.transactionFilter.of((tr: Transaction) => {
|
||||||
|
if (!tr.docChanged) return tr;
|
||||||
|
|
||||||
|
const regex = /([a-zA-Z_][\w]*)\s*\(([^)]*)\)/g;
|
||||||
|
const oldMatches = [
|
||||||
|
...tr.startState.doc.toString().matchAll(regex),
|
||||||
|
].filter((match) => validFunctions.includes(match[1].toLowerCase()));
|
||||||
|
const newMatches = [
|
||||||
|
...tr.newDoc.toString().matchAll(regex),
|
||||||
|
].filter((match) => validFunctions.includes(match[1].toLowerCase()));
|
||||||
|
|
||||||
|
if (
|
||||||
|
newMatches.length > oldMatches.length &&
|
||||||
|
newMatches.length > maxAggregations
|
||||||
|
) {
|
||||||
|
return []; // Cancel transaction
|
||||||
|
}
|
||||||
|
return tr;
|
||||||
|
});
|
||||||
|
}, [maxAggregations, validFunctions]);
|
||||||
|
|
||||||
|
// Find function context for fetching suggestions
|
||||||
|
const functionContextForFetch = getFunctionContextAtCursor(input, cursorPos);
|
||||||
|
|
||||||
|
const { data: aggregateAttributeData, isLoading: isLoadingFields } = useQuery(
|
||||||
|
[
|
||||||
|
QueryBuilderKeys.GET_AGGREGATE_ATTRIBUTE,
|
||||||
|
functionContextForFetch,
|
||||||
|
queryData.dataSource,
|
||||||
|
],
|
||||||
|
() => {
|
||||||
|
const operatorsWithoutDataType: (string | undefined)[] = [
|
||||||
|
TracesAggregatorOperator.COUNT,
|
||||||
|
TracesAggregatorOperator.COUNT_DISTINCT,
|
||||||
|
TracesAggregatorOperator.RATE,
|
||||||
|
];
|
||||||
|
|
||||||
|
const fieldDataType =
|
||||||
|
functionContextForFetch &&
|
||||||
|
operatorsWithoutDataType.includes(functionContextForFetch)
|
||||||
|
? undefined
|
||||||
|
: 'number';
|
||||||
|
|
||||||
|
return getKeySuggestions({
|
||||||
|
signal: queryData.dataSource,
|
||||||
|
searchText: '',
|
||||||
|
fieldDataType,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
{
|
||||||
|
enabled:
|
||||||
|
!!functionContextForFetch &&
|
||||||
|
!!operatorArgMeta[functionContextForFetch]?.acceptsArgs,
|
||||||
|
},
|
||||||
|
);
|
||||||
|
|
||||||
|
// Memoized chipPlugin that highlights valid function calls like count(), max(arg), min(arg)
|
||||||
|
const chipPlugin = useMemo(
|
||||||
|
() =>
|
||||||
|
ViewPlugin.fromClass(
|
||||||
|
class {
|
||||||
|
decorations: import('@codemirror/view').DecorationSet;
|
||||||
|
|
||||||
|
constructor(view: EditorView) {
|
||||||
|
this.decorations = this.buildDecorations(view);
|
||||||
|
}
|
||||||
|
|
||||||
|
update(update: ViewUpdate): void {
|
||||||
|
if (update.docChanged || update.viewportChanged) {
|
||||||
|
this.decorations = this.buildDecorations(update.view);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
buildDecorations(
|
||||||
|
view: EditorView,
|
||||||
|
): import('@codemirror/view').DecorationSet {
|
||||||
|
const builder = new RangeSetBuilder<Decoration>();
|
||||||
|
for (const { from, to } of view.visibleRanges) {
|
||||||
|
const text = view.state.doc.sliceString(from, to);
|
||||||
|
|
||||||
|
const regex = /\b([a-zA-Z_][\w]*)\s*\(([^)]*)\)/g;
|
||||||
|
let match;
|
||||||
|
|
||||||
|
while ((match = regex.exec(text)) !== null) {
|
||||||
|
const func = match[1].toLowerCase();
|
||||||
|
|
||||||
|
if (validFunctions.includes(func)) {
|
||||||
|
const start = from + match.index;
|
||||||
|
const end = start + match[0].length;
|
||||||
|
builder.add(start, end, chipDecoration);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return builder.finish();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
decorations: (v: any): import('@codemirror/view').DecorationSet =>
|
||||||
|
v.decorations,
|
||||||
|
},
|
||||||
|
),
|
||||||
|
[validFunctions],
|
||||||
|
) as any;
|
||||||
|
|
||||||
|
const operatorCompletions: Completion[] = tracesAggregateOperatorOptions.map(
|
||||||
|
(op) => ({
|
||||||
|
label: op.value,
|
||||||
|
type: 'function',
|
||||||
|
info: op.label,
|
||||||
|
apply: (
|
||||||
|
view: EditorView,
|
||||||
|
completion: Completion,
|
||||||
|
from: number,
|
||||||
|
to: number,
|
||||||
|
): void => {
|
||||||
|
const acceptsArgs = operatorArgMeta[op.value]?.acceptsArgs;
|
||||||
|
|
||||||
|
let insertText: string;
|
||||||
|
let cursorPos: number;
|
||||||
|
|
||||||
|
if (!acceptsArgs) {
|
||||||
|
insertText = `${op.value}() `;
|
||||||
|
cursorPos = from + insertText.length; // Use insertText.length instead of hardcoded values
|
||||||
|
} else {
|
||||||
|
insertText = `${op.value}(`;
|
||||||
|
cursorPos = from + insertText.length; // Use insertText.length instead of hardcoded values
|
||||||
|
}
|
||||||
|
|
||||||
|
view.dispatch({
|
||||||
|
changes: { from, to, insert: insertText },
|
||||||
|
selection: { anchor: cursorPos },
|
||||||
|
});
|
||||||
|
|
||||||
|
// Trigger suggestions after a small delay
|
||||||
|
setTimeout(() => {
|
||||||
|
safeStartCompletion();
|
||||||
|
}, 50);
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
);
|
||||||
|
|
||||||
|
// Memoize field suggestions from API (no filtering here)
|
||||||
|
const fieldSuggestions = useMemo(
|
||||||
|
() =>
|
||||||
|
Object.keys(aggregateAttributeData?.data.data.keys || {}).flatMap((key) => {
|
||||||
|
const attributeKeys = aggregateAttributeData?.data.data.keys[key];
|
||||||
|
if (!attributeKeys) return [];
|
||||||
|
|
||||||
|
return attributeKeys.map((attributeKey) => ({
|
||||||
|
label: attributeKey.name,
|
||||||
|
type: 'variable',
|
||||||
|
info: attributeKey.fieldDataType,
|
||||||
|
apply: (
|
||||||
|
view: EditorView,
|
||||||
|
completion: Completion,
|
||||||
|
from: number,
|
||||||
|
to: number,
|
||||||
|
): void => {
|
||||||
|
const text = view.state.sliceDoc(0, from);
|
||||||
|
const funcName = getFunctionContextAtCursor(text, from);
|
||||||
|
const multiple = funcName ? operatorArgMeta[funcName]?.multiple : false;
|
||||||
|
|
||||||
|
// Insert the selected key followed by either a comma or closing parenthesis
|
||||||
|
const insertText = multiple
|
||||||
|
? `${completion.label},`
|
||||||
|
: `${completion.label}) `;
|
||||||
|
const cursorPos = from + insertText.length; // Use insertText.length instead of hardcoded values
|
||||||
|
|
||||||
|
view.dispatch({
|
||||||
|
changes: { from, to, insert: insertText },
|
||||||
|
selection: { anchor: cursorPos },
|
||||||
|
});
|
||||||
|
|
||||||
|
// Trigger next suggestions after a small delay
|
||||||
|
setTimeout(() => {
|
||||||
|
safeStartCompletion();
|
||||||
|
}, 50);
|
||||||
|
},
|
||||||
|
}));
|
||||||
|
}) || [],
|
||||||
|
[aggregateAttributeData, safeStartCompletion],
|
||||||
|
);
|
||||||
|
|
||||||
|
const aggregatorAutocomplete = useMemo(
|
||||||
|
() =>
|
||||||
|
autocompletion({
|
||||||
|
override: [
|
||||||
|
(context: CompletionContext): CompletionResult | null => {
|
||||||
|
const text = context.state.sliceDoc(0, context.state.doc.length);
|
||||||
|
const cursorPos = context.pos;
|
||||||
|
const funcName = getFunctionContextAtCursor(text, cursorPos);
|
||||||
|
|
||||||
|
// Check if over limit and not editing existing
|
||||||
|
if (maxAggregations !== undefined) {
|
||||||
|
const regex = /([a-zA-Z_][\w]*)\s*\(([^)]*)\)/g;
|
||||||
|
const matches = [...text.matchAll(regex)].filter((match) =>
|
||||||
|
validFunctions.includes(match[1].toLowerCase()),
|
||||||
|
);
|
||||||
|
if (matches.length >= maxAggregations) {
|
||||||
|
const isEditing = matches.some((match) => {
|
||||||
|
const start = match.index ?? 0;
|
||||||
|
return cursorPos >= start && cursorPos <= start + match[0].length;
|
||||||
|
});
|
||||||
|
if (!isEditing) return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Do not show suggestions if inside count()
|
||||||
|
if (
|
||||||
|
funcName === TracesAggregatorOperator.COUNT &&
|
||||||
|
cursorPos > 0 &&
|
||||||
|
text[cursorPos - 1] !== ')'
|
||||||
|
) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// If inside a function that accepts args, show field suggestions
|
||||||
|
if (funcName && operatorArgMeta[funcName]?.acceptsArgs) {
|
||||||
|
if (isLoadingFields) {
|
||||||
|
return {
|
||||||
|
from: cursorPos,
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
label: 'Loading suggestions...',
|
||||||
|
type: 'text',
|
||||||
|
apply: (): void => {},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
const doc = context.state.sliceDoc(0, cursorPos);
|
||||||
|
const lastOpenParen = doc.lastIndexOf('(');
|
||||||
|
const lastComma = doc.lastIndexOf(',', cursorPos - 1);
|
||||||
|
const startOfArg =
|
||||||
|
lastComma > lastOpenParen ? lastComma + 1 : lastOpenParen + 1;
|
||||||
|
const inputText = doc.slice(startOfArg, cursorPos).trim();
|
||||||
|
|
||||||
|
// Parse arguments already present in the function call (before the cursor)
|
||||||
|
const usedArgs = new Set<string>();
|
||||||
|
if (lastOpenParen !== -1) {
|
||||||
|
const argsString = doc.slice(lastOpenParen + 1, cursorPos);
|
||||||
|
argsString.split(',').forEach((arg) => {
|
||||||
|
const trimmed = arg.trim();
|
||||||
|
if (trimmed) usedArgs.add(trimmed);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Exclude arguments already paired with this function elsewhere in the input
|
||||||
|
const globalUsedArgs = new Set(
|
||||||
|
functionArgPairs
|
||||||
|
.filter((pair) => pair.func === funcName)
|
||||||
|
.map((pair) => pair.arg),
|
||||||
|
);
|
||||||
|
|
||||||
|
const availableSuggestions = fieldSuggestions.filter(
|
||||||
|
(suggestion) =>
|
||||||
|
!usedArgs.has(suggestion.label) &&
|
||||||
|
!globalUsedArgs.has(suggestion.label),
|
||||||
|
);
|
||||||
|
|
||||||
|
const filteredSuggestions =
|
||||||
|
inputText === ''
|
||||||
|
? availableSuggestions
|
||||||
|
: availableSuggestions.filter((suggestion) =>
|
||||||
|
suggestion.label.toLowerCase().includes(inputText.toLowerCase()),
|
||||||
|
);
|
||||||
|
|
||||||
|
return {
|
||||||
|
from: startOfArg,
|
||||||
|
options: filteredSuggestions,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// Show operator suggestions if no function context or not accepting args
|
||||||
|
if (!funcName || !operatorArgMeta[funcName]?.acceptsArgs) {
|
||||||
|
// Check if 'count(' is present in the current input (case-insensitive)
|
||||||
|
const hasCount = text.toLowerCase().includes('count(');
|
||||||
|
const availableOperators = hasCount
|
||||||
|
? operatorCompletions.filter((op) => op.label.toLowerCase() !== 'count')
|
||||||
|
: operatorCompletions;
|
||||||
|
|
||||||
|
// Get the word before cursor if any
|
||||||
|
const word = context.matchBefore(/[\w\d_]+/);
|
||||||
|
|
||||||
|
// Show suggestions if:
|
||||||
|
// 1. There's a word match
|
||||||
|
// 2. The input is empty (cursor at start)
|
||||||
|
// 3. The user explicitly triggered completion
|
||||||
|
if (word || cursorPos === 0 || context.explicit) {
|
||||||
|
return {
|
||||||
|
from: word ? word.from : cursorPos,
|
||||||
|
options: availableOperators,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
],
|
||||||
|
defaultKeymap: true,
|
||||||
|
closeOnBlur: true,
|
||||||
|
maxRenderedOptions: 50,
|
||||||
|
activateOnTyping: true,
|
||||||
|
}),
|
||||||
|
[
|
||||||
|
operatorCompletions,
|
||||||
|
isLoadingFields,
|
||||||
|
fieldSuggestions,
|
||||||
|
functionArgPairs,
|
||||||
|
maxAggregations,
|
||||||
|
validFunctions,
|
||||||
|
],
|
||||||
|
);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="query-aggregation-select-container">
|
||||||
|
<CodeMirror
|
||||||
|
value={input}
|
||||||
|
onChange={(value): void => {
|
||||||
|
setInput(value);
|
||||||
|
onChange?.(value);
|
||||||
|
}}
|
||||||
|
className={`query-aggregation-select-editor ${
|
||||||
|
validationError ? 'error' : ''
|
||||||
|
}`}
|
||||||
|
theme={copilot}
|
||||||
|
extensions={[
|
||||||
|
chipPlugin,
|
||||||
|
aggregatorAutocomplete,
|
||||||
|
transactionFilterExtension,
|
||||||
|
javascript({ jsx: false, typescript: false }),
|
||||||
|
EditorView.lineWrapping,
|
||||||
|
stopEventsExtension,
|
||||||
|
keymap.of([
|
||||||
|
...completionKeymap,
|
||||||
|
{
|
||||||
|
key: 'Escape',
|
||||||
|
run: closeCompletion,
|
||||||
|
},
|
||||||
|
]),
|
||||||
|
]}
|
||||||
|
placeholder={
|
||||||
|
maxAggregations !== undefined
|
||||||
|
? `Type aggregator functions (max ${maxAggregations}) like sum(), count_distinct(...), etc.`
|
||||||
|
: 'Type aggregator functions like sum(), count_distinct(...), etc.'
|
||||||
|
}
|
||||||
|
basicSetup={{
|
||||||
|
lineNumbers: false,
|
||||||
|
autocompletion: true,
|
||||||
|
completionKeymap: true,
|
||||||
|
}}
|
||||||
|
onUpdate={handleUpdate}
|
||||||
|
onCreateEditor={(view: EditorView): void => {
|
||||||
|
editorRef.current = view;
|
||||||
|
}}
|
||||||
|
onFocus={(): void => {
|
||||||
|
setIsFocused(true);
|
||||||
|
safeStartCompletion();
|
||||||
|
}}
|
||||||
|
onBlur={(): void => {
|
||||||
|
setIsFocused(false);
|
||||||
|
|
||||||
|
if (editorRef.current) {
|
||||||
|
closeCompletion(editorRef.current);
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
{validationError && (
|
||||||
|
<div className="query-aggregation-error-container">
|
||||||
|
<Popover
|
||||||
|
placement="bottomRight"
|
||||||
|
showArrow={false}
|
||||||
|
content={
|
||||||
|
<div className="query-aggregation-error-content">
|
||||||
|
<div className="query-aggregation-error-message">{validationError}</div>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
overlayClassName="query-aggregation-error-popover"
|
||||||
|
>
|
||||||
|
<Button
|
||||||
|
type="text"
|
||||||
|
icon={<TriangleAlert size={14} color={Color.BG_CHERRY_500} />}
|
||||||
|
className="periscope-btn ghost query-aggregation-error-btn"
|
||||||
|
/>
|
||||||
|
</Popover>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
QueryAggregationSelect.defaultProps = {
|
||||||
|
onChange: undefined,
|
||||||
|
maxAggregations: undefined,
|
||||||
|
};
|
||||||
|
|
||||||
|
export default QueryAggregationSelect;
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
import { Button } from 'antd';
|
||||||
|
import { Plus, Sigma } from 'lucide-react';
|
||||||
|
|
||||||
|
export default function QueryFooter({
|
||||||
|
addNewBuilderQuery,
|
||||||
|
addNewFormula,
|
||||||
|
}: {
|
||||||
|
addNewBuilderQuery: () => void;
|
||||||
|
addNewFormula: () => void;
|
||||||
|
}): JSX.Element {
|
||||||
|
return (
|
||||||
|
<div className="qb-footer">
|
||||||
|
<div className="qb-footer-container">
|
||||||
|
<div className="qb-add-new-query">
|
||||||
|
<Button
|
||||||
|
className="add-new-query-button periscope-btn secondary"
|
||||||
|
type="text"
|
||||||
|
icon={<Plus size={16} />}
|
||||||
|
onClick={addNewBuilderQuery}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="qb-add-formula">
|
||||||
|
<Button
|
||||||
|
className="add-formula-button periscope-btn secondary"
|
||||||
|
icon={<Sigma size={16} />}
|
||||||
|
onClick={addNewFormula}
|
||||||
|
>
|
||||||
|
Add Formula
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -0,0 +1,713 @@
|
|||||||
|
.code-mirror-where-clause {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||||
|
'Helvetica Neue', sans-serif;
|
||||||
|
|
||||||
|
.query-where-clause-editor-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
|
.query-where-clause-editor {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-status-container {
|
||||||
|
width: 32px;
|
||||||
|
|
||||||
|
background-color: #121317 !important;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
border: 1px solid var(--bg-slate-200);
|
||||||
|
border-radius: 2px;
|
||||||
|
border-top-left-radius: 0px !important;
|
||||||
|
border-bottom-left-radius: 0px !important;
|
||||||
|
border-left: none !important;
|
||||||
|
|
||||||
|
&.hasErrors {
|
||||||
|
border-color: var(--bg-cherry-500);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-where-clause-editor {
|
||||||
|
&.hasErrors {
|
||||||
|
.cm-editor {
|
||||||
|
.cm-content {
|
||||||
|
border-color: var(--bg-cherry-500);
|
||||||
|
border-top-right-radius: 0px !important;
|
||||||
|
border-bottom-right-radius: 0px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-editor {
|
||||||
|
border-radius: 2px;
|
||||||
|
overflow: hidden;
|
||||||
|
background-color: transparent !important;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-robin-500);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-content {
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--Slate-400, #1d212d);
|
||||||
|
padding: 0px !important;
|
||||||
|
background-color: #121317 !important;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-ink-200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.cm-focused {
|
||||||
|
outline: 1px solid var(--bg-slate-200);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-tooltip-autocomplete {
|
||||||
|
background: var(--bg-ink-300) !important;
|
||||||
|
border-radius: 2px !important;
|
||||||
|
font-size: 12px !important;
|
||||||
|
font-weight: 500 !important;
|
||||||
|
margin-top: -2px !important;
|
||||||
|
min-width: 400px !important;
|
||||||
|
position: relative !important;
|
||||||
|
top: 0px !important;
|
||||||
|
left: 0px !important;
|
||||||
|
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 0px;
|
||||||
|
background: linear-gradient(
|
||||||
|
139deg,
|
||||||
|
rgba(18, 19, 23, 0.8) 0%,
|
||||||
|
rgba(18, 19, 23, 0.9) 98.68%
|
||||||
|
) !important;
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
min-height: 200px !important;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
width: 0.3rem;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-corner {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
background: rgb(136, 136, 136);
|
||||||
|
border-radius: 0.625rem;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-track {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
line-height: 36px !important;
|
||||||
|
height: 36px !important;
|
||||||
|
padding: 4px 8px !important;
|
||||||
|
|
||||||
|
display: flex !important;
|
||||||
|
align-items: center !important;
|
||||||
|
gap: 8px !important;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-completionIcon {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[aria-selected='true'] {
|
||||||
|
// background-color: rgba(78, 116, 248, 0.7) !important;
|
||||||
|
background: rgba(171, 189, 255, 0.04) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-gutters {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-line {
|
||||||
|
line-height: 34px !important;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
background-color: #121317 !important;
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-selectionBackground {
|
||||||
|
background: var(--bg-ink-100) !important;
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cursor-position {
|
||||||
|
font-size: 12px;
|
||||||
|
color: var(--bg-ink-200);
|
||||||
|
padding: 6px;
|
||||||
|
background-color: var(--bg-vanilla-200);
|
||||||
|
border-radius: 4px;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-validation {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
margin-top: 16px;
|
||||||
|
|
||||||
|
.valid,
|
||||||
|
.invalid {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 4px 8px;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.valid {
|
||||||
|
background-color: rgba(39, 174, 96, 0.1);
|
||||||
|
color: #27ae60;
|
||||||
|
}
|
||||||
|
|
||||||
|
.invalid {
|
||||||
|
background-color: rgba(235, 87, 87, 0.1);
|
||||||
|
color: #eb5757;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-validation-status {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-validation-errors {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
.query-validation-error {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 16px;
|
||||||
|
|
||||||
|
font-size: 12px;
|
||||||
|
font-family: 'Space Mono', monospace !important;
|
||||||
|
color: var(--bg-cherry-500);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-context {
|
||||||
|
padding: 12px;
|
||||||
|
background-color: var(--bg-ink-400);
|
||||||
|
border-radius: 4px;
|
||||||
|
border-left: 3px solid var(--bg-robin-500);
|
||||||
|
color: var(--bg-ink-300) !important;
|
||||||
|
|
||||||
|
.ant-card-head {
|
||||||
|
color: var(--bg-vanilla-300) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-details {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 12px;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 13px;
|
||||||
|
|
||||||
|
strong {
|
||||||
|
color: var(--bg-vanilla-300);
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.code-mirror-card {
|
||||||
|
.ant-card-body {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-text-preview-title {
|
||||||
|
font-size: 13px;
|
||||||
|
color: var(--bg-vanilla-100);
|
||||||
|
background-color: var(--bg-robin-500);
|
||||||
|
padding: 2px 6px;
|
||||||
|
border-radius: 2px;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-text-preview {
|
||||||
|
font-family: 'Space Mono', monospace;
|
||||||
|
font-size: 13px;
|
||||||
|
color: var(--bg-vanilla-200);
|
||||||
|
padding: 2px 6px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-examples-card {
|
||||||
|
background-color: var(--bg-ink-400);
|
||||||
|
border: 1px solid var(--bg-slate-200);
|
||||||
|
|
||||||
|
.ant-card-body {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-examples {
|
||||||
|
.ant-collapse-header {
|
||||||
|
padding: 8px 16px !important;
|
||||||
|
color: var(--bg-vanilla-300) !important;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-collapse-content {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-examples-list {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 8px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-tag {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 4px;
|
||||||
|
padding: 8px 12px;
|
||||||
|
background-color: var(--bg-ink-400);
|
||||||
|
border: 1px solid var(--bg-slate-200);
|
||||||
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 0.2s ease;
|
||||||
|
outline: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--bg-ink-300);
|
||||||
|
border-color: var(--bg-robin-500);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:focus-visible {
|
||||||
|
outline: 2px solid var(--bg-robin-500);
|
||||||
|
outline-offset: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-content {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-label {
|
||||||
|
font-weight: 500;
|
||||||
|
color: var(--bg-vanilla-300);
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-query {
|
||||||
|
font-family: 'Space Mono', monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
color: var(--bg-vanilla-200);
|
||||||
|
background-color: var(--bg-ink-300);
|
||||||
|
padding: 2px 6px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-description {
|
||||||
|
font-size: 12px;
|
||||||
|
color: var(--bg-vanilla-200);
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-content {
|
||||||
|
display: inline-flex;
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Context indicator styles
|
||||||
|
.context-indicator {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 8px 12px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 13px;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
border-left: 4px solid #1890ff;
|
||||||
|
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
.triplet-info {
|
||||||
|
margin-left: 16px;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-pair-info {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
|
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
|
padding-left: 8px;
|
||||||
|
background-color: rgba(0, 0, 0, 0.03);
|
||||||
|
padding: 4px 8px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Color variations based on context
|
||||||
|
&.context-indicator-key {
|
||||||
|
border-left-color: #1890ff; // blue
|
||||||
|
background-color: rgba(24, 144, 255, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-operator {
|
||||||
|
border-left-color: #722ed1; // purple
|
||||||
|
background-color: rgba(114, 46, 209, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-value {
|
||||||
|
border-left-color: #52c41a; // green
|
||||||
|
background-color: rgba(82, 196, 26, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-conjunction {
|
||||||
|
border-left-color: #fa8c16; // orange
|
||||||
|
background-color: rgba(250, 140, 22, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-function {
|
||||||
|
border-left-color: #13c2c2; // cyan
|
||||||
|
background-color: rgba(19, 194, 194, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-parenthesis {
|
||||||
|
border-left-color: #eb2f96; // magenta
|
||||||
|
background-color: rgba(235, 47, 150, 0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-status-popover {
|
||||||
|
.ant-popover-arrow {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-popover-content {
|
||||||
|
background: linear-gradient(
|
||||||
|
139deg,
|
||||||
|
rgba(18, 19, 23, 0.8) 0%,
|
||||||
|
rgba(18, 19, 23, 0.9) 98.68%
|
||||||
|
);
|
||||||
|
box-shadow: 4px 10px 16px 2px rgba(0, 0, 0, 0.2);
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
|
|
||||||
|
margin-top: -6px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// /* Dark mode support */
|
||||||
|
// :global(.darkMode) {
|
||||||
|
// .code-mirror-where-clause {
|
||||||
|
// .cm-editor {
|
||||||
|
// border-color: var(--bg-slate-500);
|
||||||
|
// background-color: var(--bg-ink-400);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .cursor-position {
|
||||||
|
// background-color: var(--bg-ink-400);
|
||||||
|
// color: var(--bg-vanilla-100);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .query-context {
|
||||||
|
// background-color: var(--bg-ink-400);
|
||||||
|
// color: var(--bg-vanilla-100);
|
||||||
|
|
||||||
|
// h3 {
|
||||||
|
// color: var(--bg-vanilla-100);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .context-details {
|
||||||
|
// p {
|
||||||
|
// strong {
|
||||||
|
// color: var(--bg-vanilla-200);
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .query-examples-card {
|
||||||
|
// background-color: var(--bg-ink-400);
|
||||||
|
// border-color: var(--bg-slate-500);
|
||||||
|
|
||||||
|
// .ant-collapse-header {
|
||||||
|
// color: var(--bg-vanilla-100) !important;
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .query-example-tag {
|
||||||
|
// background-color: var(--bg-ink-400);
|
||||||
|
// border-color: var(--bg-slate-500);
|
||||||
|
|
||||||
|
// &:hover {
|
||||||
|
// background-color: var(--bg-ink-300);
|
||||||
|
// border-color: var(--bg-robin-500);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .query-example-label {
|
||||||
|
// color: var(--bg-vanilla-100);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .query-example-query {
|
||||||
|
// color: var(--bg-vanilla-100);
|
||||||
|
// background-color: var(--bg-ink-300);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .query-example-description {
|
||||||
|
// color: var(--bg-vanilla-100);
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .context-indicator {
|
||||||
|
// background-color: var(--bg-ink-300);
|
||||||
|
// color: var(--bg-vanilla-100);
|
||||||
|
|
||||||
|
// .query-pair-info {
|
||||||
|
// border-left: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
|
// background-color: rgba(255, 255, 255, 0.05);
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
.lightMode {
|
||||||
|
.code-mirror-where-clause {
|
||||||
|
.query-where-clause-editor-container {
|
||||||
|
.query-status-container {
|
||||||
|
background-color: var(--bg-vanilla-100) !important;
|
||||||
|
border: 1px solid var(--bg-vanilla-300);
|
||||||
|
|
||||||
|
&.hasErrors {
|
||||||
|
border-color: var(--bg-cherry-500);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-where-clause-editor {
|
||||||
|
&.hasErrors {
|
||||||
|
.cm-editor {
|
||||||
|
.cm-content {
|
||||||
|
border-color: var(--bg-cherry-500);
|
||||||
|
border-top-right-radius: 0px !important;
|
||||||
|
border-bottom-right-radius: 0px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-editor {
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-robin-500);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.cm-focused {
|
||||||
|
outline: 1px solid var(--bg-vanilla-300);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-content {
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--bg-vanilla-300);
|
||||||
|
padding: 0px !important;
|
||||||
|
background-color: var(--bg-vanilla-100) !important;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: var(--bg-vanilla-200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-tooltip-autocomplete {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
|
||||||
|
border: 0px;
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
|
|
||||||
|
ul {
|
||||||
|
li {
|
||||||
|
background-color: var(--bg-vanilla-100) !important;
|
||||||
|
color: var(--bg-ink-300) !important;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--bg-vanilla-200) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-line {
|
||||||
|
background-color: var(--bg-vanilla-100) !important;
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-selectionBackground {
|
||||||
|
background: var(--bg-vanilla-100) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cursor-position {
|
||||||
|
color: var(--bg-vanilla-200);
|
||||||
|
background-color: var(--bg-vanilla-100);
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-context {
|
||||||
|
background-color: var(--bg-vanilla-100);
|
||||||
|
border-left: 3px solid var(--bg-vanilla-300);
|
||||||
|
color: var(--bg-vanilla-300) !important;
|
||||||
|
|
||||||
|
.ant-card-head {
|
||||||
|
color: var(--bg-ink-300) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-details {
|
||||||
|
p {
|
||||||
|
strong {
|
||||||
|
color: var(--bg-ink-300);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-examples-card {
|
||||||
|
background-color: var(--bg-vanilla-100);
|
||||||
|
border: 1px solid var(--bg-vanilla-300);
|
||||||
|
|
||||||
|
.query-examples {
|
||||||
|
.ant-collapse-header {
|
||||||
|
color: var(--bg-ink-300) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-tag {
|
||||||
|
background-color: var(--bg-vanilla-100);
|
||||||
|
border: 1px solid var(--bg-vanilla-300);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--bg-vanilla-200);
|
||||||
|
border-color: var(--bg-vanilla-300);
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-label {
|
||||||
|
color: var(--bg-ink-300);
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-query {
|
||||||
|
color: var(--bg-ink-300);
|
||||||
|
background-color: var(--bg-vanilla-100);
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-example-description {
|
||||||
|
color: var(--bg-ink-300);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-indicator {
|
||||||
|
background-color: var(--bg-vanilla-100);
|
||||||
|
border-left: 4px solid var(--bg-vanilla-300);
|
||||||
|
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
.query-pair-info {
|
||||||
|
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
|
background-color: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Color variations based on context
|
||||||
|
&.context-indicator-key {
|
||||||
|
border-left-color: #1890ff; // blue
|
||||||
|
background-color: rgba(24, 144, 255, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-operator {
|
||||||
|
border-left-color: #722ed1; // purple
|
||||||
|
background-color: rgba(114, 46, 209, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-value {
|
||||||
|
border-left-color: #52c41a; // green
|
||||||
|
background-color: rgba(82, 196, 26, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-conjunction {
|
||||||
|
border-left-color: #fa8c16; // orange
|
||||||
|
background-color: rgba(250, 140, 22, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-function {
|
||||||
|
border-left-color: #13c2c2; // cyan
|
||||||
|
background-color: rgba(19, 194, 194, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.context-indicator-parenthesis {
|
||||||
|
border-left-color: #eb2f96; // magenta
|
||||||
|
background-color: rgba(235, 47, 150, 0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.query-status-popover {
|
||||||
|
.ant-popover-content {
|
||||||
|
background: var(--bg-vanilla-100);
|
||||||
|
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,79 @@
|
|||||||
|
export const queryExamples = [
|
||||||
|
{
|
||||||
|
label: 'Basic Query',
|
||||||
|
query: "status = 'error'",
|
||||||
|
description: 'Find all errors',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Multiple Conditions',
|
||||||
|
query: "status = 'error' AND service = 'frontend'",
|
||||||
|
description: 'Find errors from frontend service',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'IN Operator',
|
||||||
|
query: "status IN ['error', 'warning']",
|
||||||
|
description: 'Find items with specific statuses',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Function Usage',
|
||||||
|
query: "HAS(service, 'frontend')",
|
||||||
|
description: 'Use HAS function',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Numeric Comparison',
|
||||||
|
query: 'duration > 1000',
|
||||||
|
description: 'Find items with duration greater than 1000ms',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Range Query',
|
||||||
|
query: 'duration BETWEEN 100 AND 1000',
|
||||||
|
description: 'Find items with duration between 100ms and 1000ms',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Pattern Matching',
|
||||||
|
query: "service LIKE 'front%'",
|
||||||
|
description: 'Find services starting with "front"',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Complex Conditions',
|
||||||
|
query: "(status = 'error' OR status = 'warning') AND service = 'frontend'",
|
||||||
|
description: 'Find errors or warnings from frontend service',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Multiple Functions',
|
||||||
|
query: "HAS(service, 'frontend') AND HAS(status, 'error')",
|
||||||
|
description: 'Use multiple HAS functions',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'NOT Operator',
|
||||||
|
query: "NOT status = 'success'",
|
||||||
|
description: 'Find items that are not successful',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Array Contains',
|
||||||
|
query: "tags CONTAINS 'production'",
|
||||||
|
description: 'Find items with production tag',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Regex Pattern',
|
||||||
|
query: "service REGEXP '^prod-.*'",
|
||||||
|
description: 'Find services matching regex pattern',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Null Check',
|
||||||
|
query: 'error IS NULL',
|
||||||
|
description: 'Find items without errors',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Multiple Attributes',
|
||||||
|
query:
|
||||||
|
"service = 'frontend' AND environment = 'production' AND status = 'error'",
|
||||||
|
description: 'Find production frontend errors',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Nested Conditions',
|
||||||
|
query:
|
||||||
|
"(service = 'frontend' OR service = 'backend') AND (status = 'error' OR status = 'warning')",
|
||||||
|
description: 'Find errors or warnings from frontend or backend',
|
||||||
|
},
|
||||||
|
];
|
||||||
234
frontend/src/components/QueryBuilderV2/QueryV2/QueryV2.tsx
Normal file
234
frontend/src/components/QueryBuilderV2/QueryV2/QueryV2.tsx
Normal file
@@ -0,0 +1,234 @@
|
|||||||
|
import { Dropdown } from 'antd';
|
||||||
|
import cx from 'classnames';
|
||||||
|
import { ENTITY_VERSION_V4 } from 'constants/app';
|
||||||
|
import { PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
|
import QBEntityOptions from 'container/QueryBuilder/components/QBEntityOptions/QBEntityOptions';
|
||||||
|
import { QueryProps } from 'container/QueryBuilder/components/Query/Query.interfaces';
|
||||||
|
import SpanScopeSelector from 'container/QueryBuilder/filters/QueryBuilderSearchV2/SpanScopeSelector';
|
||||||
|
import { useQueryBuilder } from 'hooks/queryBuilder/useQueryBuilder';
|
||||||
|
import { useQueryOperations } from 'hooks/queryBuilder/useQueryBuilderOperations';
|
||||||
|
import { Copy, Ellipsis, Trash } from 'lucide-react';
|
||||||
|
import { memo, useCallback, useMemo, useState } from 'react';
|
||||||
|
import { IBuilderQuery } from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
import { HandleChangeQueryDataV5 } from 'types/common/operations.types';
|
||||||
|
import { DataSource } from 'types/common/queryBuilder';
|
||||||
|
|
||||||
|
import MetricsAggregateSection from './MerticsAggregateSection/MetricsAggregateSection';
|
||||||
|
import { MetricsSelect } from './MetricsSelect/MetricsSelect';
|
||||||
|
import QueryAddOns from './QueryAddOns/QueryAddOns';
|
||||||
|
import QueryAggregation from './QueryAggregation/QueryAggregation';
|
||||||
|
import QuerySearch from './QuerySearch/QuerySearch';
|
||||||
|
|
||||||
|
export const QueryV2 = memo(function QueryV2({
|
||||||
|
ref,
|
||||||
|
index,
|
||||||
|
queryVariant,
|
||||||
|
query,
|
||||||
|
filterConfigs,
|
||||||
|
isListViewPanel = false,
|
||||||
|
version,
|
||||||
|
showOnlyWhereClause = false,
|
||||||
|
}: QueryProps & { ref: React.RefObject<HTMLDivElement> }): JSX.Element {
|
||||||
|
const { cloneQuery, panelType } = useQueryBuilder();
|
||||||
|
|
||||||
|
const showFunctions = query?.functions?.length > 0;
|
||||||
|
const { dataSource } = query;
|
||||||
|
|
||||||
|
const [isCollapsed, setIsCollapsed] = useState(false);
|
||||||
|
|
||||||
|
const {
|
||||||
|
handleChangeQueryData,
|
||||||
|
handleDeleteQuery,
|
||||||
|
handleQueryFunctionsUpdates,
|
||||||
|
handleChangeDataSource,
|
||||||
|
} = useQueryOperations({
|
||||||
|
index,
|
||||||
|
query,
|
||||||
|
filterConfigs,
|
||||||
|
isListViewPanel,
|
||||||
|
entityVersion: version,
|
||||||
|
});
|
||||||
|
|
||||||
|
const handleToggleDisableQuery = useCallback(() => {
|
||||||
|
handleChangeQueryData('disabled', !query.disabled);
|
||||||
|
}, [handleChangeQueryData, query]);
|
||||||
|
|
||||||
|
const handleToggleCollapsQuery = (): void => {
|
||||||
|
setIsCollapsed(!isCollapsed);
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleCloneEntity = (): void => {
|
||||||
|
cloneQuery('query', query);
|
||||||
|
};
|
||||||
|
|
||||||
|
const showReduceTo = useMemo(
|
||||||
|
() =>
|
||||||
|
dataSource === DataSource.METRICS &&
|
||||||
|
(panelType === PANEL_TYPES.TABLE ||
|
||||||
|
panelType === PANEL_TYPES.PIE ||
|
||||||
|
panelType === PANEL_TYPES.VALUE),
|
||||||
|
[dataSource, panelType],
|
||||||
|
);
|
||||||
|
|
||||||
|
const showSpanScopeSelector = useMemo(() => dataSource === DataSource.TRACES, [
|
||||||
|
dataSource,
|
||||||
|
]);
|
||||||
|
|
||||||
|
const handleChangeAggregateEvery = useCallback(
|
||||||
|
(value: IBuilderQuery['stepInterval']) => {
|
||||||
|
handleChangeQueryData('stepInterval', value);
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleSearchChange = useCallback(
|
||||||
|
(value: string) => {
|
||||||
|
(handleChangeQueryData as HandleChangeQueryDataV5)('filter', {
|
||||||
|
expression: value,
|
||||||
|
});
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
const handleChangeAggregation = useCallback(
|
||||||
|
(value: string) => {
|
||||||
|
(handleChangeQueryData as HandleChangeQueryDataV5)('aggregations', [
|
||||||
|
{
|
||||||
|
expression: value,
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
},
|
||||||
|
[handleChangeQueryData],
|
||||||
|
);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div
|
||||||
|
className={cx('query-v2', { 'where-clause-view': showOnlyWhereClause })}
|
||||||
|
ref={ref}
|
||||||
|
>
|
||||||
|
<div className="qb-content-section">
|
||||||
|
{!showOnlyWhereClause && (
|
||||||
|
<div className="qb-header-container">
|
||||||
|
<div className="query-actions-container">
|
||||||
|
<div className="query-actions-left-container">
|
||||||
|
<QBEntityOptions
|
||||||
|
isMetricsDataSource={dataSource === DataSource.METRICS}
|
||||||
|
showFunctions={
|
||||||
|
(version && version === ENTITY_VERSION_V4) ||
|
||||||
|
query.dataSource === DataSource.LOGS ||
|
||||||
|
showFunctions ||
|
||||||
|
false
|
||||||
|
}
|
||||||
|
isCollapsed={isCollapsed}
|
||||||
|
entityType="query"
|
||||||
|
entityData={query}
|
||||||
|
onToggleVisibility={handleToggleDisableQuery}
|
||||||
|
onDelete={handleDeleteQuery}
|
||||||
|
onCloneQuery={cloneQuery}
|
||||||
|
onCollapseEntity={handleToggleCollapsQuery}
|
||||||
|
query={query}
|
||||||
|
onQueryFunctionsUpdates={handleQueryFunctionsUpdates}
|
||||||
|
showDeleteButton={false}
|
||||||
|
showCloneOption={false}
|
||||||
|
isListViewPanel={isListViewPanel}
|
||||||
|
index={index}
|
||||||
|
queryVariant={queryVariant}
|
||||||
|
onChangeDataSource={handleChangeDataSource}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{!isListViewPanel && (
|
||||||
|
<Dropdown
|
||||||
|
className="query-actions-dropdown"
|
||||||
|
menu={{
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
label: 'Clone',
|
||||||
|
key: 'clone-query',
|
||||||
|
icon: <Copy size={14} />,
|
||||||
|
onClick: handleCloneEntity,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Delete',
|
||||||
|
key: 'delete-query',
|
||||||
|
icon: <Trash size={14} />,
|
||||||
|
onClick: handleDeleteQuery,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}}
|
||||||
|
placement="bottomRight"
|
||||||
|
>
|
||||||
|
<Ellipsis size={16} />
|
||||||
|
</Dropdown>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{!isCollapsed && (
|
||||||
|
<div className="qb-elements-container">
|
||||||
|
<div className="qb-search-container">
|
||||||
|
{dataSource === DataSource.METRICS && (
|
||||||
|
<div className="metrics-select-container">
|
||||||
|
<MetricsSelect query={query} index={index} version="v4" />
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
|
<div className="qb-search-filter-container">
|
||||||
|
<div className="query-search-container">
|
||||||
|
<QuerySearch
|
||||||
|
key={`query-search-${query.queryName}-${query.dataSource}`}
|
||||||
|
onChange={handleSearchChange}
|
||||||
|
queryData={query}
|
||||||
|
dataSource={dataSource}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{showSpanScopeSelector && (
|
||||||
|
<div className="traces-search-filter-container">
|
||||||
|
<div className="traces-search-filter-in">in</div>
|
||||||
|
<SpanScopeSelector query={query} />
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{!showOnlyWhereClause &&
|
||||||
|
!isListViewPanel &&
|
||||||
|
dataSource !== DataSource.METRICS && (
|
||||||
|
<QueryAggregation
|
||||||
|
dataSource={dataSource}
|
||||||
|
key={`query-search-${query.queryName}-${query.dataSource}`}
|
||||||
|
panelType={panelType || undefined}
|
||||||
|
onAggregationIntervalChange={handleChangeAggregateEvery}
|
||||||
|
onChange={handleChangeAggregation}
|
||||||
|
queryData={query}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{!showOnlyWhereClause && dataSource === DataSource.METRICS && (
|
||||||
|
<MetricsAggregateSection
|
||||||
|
panelType={panelType}
|
||||||
|
query={query}
|
||||||
|
index={index}
|
||||||
|
key={`metrics-aggregate-section-${query.queryName}-${query.dataSource}`}
|
||||||
|
version="v4"
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{!showOnlyWhereClause && (
|
||||||
|
<QueryAddOns
|
||||||
|
index={index}
|
||||||
|
query={query}
|
||||||
|
version="v3"
|
||||||
|
isListViewPanel={isListViewPanel}
|
||||||
|
showReduceTo={showReduceTo}
|
||||||
|
panelType={panelType}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
});
|
||||||
270
frontend/src/components/QueryBuilderV2/utils.ts
Normal file
270
frontend/src/components/QueryBuilderV2/utils.ts
Normal file
@@ -0,0 +1,270 @@
|
|||||||
|
import { createAggregation } from 'api/v5/queryRange/prepareQueryRangePayloadV5';
|
||||||
|
import { BaseAutocompleteData } from 'types/api/queryBuilder/queryAutocompleteResponse';
|
||||||
|
import {
|
||||||
|
Having,
|
||||||
|
IBuilderQuery,
|
||||||
|
Query,
|
||||||
|
TagFilter,
|
||||||
|
} from 'types/api/queryBuilder/queryBuilderData';
|
||||||
|
import {
|
||||||
|
LogAggregation,
|
||||||
|
MetricAggregation,
|
||||||
|
TraceAggregation,
|
||||||
|
} from 'types/api/v5/queryRange';
|
||||||
|
import { EQueryType } from 'types/common/dashboard';
|
||||||
|
import { DataSource } from 'types/common/queryBuilder';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check if an operator requires array values (like IN, NOT IN)
|
||||||
|
* @param operator - The operator to check
|
||||||
|
* @returns True if the operator requires array values
|
||||||
|
*/
|
||||||
|
const isArrayOperator = (operator: string): boolean => {
|
||||||
|
const arrayOperators = ['in', 'nin', 'IN', 'NOT IN'];
|
||||||
|
return arrayOperators.includes(operator);
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Format a value for the expression string
|
||||||
|
* @param value - The value to format
|
||||||
|
* @param operator - The operator being used (to determine if array is needed)
|
||||||
|
* @returns Formatted value string
|
||||||
|
*/
|
||||||
|
const formatValueForExpression = (
|
||||||
|
value: string[] | string | number | boolean,
|
||||||
|
operator?: string,
|
||||||
|
): string => {
|
||||||
|
// For IN operators, ensure value is always an array
|
||||||
|
if (isArrayOperator(operator || '')) {
|
||||||
|
const arrayValue = Array.isArray(value) ? value : [value];
|
||||||
|
return `[${arrayValue
|
||||||
|
.map((v) =>
|
||||||
|
typeof v === 'string' ? `'${v.replace(/'/g, "\\'")}'` : String(v),
|
||||||
|
)
|
||||||
|
.join(', ')}]`;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (Array.isArray(value)) {
|
||||||
|
// Handle array values (e.g., for IN operations)
|
||||||
|
return `[${value
|
||||||
|
.map((v) =>
|
||||||
|
typeof v === 'string' ? `'${v.replace(/'/g, "\\'")}'` : String(v),
|
||||||
|
)
|
||||||
|
.join(', ')}]`;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof value === 'string') {
|
||||||
|
// Add single quotes around all string values and escape internal single quotes
|
||||||
|
return `'${value.replace(/'/g, "\\'")}'`;
|
||||||
|
}
|
||||||
|
|
||||||
|
return String(value);
|
||||||
|
};
|
||||||
|
|
||||||
|
export const convertFiltersToExpression = (
|
||||||
|
filters: TagFilter,
|
||||||
|
): { expression: string } => {
|
||||||
|
if (!filters?.items || filters.items.length === 0) {
|
||||||
|
return { expression: '' };
|
||||||
|
}
|
||||||
|
|
||||||
|
const expressions = filters.items
|
||||||
|
.map((filter) => {
|
||||||
|
const { key, op, value } = filter;
|
||||||
|
|
||||||
|
// Skip if key is not defined
|
||||||
|
if (!key?.key) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
const formattedValue = formatValueForExpression(value, op);
|
||||||
|
return `${key.key} ${op} ${formattedValue}`;
|
||||||
|
})
|
||||||
|
.filter((expression) => expression !== ''); // Remove empty expressions
|
||||||
|
|
||||||
|
return {
|
||||||
|
expression: expressions.join(' AND '),
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Convert old having format to new having format
|
||||||
|
* @param having - Array of old having objects with columnName, op, and value
|
||||||
|
* @returns New having format with expression string
|
||||||
|
*/
|
||||||
|
export const convertHavingToExpression = (
|
||||||
|
having: Having[],
|
||||||
|
): { expression: string } => {
|
||||||
|
if (!having || having.length === 0) {
|
||||||
|
return { expression: '' };
|
||||||
|
}
|
||||||
|
|
||||||
|
const expressions = having
|
||||||
|
.map((havingItem) => {
|
||||||
|
const { columnName, op, value } = havingItem;
|
||||||
|
|
||||||
|
// Skip if columnName is not defined
|
||||||
|
if (!columnName) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
// Format value based on its type
|
||||||
|
let formattedValue: string;
|
||||||
|
if (Array.isArray(value)) {
|
||||||
|
// For array values, format as [val1, val2, ...]
|
||||||
|
formattedValue = `[${value.join(', ')}]`;
|
||||||
|
} else {
|
||||||
|
// For single values, just convert to string
|
||||||
|
formattedValue = String(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
return `${columnName} ${op} ${formattedValue}`;
|
||||||
|
})
|
||||||
|
.filter((expression) => expression !== ''); // Remove empty expressions
|
||||||
|
|
||||||
|
return {
|
||||||
|
expression: expressions.join(' AND '),
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Convert old aggregation format to new aggregation format
|
||||||
|
* @param aggregateOperator - The aggregate operator (e.g., 'sum', 'count', 'avg')
|
||||||
|
* @param aggregateAttribute - The attribute to aggregate
|
||||||
|
* @param dataSource - The data source type
|
||||||
|
* @param timeAggregation - Time aggregation for metrics (optional)
|
||||||
|
* @param spaceAggregation - Space aggregation for metrics (optional)
|
||||||
|
* @param alias - Optional alias for the aggregation
|
||||||
|
* @returns New aggregation format based on data source
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
export const convertAggregationToExpression = (
|
||||||
|
aggregateOperator: string,
|
||||||
|
aggregateAttribute: BaseAutocompleteData,
|
||||||
|
dataSource: DataSource,
|
||||||
|
timeAggregation?: string,
|
||||||
|
spaceAggregation?: string,
|
||||||
|
alias?: string,
|
||||||
|
): (TraceAggregation | LogAggregation | MetricAggregation)[] | undefined => {
|
||||||
|
// Skip if no operator or attribute key
|
||||||
|
if (!aggregateOperator) {
|
||||||
|
return undefined;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Replace noop with count as default
|
||||||
|
const normalizedOperator =
|
||||||
|
aggregateOperator === 'noop' ? 'count' : aggregateOperator;
|
||||||
|
const normalizedTimeAggregation =
|
||||||
|
timeAggregation === 'noop' ? 'count' : timeAggregation;
|
||||||
|
const normalizedSpaceAggregation =
|
||||||
|
spaceAggregation === 'noop' ? 'count' : spaceAggregation;
|
||||||
|
|
||||||
|
// For metrics, use the MetricAggregation format
|
||||||
|
if (dataSource === DataSource.METRICS) {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
metricName: aggregateAttribute.key,
|
||||||
|
timeAggregation: (normalizedTimeAggregation || normalizedOperator) as any,
|
||||||
|
spaceAggregation: (normalizedSpaceAggregation || normalizedOperator) as any,
|
||||||
|
} as MetricAggregation,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
// For traces and logs, use expression format
|
||||||
|
const expression = `${normalizedOperator}(${aggregateAttribute.key})`;
|
||||||
|
|
||||||
|
if (dataSource === DataSource.TRACES) {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
expression,
|
||||||
|
...(alias && { alias }),
|
||||||
|
} as TraceAggregation,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
// For logs
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
expression,
|
||||||
|
...(alias && { alias }),
|
||||||
|
} as LogAggregation,
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
export const getQueryTitles = (currentQuery: Query): string[] => {
|
||||||
|
if (currentQuery.queryType === EQueryType.QUERY_BUILDER) {
|
||||||
|
const queryTitles: string[] = [];
|
||||||
|
|
||||||
|
// Handle builder queries with multiple aggregations
|
||||||
|
currentQuery.builder.queryData.forEach((q) => {
|
||||||
|
const aggregationCount = q.aggregations?.length || 1;
|
||||||
|
|
||||||
|
if (aggregationCount > 1) {
|
||||||
|
// If multiple aggregations, create titles like A.0, A.1, A.2
|
||||||
|
for (let i = 0; i < aggregationCount; i++) {
|
||||||
|
queryTitles.push(`${q.queryName}.${i}`);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// Single aggregation, just use query name
|
||||||
|
queryTitles.push(q.queryName);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Handle formulas (they don't have aggregations, so just use query name)
|
||||||
|
const formulas = currentQuery.builder.queryFormulas.map((q) => q.queryName);
|
||||||
|
|
||||||
|
return [...queryTitles, ...formulas];
|
||||||
|
}
|
||||||
|
|
||||||
|
if (currentQuery.queryType === EQueryType.CLICKHOUSE) {
|
||||||
|
return currentQuery.clickhouse_sql.map((q) => q.name);
|
||||||
|
}
|
||||||
|
|
||||||
|
return currentQuery.promql.map((q) => q.name);
|
||||||
|
};
|
||||||
|
|
||||||
|
// function to give you label value for query name taking multiaggregation into account
|
||||||
|
export function getQueryLabelWithAggregation(
|
||||||
|
queryData: IBuilderQuery[],
|
||||||
|
legendMap: Record<string, string> = {},
|
||||||
|
): { label: string; value: string }[] {
|
||||||
|
const labels: { label: string; value: string }[] = [];
|
||||||
|
|
||||||
|
const aggregationPerQuery =
|
||||||
|
queryData.reduce((acc, query) => {
|
||||||
|
if (query.queryName && query.aggregations?.length) {
|
||||||
|
acc[query.queryName] = createAggregation(query).map((a: any) => ({
|
||||||
|
alias: a.alias,
|
||||||
|
expression: a.expression,
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
return acc;
|
||||||
|
}, {} as Record<string, any>) || {};
|
||||||
|
|
||||||
|
Object.entries(aggregationPerQuery).forEach(([queryName, aggregations]) => {
|
||||||
|
const legend = legendMap[queryName];
|
||||||
|
|
||||||
|
if (aggregations.length > 1) {
|
||||||
|
aggregations.forEach((agg: any, index: number) => {
|
||||||
|
const aggregationName = agg.alias || agg.expression || '';
|
||||||
|
const label = `${queryName}.${index}`;
|
||||||
|
const value = legend
|
||||||
|
? `${aggregationName}-${legend}`
|
||||||
|
: `${queryName}.${aggregationName}`;
|
||||||
|
labels.push({
|
||||||
|
label,
|
||||||
|
value,
|
||||||
|
});
|
||||||
|
});
|
||||||
|
} else if (aggregations.length === 1) {
|
||||||
|
const label = legend || queryName;
|
||||||
|
const value = legend || queryName;
|
||||||
|
labels.push({
|
||||||
|
label,
|
||||||
|
value,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
return labels;
|
||||||
|
}
|
||||||
@@ -1,5 +1,10 @@
|
|||||||
import { Tabs, TabsProps } from 'antd';
|
import { Tabs, TabsProps } from 'antd';
|
||||||
import { useLocation, useParams } from 'react-router-dom';
|
import {
|
||||||
|
generatePath,
|
||||||
|
matchPath,
|
||||||
|
useLocation,
|
||||||
|
useParams,
|
||||||
|
} from 'react-router-dom';
|
||||||
|
|
||||||
import { RouteTabProps } from './types';
|
import { RouteTabProps } from './types';
|
||||||
|
|
||||||
@@ -17,20 +22,13 @@ function RouteTab({
|
|||||||
const params = useParams<Params>();
|
const params = useParams<Params>();
|
||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
|
|
||||||
// Replace dynamic parameters in routes
|
|
||||||
const routesWithParams = routes.map((route) => ({
|
|
||||||
...route,
|
|
||||||
route: route.route.replace(
|
|
||||||
/:(\w+)/g,
|
|
||||||
(match, param) => params[param] || match,
|
|
||||||
),
|
|
||||||
}));
|
|
||||||
|
|
||||||
// Find the matching route for the current pathname
|
// Find the matching route for the current pathname
|
||||||
const currentRoute = routesWithParams.find((route) => {
|
const currentRoute = routes.find((route) => {
|
||||||
const routePattern = route.route.replace(/:(\w+)/g, '([^/]+)');
|
const routePath = route.route.split('?')[0];
|
||||||
const regex = new RegExp(`^${routePattern}$`);
|
return matchPath(location.pathname, {
|
||||||
return regex.test(location.pathname);
|
path: routePath,
|
||||||
|
exact: true,
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
const onChange = (activeRoute: string): void => {
|
const onChange = (activeRoute: string): void => {
|
||||||
@@ -38,14 +36,15 @@ function RouteTab({
|
|||||||
onChangeHandler(activeRoute);
|
onChangeHandler(activeRoute);
|
||||||
}
|
}
|
||||||
|
|
||||||
const selectedRoute = routesWithParams.find((e) => e.key === activeRoute);
|
const selectedRoute = routes.find((e) => e.key === activeRoute);
|
||||||
|
|
||||||
if (selectedRoute) {
|
if (selectedRoute) {
|
||||||
history.push(selectedRoute.route);
|
const resolvedRoute = generatePath(selectedRoute.route, params);
|
||||||
|
history.push(resolvedRoute);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const items = routesWithParams.map(({ Component, name, route, key }) => ({
|
const items = routes.map(({ Component, name, route, key }) => ({
|
||||||
label: name,
|
label: name,
|
||||||
key,
|
key,
|
||||||
tabKey: route,
|
tabKey: route,
|
||||||
|
|||||||
77
frontend/src/constants/antlrQueryConstants.ts
Normal file
77
frontend/src/constants/antlrQueryConstants.ts
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
export const OPERATORS = {
|
||||||
|
IN: 'IN',
|
||||||
|
LIKE: 'LIKE',
|
||||||
|
ILIKE: 'ILIKE',
|
||||||
|
REGEXP: 'REGEXP',
|
||||||
|
EXISTS: 'EXISTS',
|
||||||
|
CONTAINS: 'CONTAINS',
|
||||||
|
BETWEEN: 'BETWEEN',
|
||||||
|
NOT: 'NOT',
|
||||||
|
'=': '=',
|
||||||
|
'!=': '!=',
|
||||||
|
'>=': '>=',
|
||||||
|
'>': '>',
|
||||||
|
'<=': '<=',
|
||||||
|
'<': '<',
|
||||||
|
};
|
||||||
|
|
||||||
|
export const NON_VALUE_OPERATORS = [OPERATORS.EXISTS];
|
||||||
|
|
||||||
|
export enum QUERY_BUILDER_KEY_TYPES {
|
||||||
|
STRING = 'string',
|
||||||
|
NUMBER = 'number',
|
||||||
|
BOOLEAN = 'boolean',
|
||||||
|
}
|
||||||
|
|
||||||
|
export const QUERY_BUILDER_OPERATORS_BY_KEY_TYPE = {
|
||||||
|
[QUERY_BUILDER_KEY_TYPES.STRING]: [
|
||||||
|
OPERATORS['='],
|
||||||
|
OPERATORS['!='],
|
||||||
|
OPERATORS.IN,
|
||||||
|
OPERATORS.LIKE,
|
||||||
|
OPERATORS.ILIKE,
|
||||||
|
OPERATORS.CONTAINS,
|
||||||
|
OPERATORS.EXISTS,
|
||||||
|
OPERATORS.REGEXP,
|
||||||
|
OPERATORS.NOT,
|
||||||
|
],
|
||||||
|
[QUERY_BUILDER_KEY_TYPES.NUMBER]: [
|
||||||
|
OPERATORS['='],
|
||||||
|
OPERATORS['!='],
|
||||||
|
OPERATORS['>='],
|
||||||
|
OPERATORS['>'],
|
||||||
|
OPERATORS['<='],
|
||||||
|
OPERATORS['<'],
|
||||||
|
OPERATORS.IN,
|
||||||
|
OPERATORS.EXISTS,
|
||||||
|
OPERATORS.BETWEEN,
|
||||||
|
OPERATORS.NOT,
|
||||||
|
],
|
||||||
|
[QUERY_BUILDER_KEY_TYPES.BOOLEAN]: [
|
||||||
|
OPERATORS['='],
|
||||||
|
OPERATORS['!='],
|
||||||
|
OPERATORS.EXISTS,
|
||||||
|
OPERATORS.NOT,
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
export const negationQueryOperatorSuggestions = [
|
||||||
|
{ label: OPERATORS['LIKE'], type: 'operator', info: 'Like' },
|
||||||
|
{ label: OPERATORS['ILIKE'], type: 'operator', info: 'Case insensitive like' },
|
||||||
|
{ label: OPERATORS['EXISTS'], type: 'operator', info: 'Exists' },
|
||||||
|
{ label: OPERATORS['BETWEEN'], type: 'operator', info: 'Between' },
|
||||||
|
{ label: OPERATORS['IN'], type: 'operator', info: 'In' },
|
||||||
|
{ label: OPERATORS['REGEXP'], type: 'operator', info: 'Regular expression' },
|
||||||
|
{ label: OPERATORS['CONTAINS'], type: 'operator', info: 'Contains' },
|
||||||
|
];
|
||||||
|
|
||||||
|
export const queryOperatorSuggestions = [
|
||||||
|
{ label: OPERATORS['='], type: 'operator', info: 'Equal to' },
|
||||||
|
{ label: OPERATORS['!='], type: 'operator', info: 'Not equal to' },
|
||||||
|
{ label: OPERATORS['>'], type: 'operator', info: 'Greater than' },
|
||||||
|
{ label: OPERATORS['<'], type: 'operator', info: 'Less than' },
|
||||||
|
{ label: OPERATORS['>='], type: 'operator', info: 'Greater than or equal to' },
|
||||||
|
{ label: OPERATORS['<='], type: 'operator', info: 'Less than or equal to' },
|
||||||
|
{ label: OPERATORS['NOT'], type: 'operator', info: 'Not' },
|
||||||
|
...negationQueryOperatorSuggestions,
|
||||||
|
];
|
||||||
@@ -15,3 +15,4 @@ export const DASHBOARD_TIME_IN_DURATION = 'refreshInterval';
|
|||||||
|
|
||||||
export const DEFAULT_ENTITY_VERSION = 'v3';
|
export const DEFAULT_ENTITY_VERSION = 'v3';
|
||||||
export const ENTITY_VERSION_V4 = 'v4';
|
export const ENTITY_VERSION_V4 = 'v4';
|
||||||
|
export const ENTITY_VERSION_V5 = 'v5';
|
||||||
|
|||||||
@@ -46,4 +46,6 @@ export enum QueryParams {
|
|||||||
msgSystem = 'msgSystem',
|
msgSystem = 'msgSystem',
|
||||||
destination = 'destination',
|
destination = 'destination',
|
||||||
kindString = 'kindString',
|
kindString = 'kindString',
|
||||||
|
tab = 'tab',
|
||||||
|
selectedExplorerView = 'selectedExplorerView',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,6 +169,9 @@ export const initialQueryBuilderFormValues: IBuilderQuery = {
|
|||||||
aggregateAttribute: initialAutocompleteData,
|
aggregateAttribute: initialAutocompleteData,
|
||||||
timeAggregation: MetricAggregateOperator.RATE,
|
timeAggregation: MetricAggregateOperator.RATE,
|
||||||
spaceAggregation: MetricAggregateOperator.SUM,
|
spaceAggregation: MetricAggregateOperator.SUM,
|
||||||
|
filter: { expression: '' },
|
||||||
|
aggregations: [{ expression: 'count() ' }],
|
||||||
|
havingExpression: { expression: '' },
|
||||||
functions: [],
|
functions: [],
|
||||||
filters: { items: [], op: 'AND' },
|
filters: { items: [], op: 'AND' },
|
||||||
expression: createNewBuilderItemName({
|
expression: createNewBuilderItemName({
|
||||||
@@ -176,7 +179,7 @@ export const initialQueryBuilderFormValues: IBuilderQuery = {
|
|||||||
sourceNames: alphabet,
|
sourceNames: alphabet,
|
||||||
}),
|
}),
|
||||||
disabled: false,
|
disabled: false,
|
||||||
stepInterval: 60,
|
stepInterval: undefined,
|
||||||
having: [],
|
having: [],
|
||||||
limit: null,
|
limit: null,
|
||||||
orderBy: [],
|
orderBy: [],
|
||||||
|
|||||||
@@ -6,10 +6,6 @@ import {
|
|||||||
import { SelectOption } from 'types/common/select';
|
import { SelectOption } from 'types/common/select';
|
||||||
|
|
||||||
export const metricAggregateOperatorOptions: SelectOption<string, string>[] = [
|
export const metricAggregateOperatorOptions: SelectOption<string, string>[] = [
|
||||||
{
|
|
||||||
value: MetricAggregateOperator.NOOP,
|
|
||||||
label: 'NOOP',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: MetricAggregateOperator.COUNT,
|
value: MetricAggregateOperator.COUNT,
|
||||||
label: 'Count',
|
label: 'Count',
|
||||||
@@ -130,10 +126,6 @@ export const metricAggregateOperatorOptions: SelectOption<string, string>[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const tracesAggregateOperatorOptions: SelectOption<string, string>[] = [
|
export const tracesAggregateOperatorOptions: SelectOption<string, string>[] = [
|
||||||
{
|
|
||||||
value: TracesAggregatorOperator.NOOP,
|
|
||||||
label: 'NOOP',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: TracesAggregatorOperator.COUNT,
|
value: TracesAggregatorOperator.COUNT,
|
||||||
label: 'Count',
|
label: 'Count',
|
||||||
@@ -217,10 +209,6 @@ export const tracesAggregateOperatorOptions: SelectOption<string, string>[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const logsAggregateOperatorOptions: SelectOption<string, string>[] = [
|
export const logsAggregateOperatorOptions: SelectOption<string, string>[] = [
|
||||||
{
|
|
||||||
value: LogsAggregatorOperator.NOOP,
|
|
||||||
label: 'NOOP',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: LogsAggregatorOperator.COUNT,
|
value: LogsAggregatorOperator.COUNT,
|
||||||
label: 'Count',
|
label: 'Count',
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ import {
|
|||||||
import { handleGraphClick } from 'container/GridCardLayout/GridCard/utils';
|
import { handleGraphClick } from 'container/GridCardLayout/GridCard/utils';
|
||||||
import { useGraphClickToShowButton } from 'container/GridCardLayout/useGraphClickToShowButton';
|
import { useGraphClickToShowButton } from 'container/GridCardLayout/useGraphClickToShowButton';
|
||||||
import useNavigateToExplorerPages from 'container/GridCardLayout/useNavigateToExplorerPages';
|
import useNavigateToExplorerPages from 'container/GridCardLayout/useNavigateToExplorerPages';
|
||||||
|
import { useQueryBuilder } from 'hooks/queryBuilder/useQueryBuilder';
|
||||||
import { useIsDarkMode } from 'hooks/useDarkMode';
|
import { useIsDarkMode } from 'hooks/useDarkMode';
|
||||||
import { useResizeObserver } from 'hooks/useDimensions';
|
import { useResizeObserver } from 'hooks/useDimensions';
|
||||||
import { useNotifications } from 'hooks/useNotifications';
|
import { useNotifications } from 'hooks/useNotifications';
|
||||||
@@ -112,6 +113,7 @@ function StatusCodeBarCharts({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const navigateToExplorer = useNavigateToExplorer();
|
const navigateToExplorer = useNavigateToExplorer();
|
||||||
|
const { currentQuery } = useQueryBuilder();
|
||||||
|
|
||||||
const navigateToExplorerPages = useNavigateToExplorerPages();
|
const navigateToExplorerPages = useNavigateToExplorerPages();
|
||||||
const { notifications } = useNotifications();
|
const { notifications } = useNotifications();
|
||||||
@@ -204,6 +206,7 @@ function StatusCodeBarCharts({
|
|||||||
customSeries: getCustomSeries,
|
customSeries: getCustomSeries,
|
||||||
onDragSelect,
|
onDragSelect,
|
||||||
colorMapping,
|
colorMapping,
|
||||||
|
query: currentQuery,
|
||||||
}),
|
}),
|
||||||
[
|
[
|
||||||
minTime,
|
minTime,
|
||||||
@@ -217,6 +220,7 @@ function StatusCodeBarCharts({
|
|||||||
getCustomSeries,
|
getCustomSeries,
|
||||||
onDragSelect,
|
onDragSelect,
|
||||||
colorMapping,
|
colorMapping,
|
||||||
|
currentQuery,
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import '../Explorer.styles.scss';
|
import '../Explorer.styles.scss';
|
||||||
|
|
||||||
import { DataTable } from '@signozhq/table';
|
import { LoadingOutlined } from '@ant-design/icons';
|
||||||
import { Typography } from 'antd';
|
import { Spin, Table, Typography } from 'antd';
|
||||||
import axios from 'api';
|
import axios from 'api';
|
||||||
import logEvent from 'api/common/logEvent';
|
import logEvent from 'api/common/logEvent';
|
||||||
import { ErrorResponseHandler } from 'api/ErrorResponseHandler';
|
import { ErrorResponseHandler } from 'api/ErrorResponseHandler';
|
||||||
@@ -27,7 +27,7 @@ import { GlobalReducer } from 'types/reducer/globalTime';
|
|||||||
|
|
||||||
import { DEFAULT_PARAMS, useApiMonitoringParams } from '../../queryParams';
|
import { DEFAULT_PARAMS, useApiMonitoringParams } from '../../queryParams';
|
||||||
import {
|
import {
|
||||||
dataTableColumnsConfig,
|
columnsConfig,
|
||||||
formatDataForTable,
|
formatDataForTable,
|
||||||
hardcodedAttributeKeys,
|
hardcodedAttributeKeys,
|
||||||
} from '../../utils';
|
} from '../../utils';
|
||||||
@@ -54,19 +54,21 @@ function DomainList(): JSX.Element {
|
|||||||
|
|
||||||
// initialise tab with default query.
|
// initialise tab with default query.
|
||||||
useShareBuilderUrl({
|
useShareBuilderUrl({
|
||||||
...initialQueriesMap.traces,
|
defaultValue: {
|
||||||
builder: {
|
...initialQueriesMap.traces,
|
||||||
...initialQueriesMap.traces.builder,
|
builder: {
|
||||||
queryData: [
|
...initialQueriesMap.traces.builder,
|
||||||
{
|
queryData: [
|
||||||
...initialQueriesMap.traces.builder.queryData[0],
|
{
|
||||||
dataSource: DataSource.TRACES,
|
...initialQueriesMap.traces.builder.queryData[0],
|
||||||
aggregateOperator: 'noop',
|
dataSource: DataSource.TRACES,
|
||||||
aggregateAttribute: {
|
aggregateOperator: 'noop',
|
||||||
...initialQueriesMap.traces.builder.queryData[0].aggregateAttribute,
|
aggregateAttribute: {
|
||||||
|
...initialQueriesMap.traces.builder.queryData[0].aggregateAttribute,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
],
|
||||||
],
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -157,42 +159,50 @@ function DomainList(): JSX.Element {
|
|||||||
hardcodedAttributeKeys={hardcodedAttributeKeys}
|
hardcodedAttributeKeys={hardcodedAttributeKeys}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{!isFetching && !isLoading && formattedDataForTable.length === 0 && (
|
<Table
|
||||||
<div className="no-filtered-domains-message-container">
|
className={cx('api-monitoring-domain-list-table')}
|
||||||
<div className="no-filtered-domains-message-content">
|
dataSource={isFetching || isLoading ? [] : formattedDataForTable}
|
||||||
<img
|
columns={columnsConfig}
|
||||||
src="/Icons/emptyState.svg"
|
loading={{
|
||||||
alt="thinking-emoji"
|
spinning: isFetching || isLoading,
|
||||||
className="empty-state-svg"
|
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
||||||
/>
|
|
||||||
<Typography.Text className="no-filtered-domains-message">
|
|
||||||
This query had no results. Edit your query and try again!
|
|
||||||
</Typography.Text>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
<DataTable
|
|
||||||
columns={dataTableColumnsConfig}
|
|
||||||
data={isFetching || isLoading ? [] : formattedDataForTable}
|
|
||||||
tableId="api-monitoring-domain-list-table"
|
|
||||||
isLoading={isFetching || isLoading}
|
|
||||||
enablePagination={false}
|
|
||||||
showHeaders
|
|
||||||
enableSorting
|
|
||||||
enableColumnResizing={false}
|
|
||||||
enableColumnReordering={false}
|
|
||||||
enableColumnPinning={false}
|
|
||||||
enableGlobalFilter={false}
|
|
||||||
onRowClick={(record, index): void => {
|
|
||||||
if (index !== undefined) {
|
|
||||||
const dataIndex = formattedDataForTable.findIndex(
|
|
||||||
(item) => item.key === record.original.key,
|
|
||||||
);
|
|
||||||
setSelectedDomainIndex(dataIndex);
|
|
||||||
setParams({ selectedDomain: record.original.domainName });
|
|
||||||
logEvent('API Monitoring: Domain name row clicked', {});
|
|
||||||
}
|
|
||||||
}}
|
}}
|
||||||
|
locale={{
|
||||||
|
emptyText:
|
||||||
|
isFetching || isLoading ? null : (
|
||||||
|
<div className="no-filtered-domains-message-container">
|
||||||
|
<div className="no-filtered-domains-message-content">
|
||||||
|
<img
|
||||||
|
src="/Icons/emptyState.svg"
|
||||||
|
alt="thinking-emoji"
|
||||||
|
className="empty-state-svg"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Typography.Text className="no-filtered-domains-message">
|
||||||
|
This query had no results. Edit your query and try again!
|
||||||
|
</Typography.Text>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
),
|
||||||
|
}}
|
||||||
|
scroll={{ x: true }}
|
||||||
|
tableLayout="fixed"
|
||||||
|
onRow={(record, index): { onClick: () => void; className: string } => ({
|
||||||
|
onClick: (): void => {
|
||||||
|
if (index !== undefined) {
|
||||||
|
const dataIndex = formattedDataForTable.findIndex(
|
||||||
|
(item) => item.key === record.key,
|
||||||
|
);
|
||||||
|
setSelectedDomainIndex(dataIndex);
|
||||||
|
setParams({ selectedDomain: record.domainName });
|
||||||
|
logEvent('API Monitoring: Domain name row clicked', {});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
className: 'expanded-clickable-row',
|
||||||
|
})}
|
||||||
|
rowClassName={(_, index): string =>
|
||||||
|
index % 2 === 0 ? 'table-row-dark' : 'table-row-light'
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
{selectedDomainIndex !== -1 && (
|
{selectedDomainIndex !== -1 && (
|
||||||
<DomainDetails
|
<DomainDetails
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
/* eslint-disable sonarjs/no-identical-functions */
|
|
||||||
/* eslint-disable sonarjs/no-duplicate-string */
|
/* eslint-disable sonarjs/no-duplicate-string */
|
||||||
import { Color } from '@signozhq/design-tokens';
|
import { Color } from '@signozhq/design-tokens';
|
||||||
import { ColumnDef } from '@tanstack/react-table';
|
|
||||||
import { Progress, Tag, Tooltip } from 'antd';
|
import { Progress, Tag, Tooltip } from 'antd';
|
||||||
import { ColumnType } from 'antd/es/table';
|
import { ColumnType } from 'antd/es/table';
|
||||||
import {
|
import {
|
||||||
@@ -251,152 +249,6 @@ export const columnsConfig: ColumnType<APIDomainsRowData>[] = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
// DataTable columns configuration for SignozHq DataTable
|
|
||||||
export const dataTableColumnsConfig: ColumnDef<APIDomainsRowData>[] = [
|
|
||||||
{
|
|
||||||
accessorKey: 'domainName',
|
|
||||||
header: (): React.ReactNode => (
|
|
||||||
<div className="domain-list-name-col-header">Domain</div>
|
|
||||||
),
|
|
||||||
size: 237,
|
|
||||||
enableSorting: false,
|
|
||||||
cell: ({ getValue }): React.ReactNode => (
|
|
||||||
<div className="domain-list-name-col-value">{getValue() as string}</div>
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
accessorKey: 'endpointCount',
|
|
||||||
header: 'Endpoints in use',
|
|
||||||
size: 142,
|
|
||||||
enableSorting: true,
|
|
||||||
sortingFn: (rowA, rowB): number => {
|
|
||||||
const endpointA =
|
|
||||||
rowA.original.endpointCount === '-' || rowA.original.endpointCount === 'n/a'
|
|
||||||
? ''
|
|
||||||
: rowA.original.endpointCount;
|
|
||||||
const endpointB =
|
|
||||||
rowB.original.endpointCount === '-' || rowB.original.endpointCount === 'n/a'
|
|
||||||
? ''
|
|
||||||
: rowB.original.endpointCount;
|
|
||||||
|
|
||||||
if (!endpointA && !endpointB) return 0;
|
|
||||||
if (!endpointA) return 1;
|
|
||||||
if (!endpointB) return -1;
|
|
||||||
|
|
||||||
return Number(endpointA) - Number(endpointB);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
accessorKey: 'lastUsed',
|
|
||||||
header: 'Last used',
|
|
||||||
size: 142,
|
|
||||||
enableSorting: true,
|
|
||||||
sortingFn: (rowA, rowB): number => {
|
|
||||||
const dateA =
|
|
||||||
rowA.original.lastUsed === '-' || rowA.original.lastUsed === 'n/a'
|
|
||||||
? new Date(0).toISOString()
|
|
||||||
: rowA.original.lastUsed;
|
|
||||||
const dateB =
|
|
||||||
rowB.original.lastUsed === '-' || rowB.original.lastUsed === 'n/a'
|
|
||||||
? new Date(0).toISOString()
|
|
||||||
: rowB.original.lastUsed;
|
|
||||||
|
|
||||||
return new Date(dateB).getTime() - new Date(dateA).getTime();
|
|
||||||
},
|
|
||||||
cell: ({ getValue }): React.ReactNode => {
|
|
||||||
const lastUsed = getValue() as string;
|
|
||||||
return lastUsed === 'n/a' || lastUsed === '-'
|
|
||||||
? '-'
|
|
||||||
: getLastUsedRelativeTime(new Date(lastUsed).getTime());
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
accessorKey: 'rate',
|
|
||||||
header: (): React.ReactNode => (
|
|
||||||
<div>
|
|
||||||
Rate <span className="round-metric-tag">ops/s</span>
|
|
||||||
</div>
|
|
||||||
),
|
|
||||||
size: 142,
|
|
||||||
enableSorting: true,
|
|
||||||
sortingFn: (rowA, rowB): number => {
|
|
||||||
const rateA =
|
|
||||||
rowA.original.rate === '-' || rowA.original.rate === 'n/a'
|
|
||||||
? 0
|
|
||||||
: rowA.original.rate;
|
|
||||||
const rateB =
|
|
||||||
rowB.original.rate === '-' || rowB.original.rate === 'n/a'
|
|
||||||
? 0
|
|
||||||
: rowB.original.rate;
|
|
||||||
return Number(rateA) - Number(rateB);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
accessorKey: 'errorRate',
|
|
||||||
header: (): React.ReactNode => (
|
|
||||||
<div>
|
|
||||||
Error <span className="round-metric-tag">%</span>
|
|
||||||
</div>
|
|
||||||
),
|
|
||||||
size: 142,
|
|
||||||
enableSorting: true,
|
|
||||||
sortingFn: (rowA, rowB): number => {
|
|
||||||
const errorRateA =
|
|
||||||
rowA.original.errorRate === '-' || rowA.original.errorRate === 'n/a'
|
|
||||||
? 0
|
|
||||||
: rowA.original.errorRate;
|
|
||||||
const errorRateB =
|
|
||||||
rowB.original.errorRate === '-' || rowB.original.errorRate === 'n/a'
|
|
||||||
? 0
|
|
||||||
: rowB.original.errorRate;
|
|
||||||
|
|
||||||
return Number(errorRateA) - Number(errorRateB);
|
|
||||||
},
|
|
||||||
cell: ({ getValue }): React.ReactNode => {
|
|
||||||
const errorRate = getValue() as number | string;
|
|
||||||
const errorRateValue =
|
|
||||||
errorRate === 'n/a' || errorRate === '-' ? 0 : errorRate;
|
|
||||||
return (
|
|
||||||
<Progress
|
|
||||||
status="active"
|
|
||||||
percent={Number((errorRateValue as number).toFixed(2))}
|
|
||||||
strokeLinecap="butt"
|
|
||||||
size="small"
|
|
||||||
strokeColor={((): string => {
|
|
||||||
const errorRatePercent = Number((errorRateValue as number).toFixed(2));
|
|
||||||
if (errorRatePercent >= 90) return Color.BG_SAKURA_500;
|
|
||||||
if (errorRatePercent >= 60) return Color.BG_AMBER_500;
|
|
||||||
return Color.BG_FOREST_500;
|
|
||||||
})()}
|
|
||||||
className="progress-bar error-rate"
|
|
||||||
/>
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
accessorKey: 'latency',
|
|
||||||
header: (): React.ReactNode => (
|
|
||||||
<div>
|
|
||||||
Avg. Latency <span className="round-metric-tag">ms</span>
|
|
||||||
</div>
|
|
||||||
),
|
|
||||||
size: 142,
|
|
||||||
enableSorting: true,
|
|
||||||
sortingFn: (rowA, rowB): number => {
|
|
||||||
const latencyA =
|
|
||||||
rowA.original.latency === '-' || rowA.original.latency === 'n/a'
|
|
||||||
? 0
|
|
||||||
: rowA.original.latency;
|
|
||||||
const latencyB =
|
|
||||||
rowB.original.latency === '-' || rowB.original.latency === 'n/a'
|
|
||||||
? 0
|
|
||||||
: rowB.original.latency;
|
|
||||||
|
|
||||||
return Number(latencyA) - Number(latencyB);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
// Rename this to a proper name
|
// Rename this to a proper name
|
||||||
export const hardcodedAttributeKeys: BaseAutocompleteData[] = [
|
export const hardcodedAttributeKeys: BaseAutocompleteData[] = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ function Download({ data, isLoading, fileName }: DownloadProps): JSX.Element {
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
className="periscope-btn"
|
className="periscope-btn ghost"
|
||||||
loading={isLoading}
|
loading={isLoading}
|
||||||
icon={<FileDown size={14} />}
|
icon={<FileDown size={14} />}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -257,6 +257,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lightMode {
|
.lightMode {
|
||||||
|
.explorer-options-container {
|
||||||
|
background: var(--bg-vanilla-100);
|
||||||
|
}
|
||||||
|
|
||||||
.explorer-options {
|
.explorer-options {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ import {
|
|||||||
Typography,
|
Typography,
|
||||||
} from 'antd';
|
} from 'antd';
|
||||||
import logEvent from 'api/common/logEvent';
|
import logEvent from 'api/common/logEvent';
|
||||||
|
import { TelemetryFieldKey } from 'api/v5/v5';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import cx from 'classnames';
|
import cx from 'classnames';
|
||||||
import { getViewDetailsUsingViewKey } from 'components/ExplorerCard/utils';
|
import { getViewDetailsUsingViewKey } from 'components/ExplorerCard/utils';
|
||||||
@@ -67,7 +68,6 @@ import {
|
|||||||
} from 'react';
|
} from 'react';
|
||||||
import { useHistory } from 'react-router-dom';
|
import { useHistory } from 'react-router-dom';
|
||||||
import { Dashboard } from 'types/api/dashboard/getAll';
|
import { Dashboard } from 'types/api/dashboard/getAll';
|
||||||
import { BaseAutocompleteData } from 'types/api/queryBuilder/queryAutocompleteResponse';
|
|
||||||
import { Query } from 'types/api/queryBuilder/queryBuilderData';
|
import { Query } from 'types/api/queryBuilder/queryBuilderData';
|
||||||
import { ViewProps } from 'types/api/saveViews/types';
|
import { ViewProps } from 'types/api/saveViews/types';
|
||||||
import { DataSource, StringOperators } from 'types/common/queryBuilder';
|
import { DataSource, StringOperators } from 'types/common/queryBuilder';
|
||||||
@@ -270,7 +270,7 @@ function ExplorerOptions({
|
|||||||
|
|
||||||
const getUpdatedExtraData = (
|
const getUpdatedExtraData = (
|
||||||
extraData: string | undefined,
|
extraData: string | undefined,
|
||||||
newSelectedColumns: BaseAutocompleteData[],
|
newSelectedColumns: TelemetryFieldKey[],
|
||||||
formattingOptions?: FormattingOptions,
|
formattingOptions?: FormattingOptions,
|
||||||
): string => {
|
): string => {
|
||||||
let updatedExtraData;
|
let updatedExtraData;
|
||||||
@@ -354,7 +354,7 @@ function ExplorerOptions({
|
|||||||
const { handleExplorerTabChange } = useHandleExplorerTabChange();
|
const { handleExplorerTabChange } = useHandleExplorerTabChange();
|
||||||
|
|
||||||
type ExtraData = {
|
type ExtraData = {
|
||||||
selectColumns?: BaseAutocompleteData[];
|
selectColumns?: TelemetryFieldKey[];
|
||||||
version?: number;
|
version?: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -589,13 +589,6 @@ function ExplorerOptions({
|
|||||||
[isDarkMode],
|
[isDarkMode],
|
||||||
);
|
);
|
||||||
|
|
||||||
const hideToolbar = (): void => {
|
|
||||||
setExplorerToolBarVisibility(false, sourcepage);
|
|
||||||
if (setIsExplorerOptionHidden) {
|
|
||||||
setIsExplorerOptionHidden(true);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const isEditDeleteSupported = allowedRoles.includes(user.role as string);
|
const isEditDeleteSupported = allowedRoles.includes(user.role as string);
|
||||||
|
|
||||||
const [
|
const [
|
||||||
@@ -782,6 +775,13 @@ function ExplorerOptions({
|
|||||||
);
|
);
|
||||||
}, [disabled, isOneChartPerQuery, onAddToDashboard, splitedQueries]);
|
}, [disabled, isOneChartPerQuery, onAddToDashboard, splitedQueries]);
|
||||||
|
|
||||||
|
const hideToolbar = (): void => {
|
||||||
|
setExplorerToolBarVisibility(false, sourcepage);
|
||||||
|
if (setIsExplorerOptionHidden) {
|
||||||
|
setIsExplorerOptionHidden(true);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="explorer-options-container">
|
<div className="explorer-options-container">
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,12 +2,13 @@ import './ChartPreview.styles.scss';
|
|||||||
|
|
||||||
import { InfoCircleOutlined } from '@ant-design/icons';
|
import { InfoCircleOutlined } from '@ant-design/icons';
|
||||||
import Spinner from 'components/Spinner';
|
import Spinner from 'components/Spinner';
|
||||||
import { DEFAULT_ENTITY_VERSION } from 'constants/app';
|
import { ENTITY_VERSION_V5 } from 'constants/app';
|
||||||
import { FeatureKeys } from 'constants/features';
|
import { FeatureKeys } from 'constants/features';
|
||||||
import { QueryParams } from 'constants/query';
|
import { QueryParams } from 'constants/query';
|
||||||
import { initialQueriesMap, PANEL_TYPES } from 'constants/queryBuilder';
|
import { initialQueriesMap, PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
import AnomalyAlertEvaluationView from 'container/AnomalyAlertEvaluationView';
|
import AnomalyAlertEvaluationView from 'container/AnomalyAlertEvaluationView';
|
||||||
import GridPanelSwitch from 'container/GridPanelSwitch';
|
import GridPanelSwitch from 'container/GridPanelSwitch';
|
||||||
|
import { populateMultipleResults } from 'container/NewWidget/LeftContainer/WidgetGraph/util';
|
||||||
import { getFormatNameByOptionId } from 'container/NewWidget/RightContainer/alertFomatCategories';
|
import { getFormatNameByOptionId } from 'container/NewWidget/RightContainer/alertFomatCategories';
|
||||||
import { timePreferenceType } from 'container/NewWidget/RightContainer/timeItems';
|
import { timePreferenceType } from 'container/NewWidget/RightContainer/timeItems';
|
||||||
import { Time } from 'container/TopNav/DateTimeSelection/config';
|
import { Time } from 'container/TopNav/DateTimeSelection/config';
|
||||||
@@ -16,6 +17,7 @@ import {
|
|||||||
Time as TimeV2,
|
Time as TimeV2,
|
||||||
} from 'container/TopNav/DateTimeSelectionV2/config';
|
} from 'container/TopNav/DateTimeSelectionV2/config';
|
||||||
import { useGetQueryRange } from 'hooks/queryBuilder/useGetQueryRange';
|
import { useGetQueryRange } from 'hooks/queryBuilder/useGetQueryRange';
|
||||||
|
import { useQueryBuilder } from 'hooks/queryBuilder/useQueryBuilder';
|
||||||
import { useIsDarkMode } from 'hooks/useDarkMode';
|
import { useIsDarkMode } from 'hooks/useDarkMode';
|
||||||
import { useResizeObserver } from 'hooks/useDimensions';
|
import { useResizeObserver } from 'hooks/useDimensions';
|
||||||
import useUrlQuery from 'hooks/useUrlQuery';
|
import useUrlQuery from 'hooks/useUrlQuery';
|
||||||
@@ -78,6 +80,7 @@ function ChartPreview({
|
|||||||
const threshold = alertDef?.condition.target || 0;
|
const threshold = alertDef?.condition.target || 0;
|
||||||
const [minTimeScale, setMinTimeScale] = useState<number>();
|
const [minTimeScale, setMinTimeScale] = useState<number>();
|
||||||
const [maxTimeScale, setMaxTimeScale] = useState<number>();
|
const [maxTimeScale, setMaxTimeScale] = useState<number>();
|
||||||
|
const { currentQuery } = useQueryBuilder();
|
||||||
|
|
||||||
const { minTime, maxTime, selectedTime: globalSelectedInterval } = useSelector<
|
const { minTime, maxTime, selectedTime: globalSelectedInterval } = useSelector<
|
||||||
AppState,
|
AppState,
|
||||||
@@ -144,7 +147,8 @@ function ChartPreview({
|
|||||||
},
|
},
|
||||||
originalGraphType: graphType,
|
originalGraphType: graphType,
|
||||||
},
|
},
|
||||||
alertDef?.version || DEFAULT_ENTITY_VERSION,
|
// alertDef?.version || DEFAULT_ENTITY_VERSION,
|
||||||
|
ENTITY_VERSION_V5,
|
||||||
{
|
{
|
||||||
queryKey: [
|
queryKey: [
|
||||||
'chartPreview',
|
'chartPreview',
|
||||||
@@ -175,6 +179,12 @@ function ChartPreview({
|
|||||||
queryResponse.data.payload.data.result = sortedSeriesData;
|
queryResponse.data.payload.data.result = sortedSeriesData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (queryResponse.data && graphType === PANEL_TYPES.PIE) {
|
||||||
|
const transformedData = populateMultipleResults(queryResponse?.data);
|
||||||
|
// eslint-disable-next-line no-param-reassign
|
||||||
|
queryResponse.data = transformedData;
|
||||||
|
}
|
||||||
|
|
||||||
const containerDimensions = useResizeObserver(graphRef);
|
const containerDimensions = useResizeObserver(graphRef);
|
||||||
|
|
||||||
const isDarkMode = useIsDarkMode();
|
const isDarkMode = useIsDarkMode();
|
||||||
@@ -246,6 +256,8 @@ function ChartPreview({
|
|||||||
tzDate: (timestamp: number) =>
|
tzDate: (timestamp: number) =>
|
||||||
uPlot.tzDate(new Date(timestamp * 1e3), timezone.value),
|
uPlot.tzDate(new Date(timestamp * 1e3), timezone.value),
|
||||||
timezone: timezone.value,
|
timezone: timezone.value,
|
||||||
|
currentQuery,
|
||||||
|
query: query || currentQuery,
|
||||||
}),
|
}),
|
||||||
[
|
[
|
||||||
yAxisUnit,
|
yAxisUnit,
|
||||||
@@ -261,6 +273,8 @@ function ChartPreview({
|
|||||||
alertDef?.condition.targetUnit,
|
alertDef?.condition.targetUnit,
|
||||||
graphType,
|
graphType,
|
||||||
timezone.value,
|
timezone.value,
|
||||||
|
currentQuery,
|
||||||
|
query,
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
.alert-tabs {
|
.alert-tabs {
|
||||||
|
padding: 0px 8px;
|
||||||
|
|
||||||
.ant-tabs-tab {
|
.ant-tabs-tab {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
margin-left: 0px !important;
|
margin-left: 0px !important;
|
||||||
@@ -48,6 +50,30 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-query-section-container {
|
||||||
|
.ant-card-body {
|
||||||
|
padding: 0px;
|
||||||
|
|
||||||
|
.alert-tabs {
|
||||||
|
padding: 0px;
|
||||||
|
|
||||||
|
.ant-tabs {
|
||||||
|
.ant-tabs-nav {
|
||||||
|
padding: 8px 0;
|
||||||
|
|
||||||
|
.ant-tabs-nav-wrap {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-tabs-extra-content {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.lightMode {
|
.lightMode {
|
||||||
.alert-tabs {
|
.alert-tabs {
|
||||||
.ant-tabs-nav-list {
|
.ant-tabs-nav-list {
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ import { Color } from '@signozhq/design-tokens';
|
|||||||
import { Button, Tabs, Tooltip } from 'antd';
|
import { Button, Tabs, Tooltip } from 'antd';
|
||||||
import logEvent from 'api/common/logEvent';
|
import logEvent from 'api/common/logEvent';
|
||||||
import PromQLIcon from 'assets/Dashboard/PromQl';
|
import PromQLIcon from 'assets/Dashboard/PromQl';
|
||||||
|
import { QueryBuilderV2 } from 'components/QueryBuilderV2/QueryBuilderV2';
|
||||||
import { ALERTS_DATA_SOURCE_MAP } from 'constants/alerts';
|
import { ALERTS_DATA_SOURCE_MAP } from 'constants/alerts';
|
||||||
import { ENTITY_VERSION_V4 } from 'constants/app';
|
import { ENTITY_VERSION_V4 } from 'constants/app';
|
||||||
import { PANEL_TYPES } from 'constants/queryBuilder';
|
import { PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
import { QBShortcuts } from 'constants/shortcuts/QBShortcuts';
|
import { QBShortcuts } from 'constants/shortcuts/QBShortcuts';
|
||||||
import { QueryBuilder } from 'container/QueryBuilder';
|
|
||||||
import { useKeyboardHotkeys } from 'hooks/hotkeys/useKeyboardHotkeys';
|
import { useKeyboardHotkeys } from 'hooks/hotkeys/useKeyboardHotkeys';
|
||||||
import { useIsDarkMode } from 'hooks/useDarkMode';
|
import { useIsDarkMode } from 'hooks/useDarkMode';
|
||||||
import { isEmpty } from 'lodash-es';
|
import { isEmpty } from 'lodash-es';
|
||||||
@@ -48,7 +48,7 @@ function QuerySection({
|
|||||||
const isDarkMode = useIsDarkMode();
|
const isDarkMode = useIsDarkMode();
|
||||||
|
|
||||||
const renderMetricUI = (): JSX.Element => (
|
const renderMetricUI = (): JSX.Element => (
|
||||||
<QueryBuilder
|
<QueryBuilderV2
|
||||||
panelType={panelType}
|
panelType={panelType}
|
||||||
config={{
|
config={{
|
||||||
queryVariant: 'static',
|
queryVariant: 'static',
|
||||||
@@ -144,7 +144,7 @@ function QuerySection({
|
|||||||
<div className="alert-tabs">
|
<div className="alert-tabs">
|
||||||
<Tabs
|
<Tabs
|
||||||
type="card"
|
type="card"
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%', padding: '0px 8px' }}
|
||||||
defaultActiveKey={currentTab}
|
defaultActiveKey={currentTab}
|
||||||
activeKey={currentTab}
|
activeKey={currentTab}
|
||||||
onChange={handleQueryCategoryChange}
|
onChange={handleQueryCategoryChange}
|
||||||
@@ -178,7 +178,7 @@ function QuerySection({
|
|||||||
<div className="alert-tabs">
|
<div className="alert-tabs">
|
||||||
<Tabs
|
<Tabs
|
||||||
type="card"
|
type="card"
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%', padding: '0px 8px' }}
|
||||||
defaultActiveKey={currentTab}
|
defaultActiveKey={currentTab}
|
||||||
activeKey={currentTab}
|
activeKey={currentTab}
|
||||||
onChange={handleQueryCategoryChange}
|
onChange={handleQueryCategoryChange}
|
||||||
@@ -218,7 +218,7 @@ function QuerySection({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<StepHeading> {t('alert_form_step2', { step: step2Label })}</StepHeading>
|
<StepHeading> {t('alert_form_step2', { step: step2Label })}</StepHeading>
|
||||||
<FormContainer>
|
<FormContainer className="alert-query-section-container">
|
||||||
<div>{renderTabs(alertType)}</div>
|
<div>{renderTabs(alertType)}</div>
|
||||||
{renderQuerySection(currentTab)}
|
{renderQuerySection(currentTab)}
|
||||||
</FormContainer>
|
</FormContainer>
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ function FormAlertRules({
|
|||||||
|
|
||||||
const sq = useMemo(() => mapQueryDataFromApi(initQuery), [initQuery]);
|
const sq = useMemo(() => mapQueryDataFromApi(initQuery), [initQuery]);
|
||||||
|
|
||||||
useShareBuilderUrl(sq);
|
useShareBuilderUrl({ defaultValue: sq });
|
||||||
|
|
||||||
const handleDetectionMethodChange = (value: string): void => {
|
const handleDetectionMethodChange = (value: string): void => {
|
||||||
setAlertDef((def) => ({
|
setAlertDef((def) => ({
|
||||||
@@ -832,7 +832,7 @@ function FormAlertRules({
|
|||||||
queryCategory={currentQuery.queryType}
|
queryCategory={currentQuery.queryType}
|
||||||
setQueryCategory={onQueryCategoryChange}
|
setQueryCategory={onQueryCategoryChange}
|
||||||
alertType={alertType || AlertTypes.METRICS_BASED_ALERT}
|
alertType={alertType || AlertTypes.METRICS_BASED_ALERT}
|
||||||
runQuery={(): void => handleRunQuery(true)}
|
runQuery={(): void => handleRunQuery(true, true)}
|
||||||
alertDef={alertDef}
|
alertDef={alertDef}
|
||||||
panelType={panelType || PANEL_TYPES.TIME_SERIES}
|
panelType={panelType || PANEL_TYPES.TIME_SERIES}
|
||||||
key={currentQuery.queryType}
|
key={currentQuery.queryType}
|
||||||
|
|||||||
@@ -10,9 +10,10 @@ import cx from 'classnames';
|
|||||||
import { ToggleGraphProps } from 'components/Graph/types';
|
import { ToggleGraphProps } from 'components/Graph/types';
|
||||||
import Spinner from 'components/Spinner';
|
import Spinner from 'components/Spinner';
|
||||||
import TimePreference from 'components/TimePreferenceDropDown';
|
import TimePreference from 'components/TimePreferenceDropDown';
|
||||||
import { DEFAULT_ENTITY_VERSION } from 'constants/app';
|
import { ENTITY_VERSION_V5 } from 'constants/app';
|
||||||
import { QueryParams } from 'constants/query';
|
import { QueryParams } from 'constants/query';
|
||||||
import { PANEL_TYPES } from 'constants/queryBuilder';
|
import { PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
|
import { populateMultipleResults } from 'container/NewWidget/LeftContainer/WidgetGraph/util';
|
||||||
import {
|
import {
|
||||||
timeItems,
|
timeItems,
|
||||||
timePreferance,
|
timePreferance,
|
||||||
@@ -122,7 +123,8 @@ function FullView({
|
|||||||
|
|
||||||
const response = useGetQueryRange(
|
const response = useGetQueryRange(
|
||||||
requestData,
|
requestData,
|
||||||
selectedDashboard?.data?.version || version || DEFAULT_ENTITY_VERSION,
|
// selectedDashboard?.data?.version || version || DEFAULT_ENTITY_VERSION,
|
||||||
|
ENTITY_VERSION_V5,
|
||||||
{
|
{
|
||||||
queryKey: [widget?.query, widget?.panelTypes, requestData, version],
|
queryKey: [widget?.query, widget?.panelTypes, requestData, version],
|
||||||
enabled: !isDependedDataLoaded,
|
enabled: !isDependedDataLoaded,
|
||||||
@@ -178,6 +180,12 @@ function FullView({
|
|||||||
response.data.payload.data.result = sortedSeriesData;
|
response.data.payload.data.result = sortedSeriesData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (response.data && widget.panelTypes === PANEL_TYPES.PIE) {
|
||||||
|
const transformedData = populateMultipleResults(response?.data);
|
||||||
|
// eslint-disable-next-line no-param-reassign
|
||||||
|
response.data = transformedData;
|
||||||
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
graphsVisibilityStates?.forEach((e, i) => {
|
graphsVisibilityStates?.forEach((e, i) => {
|
||||||
fullViewChartRef?.current?.toggleGraph(i, e);
|
fullViewChartRef?.current?.toggleGraph(i, e);
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ import logEvent from 'api/common/logEvent';
|
|||||||
import { DEFAULT_ENTITY_VERSION } from 'constants/app';
|
import { DEFAULT_ENTITY_VERSION } from 'constants/app';
|
||||||
import { QueryParams } from 'constants/query';
|
import { QueryParams } from 'constants/query';
|
||||||
import { PANEL_TYPES } from 'constants/queryBuilder';
|
import { PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
|
import { populateMultipleResults } from 'container/NewWidget/LeftContainer/WidgetGraph/util';
|
||||||
import { CustomTimeType } from 'container/TopNav/DateTimeSelectionV2/config';
|
import { CustomTimeType } from 'container/TopNav/DateTimeSelectionV2/config';
|
||||||
import { useGetQueryRange } from 'hooks/queryBuilder/useGetQueryRange';
|
import { useGetQueryRange } from 'hooks/queryBuilder/useGetQueryRange';
|
||||||
import { useIntersectionObserver } from 'hooks/useIntersectionObserver';
|
import { useIntersectionObserver } from 'hooks/useIntersectionObserver';
|
||||||
@@ -136,6 +137,7 @@ function GridCardGraph({
|
|||||||
formatForWeb: widget.panelTypes === PANEL_TYPES.TABLE,
|
formatForWeb: widget.panelTypes === PANEL_TYPES.TABLE,
|
||||||
start: customTimeRange?.startTime || start,
|
start: customTimeRange?.startTime || start,
|
||||||
end: customTimeRange?.endTime || end,
|
end: customTimeRange?.endTime || end,
|
||||||
|
originalGraphType: widget.panelTypes,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
updatedQuery.builder.queryData[0].pageSize = 10;
|
updatedQuery.builder.queryData[0].pageSize = 10;
|
||||||
@@ -271,6 +273,12 @@ function GridCardGraph({
|
|||||||
queryResponse.data.payload.data.result = sortedSeriesData;
|
queryResponse.data.payload.data.result = sortedSeriesData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (queryResponse.data && widget.panelTypes === PANEL_TYPES.PIE) {
|
||||||
|
const transformedData = populateMultipleResults(queryResponse?.data);
|
||||||
|
// eslint-disable-next-line no-param-reassign
|
||||||
|
queryResponse.data = transformedData;
|
||||||
|
}
|
||||||
|
|
||||||
const menuList =
|
const menuList =
|
||||||
widget.panelTypes === PANEL_TYPES.TABLE ||
|
widget.panelTypes === PANEL_TYPES.TABLE ||
|
||||||
widget.panelTypes === PANEL_TYPES.LIST ||
|
widget.panelTypes === PANEL_TYPES.LIST ||
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import { Button, Form, Input, Modal, Typography } from 'antd';
|
|||||||
import { useForm } from 'antd/es/form/Form';
|
import { useForm } from 'antd/es/form/Form';
|
||||||
import logEvent from 'api/common/logEvent';
|
import logEvent from 'api/common/logEvent';
|
||||||
import cx from 'classnames';
|
import cx from 'classnames';
|
||||||
|
import { ENTITY_VERSION_V5 } from 'constants/app';
|
||||||
import { QueryParams } from 'constants/query';
|
import { QueryParams } from 'constants/query';
|
||||||
import { PANEL_GROUP_TYPES, PANEL_TYPES } from 'constants/queryBuilder';
|
import { PANEL_GROUP_TYPES, PANEL_TYPES } from 'constants/queryBuilder';
|
||||||
import { themeColors } from 'constants/theme';
|
import { themeColors } from 'constants/theme';
|
||||||
@@ -579,7 +580,8 @@ function GraphLayout(props: GraphLayoutProps): JSX.Element {
|
|||||||
widget={(currentWidget as Widgets) || ({ id, query: {} } as Widgets)}
|
widget={(currentWidget as Widgets) || ({ id, query: {} } as Widgets)}
|
||||||
headerMenuList={widgetActions}
|
headerMenuList={widgetActions}
|
||||||
variables={variables}
|
variables={variables}
|
||||||
version={selectedDashboard?.data?.version}
|
// version={selectedDashboard?.data?.version}
|
||||||
|
version={ENTITY_VERSION_V5}
|
||||||
onDragSelect={onDragSelect}
|
onDragSelect={onDragSelect}
|
||||||
dataAvailable={checkIfDataExists}
|
dataAvailable={checkIfDataExists}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ function useUpdatedQuery(): UseUpdatedQueryResult {
|
|||||||
selectedTime: widgetConfig.timePreferance,
|
selectedTime: widgetConfig.timePreferance,
|
||||||
globalSelectedInterval,
|
globalSelectedInterval,
|
||||||
variables: getDashboardVariables(selectedDashboard?.data?.variables),
|
variables: getDashboardVariables(selectedDashboard?.data?.variables),
|
||||||
|
originalGraphType: widgetConfig.panelTypes,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Execute query and process results
|
// Execute query and process results
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ export function updateStepInterval(
|
|||||||
|
|
||||||
// if user haven't enter anything manually, that is we have default value of 60 then do the interval adjustment for bar otherwise apply the user's value
|
// if user haven't enter anything manually, that is we have default value of 60 then do the interval adjustment for bar otherwise apply the user's value
|
||||||
const getSteps = (queryData: IBuilderQuery): number =>
|
const getSteps = (queryData: IBuilderQuery): number =>
|
||||||
queryData.stepInterval === 60
|
queryData?.stepInterval === 60
|
||||||
? stepIntervalPoints || 60
|
? stepIntervalPoints || 60
|
||||||
: queryData?.stepInterval || 60;
|
: queryData?.stepInterval || 60;
|
||||||
|
|
||||||
|
|||||||
@@ -84,11 +84,12 @@ function GridTableComponent({
|
|||||||
const newValue = { ...val };
|
const newValue = { ...val };
|
||||||
Object.keys(val).forEach((k) => {
|
Object.keys(val).forEach((k) => {
|
||||||
if (columnUnits[k]) {
|
if (columnUnits[k]) {
|
||||||
// the check below takes care of not adding units for rows that have n/a values
|
// the check below takes care of not adding units for rows that have n/a or null values
|
||||||
newValue[k] =
|
if (val[k] !== 'n/a' && val[k] !== null) {
|
||||||
val[k] !== 'n/a'
|
newValue[k] = getYAxisFormattedValue(String(val[k]), columnUnits[k]);
|
||||||
? getYAxisFormattedValue(String(val[k]), columnUnits[k])
|
} else if (val[k] === null) {
|
||||||
: val[k];
|
newValue[k] = 'n/a';
|
||||||
|
}
|
||||||
newValue[`${k}_without_unit`] = val[k];
|
newValue[`${k}_without_unit`] = val[k];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -101,6 +102,7 @@ function GridTableComponent({
|
|||||||
[columnUnits],
|
[columnUnits],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
console.log('columnUnits', columnUnits, originalDataSource);
|
||||||
const dataSource = useMemo(() => applyColumnUnits(originalDataSource), [
|
const dataSource = useMemo(() => applyColumnUnits(originalDataSource), [
|
||||||
applyColumnUnits,
|
applyColumnUnits,
|
||||||
originalDataSource,
|
originalDataSource,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/* eslint-disable sonarjs/cognitive-complexity */
|
/* eslint-disable sonarjs/cognitive-complexity */
|
||||||
import { ColumnsType, ColumnType } from 'antd/es/table';
|
import { ColumnsType, ColumnType } from 'antd/es/table';
|
||||||
|
import { createAggregation } from 'api/v5/queryRange/prepareQueryRangePayloadV5';
|
||||||
import { convertUnit } from 'container/NewWidget/RightContainer/dataFormatCategories';
|
import { convertUnit } from 'container/NewWidget/RightContainer/dataFormatCategories';
|
||||||
import { ThresholdProps } from 'container/NewWidget/RightContainer/Threshold/types';
|
import { ThresholdProps } from 'container/NewWidget/RightContainer/Threshold/types';
|
||||||
import { QUERY_TABLE_CONFIG } from 'container/QueryTable/config';
|
import { QUERY_TABLE_CONFIG } from 'container/QueryTable/config';
|
||||||
@@ -183,10 +184,19 @@ export function createColumnsAndDataSource(
|
|||||||
? getQueryLegend(currentQuery, item.queryName)
|
? getQueryLegend(currentQuery, item.queryName)
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
|
const isMultipleAggregations =
|
||||||
|
createAggregation(
|
||||||
|
currentQuery.queryType === EQueryType.QUERY_BUILDER
|
||||||
|
? currentQuery.builder?.queryData?.find(
|
||||||
|
(query) => query.queryName === item.queryName,
|
||||||
|
)
|
||||||
|
: undefined,
|
||||||
|
)?.length > 1;
|
||||||
|
|
||||||
const column: ColumnType<RowData> = {
|
const column: ColumnType<RowData> = {
|
||||||
dataIndex: item.name,
|
dataIndex: item.name,
|
||||||
// if no legend present then rely on the column name value
|
// if no legend present then rely on the column name value
|
||||||
title: !isEmpty(legend) ? legend : item.name,
|
title: !isMultipleAggregations && !isEmpty(legend) ? legend : item.name,
|
||||||
width: QUERY_TABLE_CONFIG.width,
|
width: QUERY_TABLE_CONFIG.width,
|
||||||
render: renderColumnCell && renderColumnCell[item.name],
|
render: renderColumnCell && renderColumnCell[item.name],
|
||||||
sorter: (a: RowData, b: RowData): number => sortFunction(a, b, item),
|
sorter: (a: RowData, b: RowData): number => sortFunction(a, b, item),
|
||||||
|
|||||||
@@ -96,11 +96,41 @@ function HostsList(): JSX.Element {
|
|||||||
};
|
};
|
||||||
}, [pageSize, currentPage, filters, minTime, maxTime, orderBy]);
|
}, [pageSize, currentPage, filters, minTime, maxTime, orderBy]);
|
||||||
|
|
||||||
|
const queryKey = useMemo(() => {
|
||||||
|
if (selectedHostName) {
|
||||||
|
return [
|
||||||
|
'hostList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(filters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'hostList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(filters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
pageSize,
|
||||||
|
currentPage,
|
||||||
|
filters,
|
||||||
|
orderBy,
|
||||||
|
selectedHostName,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
]);
|
||||||
|
|
||||||
const { data, isFetching, isLoading, isError } = useGetHostList(
|
const { data, isFetching, isLoading, isError } = useGetHostList(
|
||||||
query as HostListPayload,
|
query as HostListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['hostList', query],
|
queryKey,
|
||||||
enabled: !!query,
|
enabled: !!query,
|
||||||
|
keepPreviousData: true,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -212,6 +242,7 @@ function HostsList(): JSX.Element {
|
|||||||
<HostsListControls
|
<HostsListControls
|
||||||
filters={filters}
|
filters={filters}
|
||||||
handleFiltersChange={handleFiltersChange}
|
handleFiltersChange={handleFiltersChange}
|
||||||
|
showAutoRefresh={!selectedHostData}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<HostsListTable
|
<HostsListTable
|
||||||
|
|||||||
@@ -11,9 +11,11 @@ import { DataSource } from 'types/common/queryBuilder';
|
|||||||
function HostsListControls({
|
function HostsListControls({
|
||||||
handleFiltersChange,
|
handleFiltersChange,
|
||||||
filters,
|
filters,
|
||||||
|
showAutoRefresh,
|
||||||
}: {
|
}: {
|
||||||
handleFiltersChange: (value: IBuilderQuery['filters']) => void;
|
handleFiltersChange: (value: IBuilderQuery['filters']) => void;
|
||||||
filters: IBuilderQuery['filters'];
|
filters: IBuilderQuery['filters'];
|
||||||
|
showAutoRefresh: boolean;
|
||||||
}): JSX.Element {
|
}): JSX.Element {
|
||||||
const currentQuery = initialQueriesMap[DataSource.METRICS];
|
const currentQuery = initialQueriesMap[DataSource.METRICS];
|
||||||
const updatedCurrentQuery = useMemo(
|
const updatedCurrentQuery = useMemo(
|
||||||
@@ -58,7 +60,7 @@ function HostsListControls({
|
|||||||
|
|
||||||
<div className="time-selector">
|
<div className="time-selector">
|
||||||
<DateTimeSelectionV2
|
<DateTimeSelectionV2
|
||||||
showAutoRefresh
|
showAutoRefresh={showAutoRefresh}
|
||||||
showRefreshText={false}
|
showRefreshText={false}
|
||||||
hideShareModal
|
hideShareModal
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -93,9 +93,13 @@ export default function HostsListTable({
|
|||||||
const showHostsEmptyState =
|
const showHostsEmptyState =
|
||||||
!isFetching &&
|
!isFetching &&
|
||||||
!isLoading &&
|
!isLoading &&
|
||||||
|
formattedHostMetricsData.length === 0 &&
|
||||||
(!sentAnyHostMetricsData || isSendingIncorrectK8SAgentMetrics) &&
|
(!sentAnyHostMetricsData || isSendingIncorrectK8SAgentMetrics) &&
|
||||||
!filters.items.length;
|
!filters.items.length;
|
||||||
|
|
||||||
|
const showTableLoadingState =
|
||||||
|
(isLoading || isFetching) && formattedHostMetricsData.length === 0;
|
||||||
|
|
||||||
if (isError) {
|
if (isError) {
|
||||||
return <Typography>{data?.error || 'Something went wrong'}</Typography>;
|
return <Typography>{data?.error || 'Something went wrong'}</Typography>;
|
||||||
}
|
}
|
||||||
@@ -127,7 +131,7 @@ export default function HostsListTable({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLoading || isFetching) {
|
if (showTableLoadingState) {
|
||||||
return (
|
return (
|
||||||
<div className="hosts-list-loading-state">
|
<div className="hosts-list-loading-state">
|
||||||
<Skeleton.Input
|
<Skeleton.Input
|
||||||
@@ -155,7 +159,7 @@ export default function HostsListTable({
|
|||||||
return (
|
return (
|
||||||
<Table
|
<Table
|
||||||
className="hosts-list-table"
|
className="hosts-list-table"
|
||||||
dataSource={isLoading || isFetching ? [] : formattedHostMetricsData}
|
dataSource={showTableLoadingState ? [] : formattedHostMetricsData}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={{
|
||||||
current: currentPage,
|
current: currentPage,
|
||||||
@@ -170,7 +174,7 @@ export default function HostsListTable({
|
|||||||
}}
|
}}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
loading={{
|
loading={{
|
||||||
spinning: isFetching || isLoading,
|
spinning: showTableLoadingState,
|
||||||
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
||||||
}}
|
}}
|
||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ describe('HostsListControls', () => {
|
|||||||
<HostsListControls
|
<HostsListControls
|
||||||
handleFiltersChange={mockHandleFiltersChange}
|
handleFiltersChange={mockHandleFiltersChange}
|
||||||
filters={mockFilters}
|
filters={mockFilters}
|
||||||
|
showAutoRefresh={false}
|
||||||
/>,
|
/>,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -59,13 +59,27 @@ describe('HostsListTable', () => {
|
|||||||
setPageSize: mockSetPageSize,
|
setPageSize: mockSetPageSize,
|
||||||
} as any;
|
} as any;
|
||||||
|
|
||||||
it('renders loading state if isLoading is true', () => {
|
it('renders loading state if isLoading is true and tableData is empty', () => {
|
||||||
const { container } = render(<HostsListTable {...mockProps} isLoading />);
|
const { container } = render(
|
||||||
|
<HostsListTable
|
||||||
|
{...mockProps}
|
||||||
|
isLoading
|
||||||
|
hostMetricsData={[]}
|
||||||
|
tableData={{ payload: { data: { hosts: [] } } }}
|
||||||
|
/>,
|
||||||
|
);
|
||||||
expect(container.querySelector('.hosts-list-loading-state')).toBeTruthy();
|
expect(container.querySelector('.hosts-list-loading-state')).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('renders loading state if isFetching is true', () => {
|
it('renders loading state if isFetching is true and tableData is empty', () => {
|
||||||
const { container } = render(<HostsListTable {...mockProps} isFetching />);
|
const { container } = render(
|
||||||
|
<HostsListTable
|
||||||
|
{...mockProps}
|
||||||
|
isFetching
|
||||||
|
hostMetricsData={[]}
|
||||||
|
tableData={{ payload: { data: { hosts: [] } } }}
|
||||||
|
/>,
|
||||||
|
);
|
||||||
expect(container.querySelector('.hosts-list-loading-state')).toBeTruthy();
|
expect(container.querySelector('.hosts-list-loading-state')).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -75,7 +89,17 @@ describe('HostsListTable', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('renders empty state if no hosts are found', () => {
|
it('renders empty state if no hosts are found', () => {
|
||||||
const { container } = render(<HostsListTable {...mockProps} />);
|
const { container } = render(
|
||||||
|
<HostsListTable
|
||||||
|
{...mockProps}
|
||||||
|
hostMetricsData={[]}
|
||||||
|
tableData={{
|
||||||
|
payload: {
|
||||||
|
data: { hosts: [] },
|
||||||
|
},
|
||||||
|
}}
|
||||||
|
/>,
|
||||||
|
);
|
||||||
expect(container.querySelector(EMPTY_STATE_CONTAINER_CLASS)).toBeTruthy();
|
expect(container.querySelector(EMPTY_STATE_CONTAINER_CLASS)).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -83,6 +107,7 @@ describe('HostsListTable', () => {
|
|||||||
const { container } = render(
|
const { container } = render(
|
||||||
<HostsListTable
|
<HostsListTable
|
||||||
{...mockProps}
|
{...mockProps}
|
||||||
|
hostMetricsData={[]}
|
||||||
tableData={{
|
tableData={{
|
||||||
...mockTableData,
|
...mockTableData,
|
||||||
payload: {
|
payload: {
|
||||||
@@ -90,6 +115,7 @@ describe('HostsListTable', () => {
|
|||||||
data: {
|
data: {
|
||||||
...mockTableData.payload.data,
|
...mockTableData.payload.data,
|
||||||
sentAnyHostMetricsData: false,
|
sentAnyHostMetricsData: false,
|
||||||
|
hosts: [],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
@@ -102,6 +128,7 @@ describe('HostsListTable', () => {
|
|||||||
const { container } = render(
|
const { container } = render(
|
||||||
<HostsListTable
|
<HostsListTable
|
||||||
{...mockProps}
|
{...mockProps}
|
||||||
|
hostMetricsData={[]}
|
||||||
tableData={{
|
tableData={{
|
||||||
...mockTableData,
|
...mockTableData,
|
||||||
payload: {
|
payload: {
|
||||||
@@ -109,6 +136,7 @@ describe('HostsListTable', () => {
|
|||||||
data: {
|
data: {
|
||||||
...mockTableData.payload.data,
|
...mockTableData.payload.data,
|
||||||
isSendingIncorrectK8SAgentMetrics: true,
|
isSendingIncorrectK8SAgentMetrics: true,
|
||||||
|
hosts: [],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ import {
|
|||||||
ScrollText,
|
ScrollText,
|
||||||
X,
|
X,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { useCallback, useEffect, useMemo, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useSelector } from 'react-redux';
|
import { useSelector } from 'react-redux';
|
||||||
import { useSearchParams } from 'react-router-dom-v5-compat';
|
import { useSearchParams } from 'react-router-dom-v5-compat';
|
||||||
import { AppState } from 'store/reducers';
|
import { AppState } from 'store/reducers';
|
||||||
@@ -85,8 +85,12 @@ function ClusterDetails({
|
|||||||
endTime: endMs,
|
endTime: endMs,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
const lastSelectedInterval = useRef<Time | null>(null);
|
||||||
|
|
||||||
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
||||||
selectedTime as Time,
|
lastSelectedInterval.current
|
||||||
|
? lastSelectedInterval.current
|
||||||
|
: (selectedTime as Time),
|
||||||
);
|
);
|
||||||
|
|
||||||
const [searchParams, setSearchParams] = useSearchParams();
|
const [searchParams, setSearchParams] = useSearchParams();
|
||||||
@@ -195,10 +199,11 @@ function ClusterDetails({
|
|||||||
}, [initialFilters, initialEventsFilters]);
|
}, [initialFilters, initialEventsFilters]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setSelectedInterval(selectedTime as Time);
|
const currentSelectedInterval = lastSelectedInterval.current || selectedTime;
|
||||||
|
setSelectedInterval(currentSelectedInterval as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (currentSelectedInterval !== 'custom') {
|
||||||
const { maxTime, minTime } = GetMinMax(selectedTime);
|
const { maxTime, minTime } = GetMinMax(currentSelectedInterval);
|
||||||
|
|
||||||
setModalTimeRange({
|
setModalTimeRange({
|
||||||
startTime: Math.floor(minTime / 1000000000),
|
startTime: Math.floor(minTime / 1000000000),
|
||||||
@@ -226,6 +231,7 @@ function ClusterDetails({
|
|||||||
|
|
||||||
const handleTimeChange = useCallback(
|
const handleTimeChange = useCallback(
|
||||||
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
||||||
|
lastSelectedInterval.current = interval as Time;
|
||||||
setSelectedInterval(interval as Time);
|
setSelectedInterval(interval as Time);
|
||||||
|
|
||||||
if (interval === 'custom' && dateTimeRange) {
|
if (interval === 'custom' && dateTimeRange) {
|
||||||
@@ -462,6 +468,7 @@ function ClusterDetails({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleClose = (): void => {
|
const handleClose = (): void => {
|
||||||
|
lastSelectedInterval.current = null;
|
||||||
setSelectedInterval(selectedTime as Time);
|
setSelectedInterval(selectedTime as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (selectedTime !== 'custom') {
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ export const getClusterMetricsQueryPayload = (
|
|||||||
const getKey = (dotKey: string, underscoreKey: string): string =>
|
const getKey = (dotKey: string, underscoreKey: string): string =>
|
||||||
dotMetricsEnabled ? dotKey : underscoreKey;
|
dotMetricsEnabled ? dotKey : underscoreKey;
|
||||||
const k8sPodCpuUtilizationKey = getKey(
|
const k8sPodCpuUtilizationKey = getKey(
|
||||||
'k8s.pod.cpu.utilization',
|
'k8s.pod.cpu.usage',
|
||||||
'k8s_pod_cpu_utilization',
|
'k8s_pod_cpu_usage',
|
||||||
);
|
);
|
||||||
const k8sNodeAllocatableCpuKey = getKey(
|
const k8sNodeAllocatableCpuKey = getKey(
|
||||||
'k8s.node.allocatable_cpu',
|
'k8s.node.allocatable_cpu',
|
||||||
@@ -146,7 +146,7 @@ export const getClusterMetricsQueryPayload = (
|
|||||||
{
|
{
|
||||||
aggregateAttribute: {
|
aggregateAttribute: {
|
||||||
dataType: DataTypes.Float64,
|
dataType: DataTypes.Float64,
|
||||||
id: 'k8s_pod_cpu_utilization--float64--Gauge--true',
|
id: 'k8s_pod_cpu_usage--float64--Gauge--true',
|
||||||
isColumn: true,
|
isColumn: true,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
key: k8sPodCpuUtilizationKey,
|
key: k8sPodCpuUtilizationKey,
|
||||||
@@ -189,7 +189,7 @@ export const getClusterMetricsQueryPayload = (
|
|||||||
{
|
{
|
||||||
aggregateAttribute: {
|
aggregateAttribute: {
|
||||||
dataType: DataTypes.Float64,
|
dataType: DataTypes.Float64,
|
||||||
id: 'k8s_pod_cpu_utilization--float64--Gauge--true',
|
id: 'k8s_pod_cpu_usage--float64--Gauge--true',
|
||||||
isColumn: true,
|
isColumn: true,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
key: k8sPodCpuUtilizationKey,
|
key: k8sPodCpuUtilizationKey,
|
||||||
@@ -232,7 +232,7 @@ export const getClusterMetricsQueryPayload = (
|
|||||||
{
|
{
|
||||||
aggregateAttribute: {
|
aggregateAttribute: {
|
||||||
dataType: DataTypes.Float64,
|
dataType: DataTypes.Float64,
|
||||||
id: 'k8s_pod_cpu_utilization--float64--Gauge--true',
|
id: 'k8s_pod_cpu_usage--float64--Gauge--true',
|
||||||
isColumn: true,
|
isColumn: true,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
key: k8sPodCpuUtilizationKey,
|
key: k8sPodCpuUtilizationKey,
|
||||||
|
|||||||
@@ -189,6 +189,32 @@ function K8sClustersList({
|
|||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
||||||
|
|
||||||
|
const groupedByRowDataQueryKey = useMemo(() => {
|
||||||
|
if (selectedClusterName) {
|
||||||
|
return [
|
||||||
|
'clusterList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'clusterList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
selectedClusterName,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
selectedRowData,
|
||||||
|
]);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
data: groupedByRowData,
|
data: groupedByRowData,
|
||||||
isFetching: isFetchingGroupedByRowData,
|
isFetching: isFetchingGroupedByRowData,
|
||||||
@@ -198,7 +224,7 @@ function K8sClustersList({
|
|||||||
} = useGetK8sClustersList(
|
} = useGetK8sClustersList(
|
||||||
fetchGroupedByRowDataQuery as K8sClustersListPayload,
|
fetchGroupedByRowDataQuery as K8sClustersListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['clusterList', fetchGroupedByRowDataQuery],
|
queryKey: groupedByRowDataQueryKey,
|
||||||
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
@@ -254,11 +280,44 @@ function K8sClustersList({
|
|||||||
return groupedByRowData?.payload?.data?.records || [];
|
return groupedByRowData?.payload?.data?.records || [];
|
||||||
}, [groupedByRowData, selectedRowData]);
|
}, [groupedByRowData, selectedRowData]);
|
||||||
|
|
||||||
|
const queryKey = useMemo(() => {
|
||||||
|
if (selectedClusterName) {
|
||||||
|
return [
|
||||||
|
'clusterList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'clusterList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
selectedClusterName,
|
||||||
|
pageSize,
|
||||||
|
currentPage,
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
groupBy,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
]);
|
||||||
|
|
||||||
const { data, isFetching, isLoading, isError } = useGetK8sClustersList(
|
const { data, isFetching, isLoading, isError } = useGetK8sClustersList(
|
||||||
query as K8sClustersListPayload,
|
query as K8sClustersListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['clusterList', query],
|
queryKey,
|
||||||
enabled: !!query,
|
enabled: !!query,
|
||||||
|
keepPreviousData: true,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
dotMetricsEnabled,
|
dotMetricsEnabled,
|
||||||
@@ -583,6 +642,9 @@ function K8sClustersList({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const showTableLoadingState =
|
||||||
|
(isFetching || isLoading) && formattedClustersData.length === 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="k8s-list">
|
<div className="k8s-list">
|
||||||
<K8sHeader
|
<K8sHeader
|
||||||
@@ -595,12 +657,13 @@ function K8sClustersList({
|
|||||||
handleGroupByChange={handleGroupByChange}
|
handleGroupByChange={handleGroupByChange}
|
||||||
selectedGroupBy={groupBy}
|
selectedGroupBy={groupBy}
|
||||||
entity={K8sCategory.NODES}
|
entity={K8sCategory.NODES}
|
||||||
|
showAutoRefresh={!selectedClusterData}
|
||||||
/>
|
/>
|
||||||
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
||||||
|
|
||||||
<Table
|
<Table
|
||||||
className="k8s-list-table clusters-list-table"
|
className="k8s-list-table clusters-list-table"
|
||||||
dataSource={isFetching || isLoading ? [] : formattedClustersData}
|
dataSource={showTableLoadingState ? [] : formattedClustersData}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={{
|
||||||
current: currentPage,
|
current: currentPage,
|
||||||
@@ -612,26 +675,25 @@ function K8sClustersList({
|
|||||||
}}
|
}}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
loading={{
|
loading={{
|
||||||
spinning: isFetching || isLoading,
|
spinning: showTableLoadingState,
|
||||||
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
||||||
}}
|
}}
|
||||||
locale={{
|
locale={{
|
||||||
emptyText:
|
emptyText: showTableLoadingState ? null : (
|
||||||
isFetching || isLoading ? null : (
|
<div className="no-filtered-hosts-message-container">
|
||||||
<div className="no-filtered-hosts-message-container">
|
<div className="no-filtered-hosts-message-content">
|
||||||
<div className="no-filtered-hosts-message-content">
|
<img
|
||||||
<img
|
src="/Icons/emptyState.svg"
|
||||||
src="/Icons/emptyState.svg"
|
alt="thinking-emoji"
|
||||||
alt="thinking-emoji"
|
className="empty-state-svg"
|
||||||
className="empty-state-svg"
|
/>
|
||||||
/>
|
|
||||||
|
|
||||||
<Typography.Text className="no-filtered-hosts-message">
|
<Typography.Text className="no-filtered-hosts-message">
|
||||||
This query had no results. Edit your query and try again!
|
This query had no results. Edit your query and try again!
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
),
|
</div>
|
||||||
|
),
|
||||||
}}
|
}}
|
||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
onChange={handleTableChange}
|
onChange={handleTableChange}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ import {
|
|||||||
ScrollText,
|
ScrollText,
|
||||||
X,
|
X,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { useCallback, useEffect, useMemo, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useSelector } from 'react-redux';
|
import { useSelector } from 'react-redux';
|
||||||
import { useSearchParams } from 'react-router-dom-v5-compat';
|
import { useSearchParams } from 'react-router-dom-v5-compat';
|
||||||
import { AppState } from 'store/reducers';
|
import { AppState } from 'store/reducers';
|
||||||
@@ -84,8 +84,12 @@ function DaemonSetDetails({
|
|||||||
endTime: endMs,
|
endTime: endMs,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
const lastSelectedInterval = useRef<Time | null>(null);
|
||||||
|
|
||||||
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
||||||
selectedTime as Time,
|
lastSelectedInterval.current
|
||||||
|
? lastSelectedInterval.current
|
||||||
|
: (selectedTime as Time),
|
||||||
);
|
);
|
||||||
|
|
||||||
const [searchParams, setSearchParams] = useSearchParams();
|
const [searchParams, setSearchParams] = useSearchParams();
|
||||||
@@ -211,10 +215,11 @@ function DaemonSetDetails({
|
|||||||
}, [initialFilters, initialEventsFilters]);
|
}, [initialFilters, initialEventsFilters]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setSelectedInterval(selectedTime as Time);
|
const currentSelectedInterval = lastSelectedInterval.current || selectedTime;
|
||||||
|
setSelectedInterval(currentSelectedInterval as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (currentSelectedInterval !== 'custom') {
|
||||||
const { maxTime, minTime } = GetMinMax(selectedTime);
|
const { maxTime, minTime } = GetMinMax(currentSelectedInterval);
|
||||||
|
|
||||||
setModalTimeRange({
|
setModalTimeRange({
|
||||||
startTime: Math.floor(minTime / 1000000000),
|
startTime: Math.floor(minTime / 1000000000),
|
||||||
@@ -242,6 +247,7 @@ function DaemonSetDetails({
|
|||||||
|
|
||||||
const handleTimeChange = useCallback(
|
const handleTimeChange = useCallback(
|
||||||
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
||||||
|
lastSelectedInterval.current = interval as Time;
|
||||||
setSelectedInterval(interval as Time);
|
setSelectedInterval(interval as Time);
|
||||||
|
|
||||||
if (interval === 'custom' && dateTimeRange) {
|
if (interval === 'custom' && dateTimeRange) {
|
||||||
@@ -476,6 +482,7 @@ function DaemonSetDetails({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleClose = (): void => {
|
const handleClose = (): void => {
|
||||||
|
lastSelectedInterval.current = null;
|
||||||
setSelectedInterval(selectedTime as Time);
|
setSelectedInterval(selectedTime as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (selectedTime !== 'custom') {
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ export const getDaemonSetMetricsQueryPayload = (
|
|||||||
dotMetricsEnabled: boolean,
|
dotMetricsEnabled: boolean,
|
||||||
): GetQueryResultsProps[] => {
|
): GetQueryResultsProps[] => {
|
||||||
const k8sPodCpuUtilizationKey = dotMetricsEnabled
|
const k8sPodCpuUtilizationKey = dotMetricsEnabled
|
||||||
? 'k8s.pod.cpu.utilization'
|
? 'k8s.pod.cpu.usage'
|
||||||
: 'k8s_pod_cpu_utilization';
|
: 'k8s_pod_cpu_usage';
|
||||||
|
|
||||||
const k8sContainerCpuRequestKey = dotMetricsEnabled
|
const k8sContainerCpuRequestKey = dotMetricsEnabled
|
||||||
? 'k8s.container.cpu_request'
|
? 'k8s.container.cpu_request'
|
||||||
@@ -84,7 +84,7 @@ export const getDaemonSetMetricsQueryPayload = (
|
|||||||
{
|
{
|
||||||
aggregateAttribute: {
|
aggregateAttribute: {
|
||||||
dataType: DataTypes.Float64,
|
dataType: DataTypes.Float64,
|
||||||
id: 'k8s_pod_cpu_utilization--float64--Gauge--true',
|
id: 'k8s_pod_cpu_usage--float64--Gauge--true',
|
||||||
isColumn: true,
|
isColumn: true,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
key: k8sPodCpuUtilizationKey,
|
key: k8sPodCpuUtilizationKey,
|
||||||
|
|||||||
@@ -191,6 +191,32 @@ function K8sDaemonSetsList({
|
|||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
||||||
|
|
||||||
|
const groupedByRowDataQueryKey = useMemo(() => {
|
||||||
|
if (selectedDaemonSetUID) {
|
||||||
|
return [
|
||||||
|
'daemonSetList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'daemonSetList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
selectedDaemonSetUID,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
selectedRowData,
|
||||||
|
]);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
data: groupedByRowData,
|
data: groupedByRowData,
|
||||||
isFetching: isFetchingGroupedByRowData,
|
isFetching: isFetchingGroupedByRowData,
|
||||||
@@ -200,7 +226,7 @@ function K8sDaemonSetsList({
|
|||||||
} = useGetK8sDaemonSetsList(
|
} = useGetK8sDaemonSetsList(
|
||||||
fetchGroupedByRowDataQuery as K8sDaemonSetsListPayload,
|
fetchGroupedByRowDataQuery as K8sDaemonSetsListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['daemonSetList', fetchGroupedByRowDataQuery],
|
queryKey: groupedByRowDataQueryKey,
|
||||||
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
@@ -251,11 +277,44 @@ function K8sDaemonSetsList({
|
|||||||
[groupedByRowData, groupBy],
|
[groupedByRowData, groupBy],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const queryKey = useMemo(() => {
|
||||||
|
if (selectedDaemonSetUID) {
|
||||||
|
return [
|
||||||
|
'daemonSetList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'daemonSetList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
selectedDaemonSetUID,
|
||||||
|
pageSize,
|
||||||
|
currentPage,
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
groupBy,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
]);
|
||||||
|
|
||||||
const { data, isFetching, isLoading, isError } = useGetK8sDaemonSetsList(
|
const { data, isFetching, isLoading, isError } = useGetK8sDaemonSetsList(
|
||||||
query as K8sDaemonSetsListPayload,
|
query as K8sDaemonSetsListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['daemonSetList', query],
|
queryKey,
|
||||||
enabled: !!query,
|
enabled: !!query,
|
||||||
|
keepPreviousData: true,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
dotMetricsEnabled,
|
dotMetricsEnabled,
|
||||||
@@ -591,6 +650,9 @@ function K8sDaemonSetsList({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const showTableLoadingState =
|
||||||
|
(isFetching || isLoading) && formattedDaemonSetsData.length === 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="k8s-list">
|
<div className="k8s-list">
|
||||||
<K8sHeader
|
<K8sHeader
|
||||||
@@ -603,6 +665,7 @@ function K8sDaemonSetsList({
|
|||||||
handleGroupByChange={handleGroupByChange}
|
handleGroupByChange={handleGroupByChange}
|
||||||
selectedGroupBy={groupBy}
|
selectedGroupBy={groupBy}
|
||||||
entity={K8sCategory.DAEMONSETS}
|
entity={K8sCategory.DAEMONSETS}
|
||||||
|
showAutoRefresh={!selectedDaemonSetData}
|
||||||
/>
|
/>
|
||||||
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
||||||
|
|
||||||
@@ -610,7 +673,7 @@ function K8sDaemonSetsList({
|
|||||||
className={classNames('k8s-list-table', 'daemonSets-list-table', {
|
className={classNames('k8s-list-table', 'daemonSets-list-table', {
|
||||||
'expanded-daemonsets-list-table': isGroupedByAttribute,
|
'expanded-daemonsets-list-table': isGroupedByAttribute,
|
||||||
})}
|
})}
|
||||||
dataSource={isFetching || isLoading ? [] : formattedDaemonSetsData}
|
dataSource={showTableLoadingState ? [] : formattedDaemonSetsData}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={{
|
||||||
current: currentPage,
|
current: currentPage,
|
||||||
@@ -622,26 +685,25 @@ function K8sDaemonSetsList({
|
|||||||
}}
|
}}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
loading={{
|
loading={{
|
||||||
spinning: isFetching || isLoading,
|
spinning: showTableLoadingState,
|
||||||
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
||||||
}}
|
}}
|
||||||
locale={{
|
locale={{
|
||||||
emptyText:
|
emptyText: showTableLoadingState ? null : (
|
||||||
isFetching || isLoading ? null : (
|
<div className="no-filtered-hosts-message-container">
|
||||||
<div className="no-filtered-hosts-message-container">
|
<div className="no-filtered-hosts-message-content">
|
||||||
<div className="no-filtered-hosts-message-content">
|
<img
|
||||||
<img
|
src="/Icons/emptyState.svg"
|
||||||
src="/Icons/emptyState.svg"
|
alt="thinking-emoji"
|
||||||
alt="thinking-emoji"
|
className="empty-state-svg"
|
||||||
className="empty-state-svg"
|
/>
|
||||||
/>
|
|
||||||
|
|
||||||
<Typography.Text className="no-filtered-hosts-message">
|
<Typography.Text className="no-filtered-hosts-message">
|
||||||
This query had no results. Edit your query and try again!
|
This query had no results. Edit your query and try again!
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
),
|
</div>
|
||||||
|
),
|
||||||
}}
|
}}
|
||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
onChange={handleTableChange}
|
onChange={handleTableChange}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ import {
|
|||||||
ScrollText,
|
ScrollText,
|
||||||
X,
|
X,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { useCallback, useEffect, useMemo, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useSelector } from 'react-redux';
|
import { useSelector } from 'react-redux';
|
||||||
import { useSearchParams } from 'react-router-dom-v5-compat';
|
import { useSearchParams } from 'react-router-dom-v5-compat';
|
||||||
import { AppState } from 'store/reducers';
|
import { AppState } from 'store/reducers';
|
||||||
@@ -88,8 +88,12 @@ function DeploymentDetails({
|
|||||||
endTime: endMs,
|
endTime: endMs,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
const lastSelectedInterval = useRef<Time | null>(null);
|
||||||
|
|
||||||
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
||||||
selectedTime as Time,
|
lastSelectedInterval.current
|
||||||
|
? lastSelectedInterval.current
|
||||||
|
: (selectedTime as Time),
|
||||||
);
|
);
|
||||||
|
|
||||||
const [searchParams, setSearchParams] = useSearchParams();
|
const [searchParams, setSearchParams] = useSearchParams();
|
||||||
@@ -215,10 +219,11 @@ function DeploymentDetails({
|
|||||||
}, [initialFilters, initialEventsFilters]);
|
}, [initialFilters, initialEventsFilters]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setSelectedInterval(selectedTime as Time);
|
const currentSelectedInterval = lastSelectedInterval.current || selectedTime;
|
||||||
|
setSelectedInterval(currentSelectedInterval as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (currentSelectedInterval !== 'custom') {
|
||||||
const { maxTime, minTime } = GetMinMax(selectedTime);
|
const { maxTime, minTime } = GetMinMax(currentSelectedInterval);
|
||||||
|
|
||||||
setModalTimeRange({
|
setModalTimeRange({
|
||||||
startTime: Math.floor(minTime / 1000000000),
|
startTime: Math.floor(minTime / 1000000000),
|
||||||
@@ -246,6 +251,7 @@ function DeploymentDetails({
|
|||||||
|
|
||||||
const handleTimeChange = useCallback(
|
const handleTimeChange = useCallback(
|
||||||
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
||||||
|
lastSelectedInterval.current = interval as Time;
|
||||||
setSelectedInterval(interval as Time);
|
setSelectedInterval(interval as Time);
|
||||||
|
|
||||||
if (interval === 'custom' && dateTimeRange) {
|
if (interval === 'custom' && dateTimeRange) {
|
||||||
@@ -487,6 +493,7 @@ function DeploymentDetails({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleClose = (): void => {
|
const handleClose = (): void => {
|
||||||
|
lastSelectedInterval.current = null;
|
||||||
setSelectedInterval(selectedTime as Time);
|
setSelectedInterval(selectedTime as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (selectedTime !== 'custom') {
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ export const getDeploymentMetricsQueryPayload = (
|
|||||||
dotMetricsEnabled: boolean,
|
dotMetricsEnabled: boolean,
|
||||||
): GetQueryResultsProps[] => {
|
): GetQueryResultsProps[] => {
|
||||||
const k8sPodCpuUtilizationKey = dotMetricsEnabled
|
const k8sPodCpuUtilizationKey = dotMetricsEnabled
|
||||||
? 'k8s.pod.cpu.utilization'
|
? 'k8s.pod.cpu.usage'
|
||||||
: 'k8s_pod_cpu_utilization';
|
: 'k8s_pod_cpu_usage';
|
||||||
|
|
||||||
const k8sContainerCpuRequestKey = dotMetricsEnabled
|
const k8sContainerCpuRequestKey = dotMetricsEnabled
|
||||||
? 'k8s.container.cpu_request'
|
? 'k8s.container.cpu_request'
|
||||||
@@ -80,7 +80,7 @@ export const getDeploymentMetricsQueryPayload = (
|
|||||||
{
|
{
|
||||||
aggregateAttribute: {
|
aggregateAttribute: {
|
||||||
dataType: DataTypes.Float64,
|
dataType: DataTypes.Float64,
|
||||||
id: 'k8s_pod_cpu_utilization--float64--Gauge--true',
|
id: 'k8s_pod_cpu_usage--float64--Gauge--true',
|
||||||
isColumn: true,
|
isColumn: true,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
key: k8sPodCpuUtilizationKey,
|
key: k8sPodCpuUtilizationKey,
|
||||||
|
|||||||
@@ -192,6 +192,32 @@ function K8sDeploymentsList({
|
|||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
||||||
|
|
||||||
|
const groupedByRowDataQueryKey = useMemo(() => {
|
||||||
|
if (selectedDeploymentUID) {
|
||||||
|
return [
|
||||||
|
'deploymentList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'deploymentList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
selectedDeploymentUID,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
selectedRowData,
|
||||||
|
]);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
data: groupedByRowData,
|
data: groupedByRowData,
|
||||||
isFetching: isFetchingGroupedByRowData,
|
isFetching: isFetchingGroupedByRowData,
|
||||||
@@ -201,7 +227,7 @@ function K8sDeploymentsList({
|
|||||||
} = useGetK8sDeploymentsList(
|
} = useGetK8sDeploymentsList(
|
||||||
fetchGroupedByRowDataQuery as K8sDeploymentsListPayload,
|
fetchGroupedByRowDataQuery as K8sDeploymentsListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['deploymentList', fetchGroupedByRowDataQuery],
|
queryKey: groupedByRowDataQueryKey,
|
||||||
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
@@ -252,11 +278,44 @@ function K8sDeploymentsList({
|
|||||||
[groupedByRowData, groupBy],
|
[groupedByRowData, groupBy],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const queryKey = useMemo(() => {
|
||||||
|
if (selectedDeploymentUID) {
|
||||||
|
return [
|
||||||
|
'deploymentList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'deploymentList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
selectedDeploymentUID,
|
||||||
|
pageSize,
|
||||||
|
currentPage,
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
groupBy,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
]);
|
||||||
|
|
||||||
const { data, isFetching, isLoading, isError } = useGetK8sDeploymentsList(
|
const { data, isFetching, isLoading, isError } = useGetK8sDeploymentsList(
|
||||||
query as K8sDeploymentsListPayload,
|
query as K8sDeploymentsListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['deploymentList', query],
|
queryKey,
|
||||||
enabled: !!query,
|
enabled: !!query,
|
||||||
|
keepPreviousData: true,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
dotMetricsEnabled,
|
dotMetricsEnabled,
|
||||||
@@ -596,6 +655,9 @@ function K8sDeploymentsList({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const showTableLoadingState =
|
||||||
|
(isFetching || isLoading) && formattedDeploymentsData.length === 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="k8s-list">
|
<div className="k8s-list">
|
||||||
<K8sHeader
|
<K8sHeader
|
||||||
@@ -608,6 +670,7 @@ function K8sDeploymentsList({
|
|||||||
handleGroupByChange={handleGroupByChange}
|
handleGroupByChange={handleGroupByChange}
|
||||||
selectedGroupBy={groupBy}
|
selectedGroupBy={groupBy}
|
||||||
entity={K8sCategory.NODES}
|
entity={K8sCategory.NODES}
|
||||||
|
showAutoRefresh={!selectedDeploymentData}
|
||||||
/>
|
/>
|
||||||
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
||||||
|
|
||||||
@@ -615,7 +678,7 @@ function K8sDeploymentsList({
|
|||||||
className={classNames('k8s-list-table', 'deployments-list-table', {
|
className={classNames('k8s-list-table', 'deployments-list-table', {
|
||||||
'expanded-deployments-list-table': isGroupedByAttribute,
|
'expanded-deployments-list-table': isGroupedByAttribute,
|
||||||
})}
|
})}
|
||||||
dataSource={isFetching || isLoading ? [] : formattedDeploymentsData}
|
dataSource={showTableLoadingState ? [] : formattedDeploymentsData}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={{
|
||||||
current: currentPage,
|
current: currentPage,
|
||||||
@@ -627,26 +690,25 @@ function K8sDeploymentsList({
|
|||||||
}}
|
}}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
loading={{
|
loading={{
|
||||||
spinning: isFetching || isLoading,
|
spinning: showTableLoadingState,
|
||||||
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
||||||
}}
|
}}
|
||||||
locale={{
|
locale={{
|
||||||
emptyText:
|
emptyText: showTableLoadingState ? null : (
|
||||||
isFetching || isLoading ? null : (
|
<div className="no-filtered-hosts-message-container">
|
||||||
<div className="no-filtered-hosts-message-container">
|
<div className="no-filtered-hosts-message-content">
|
||||||
<div className="no-filtered-hosts-message-content">
|
<img
|
||||||
<img
|
src="/Icons/emptyState.svg"
|
||||||
src="/Icons/emptyState.svg"
|
alt="thinking-emoji"
|
||||||
alt="thinking-emoji"
|
className="empty-state-svg"
|
||||||
className="empty-state-svg"
|
/>
|
||||||
/>
|
|
||||||
|
|
||||||
<Typography.Text className="no-filtered-hosts-message">
|
<Typography.Text className="no-filtered-hosts-message">
|
||||||
This query had no results. Edit your query and try again!
|
This query had no results. Edit your query and try again!
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
),
|
</div>
|
||||||
|
),
|
||||||
}}
|
}}
|
||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
onChange={handleTableChange}
|
onChange={handleTableChange}
|
||||||
|
|||||||
@@ -270,7 +270,7 @@ export default function Events({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{isLoading && <LoadingContainer />}
|
{isLoading && formattedEntityEvents.length === 0 && <LoadingContainer />}
|
||||||
|
|
||||||
{!isLoading && !isError && formattedEntityEvents.length === 0 && (
|
{!isLoading && !isError && formattedEntityEvents.length === 0 && (
|
||||||
<EntityDetailsEmptyContainer category={category} view="events" />
|
<EntityDetailsEmptyContainer category={category} view="events" />
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ import {
|
|||||||
CustomTimeType,
|
CustomTimeType,
|
||||||
Time,
|
Time,
|
||||||
} from 'container/TopNav/DateTimeSelectionV2/config';
|
} from 'container/TopNav/DateTimeSelectionV2/config';
|
||||||
|
import { useQueryBuilder } from 'hooks/queryBuilder/useQueryBuilder';
|
||||||
import { useIsDarkMode } from 'hooks/useDarkMode';
|
import { useIsDarkMode } from 'hooks/useDarkMode';
|
||||||
import { useResizeObserver } from 'hooks/useDimensions';
|
import { useResizeObserver } from 'hooks/useDimensions';
|
||||||
import {
|
import {
|
||||||
@@ -24,12 +25,13 @@ import {
|
|||||||
import { getUPlotChartOptions } from 'lib/uPlotLib/getUplotChartOptions';
|
import { getUPlotChartOptions } from 'lib/uPlotLib/getUplotChartOptions';
|
||||||
import { getUPlotChartData } from 'lib/uPlotLib/utils/getUplotChartData';
|
import { getUPlotChartData } from 'lib/uPlotLib/utils/getUplotChartData';
|
||||||
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useQueries, UseQueryResult } from 'react-query';
|
import { QueryFunctionContext, useQueries, UseQueryResult } from 'react-query';
|
||||||
import { SuccessResponse } from 'types/api';
|
import { SuccessResponse } from 'types/api';
|
||||||
import { MetricRangePayloadProps } from 'types/api/metrics/getQueryRange';
|
import { MetricRangePayloadProps } from 'types/api/metrics/getQueryRange';
|
||||||
import { Options } from 'uplot';
|
import { Options } from 'uplot';
|
||||||
|
|
||||||
import { FeatureKeys } from '../../../../constants/features';
|
import { FeatureKeys } from '../../../../constants/features';
|
||||||
|
import { useMultiIntersectionObserver } from '../../../../hooks/useMultiIntersectionObserver';
|
||||||
import { useAppContext } from '../../../../providers/App/App';
|
import { useAppContext } from '../../../../providers/App/App';
|
||||||
|
|
||||||
interface EntityMetricsProps<T> {
|
interface EntityMetricsProps<T> {
|
||||||
@@ -73,6 +75,12 @@ function EntityMetrics<T>({
|
|||||||
const dotMetricsEnabled =
|
const dotMetricsEnabled =
|
||||||
featureFlags?.find((flag) => flag.name === FeatureKeys.DOT_METRICS_ENABLED)
|
featureFlags?.find((flag) => flag.name === FeatureKeys.DOT_METRICS_ENABLED)
|
||||||
?.active || false;
|
?.active || false;
|
||||||
|
|
||||||
|
const {
|
||||||
|
visibilities,
|
||||||
|
setElement,
|
||||||
|
} = useMultiIntersectionObserver(entityWidgetInfo.length, { threshold: 0.1 });
|
||||||
|
|
||||||
const queryPayloads = useMemo(
|
const queryPayloads = useMemo(
|
||||||
() =>
|
() =>
|
||||||
getEntityQueryPayload(
|
getEntityQueryPayload(
|
||||||
@@ -91,17 +99,22 @@ function EntityMetrics<T>({
|
|||||||
);
|
);
|
||||||
|
|
||||||
const queries = useQueries(
|
const queries = useQueries(
|
||||||
queryPayloads.map((payload) => ({
|
queryPayloads.map((payload, index) => ({
|
||||||
queryKey: [queryKey, payload, ENTITY_VERSION_V4, category],
|
queryKey: [queryKey, payload, ENTITY_VERSION_V4, category],
|
||||||
queryFn: (): Promise<SuccessResponse<MetricRangePayloadProps>> =>
|
queryFn: ({
|
||||||
GetMetricQueryRange(payload, ENTITY_VERSION_V4),
|
signal,
|
||||||
enabled: !!payload,
|
}: QueryFunctionContext): Promise<
|
||||||
|
SuccessResponse<MetricRangePayloadProps>
|
||||||
|
> => GetMetricQueryRange(payload, ENTITY_VERSION_V4, signal),
|
||||||
|
enabled: !!payload && visibilities[index],
|
||||||
|
keepPreviousData: true,
|
||||||
})),
|
})),
|
||||||
);
|
);
|
||||||
|
|
||||||
const isDarkMode = useIsDarkMode();
|
const isDarkMode = useIsDarkMode();
|
||||||
const graphRef = useRef<HTMLDivElement>(null);
|
const graphRef = useRef<HTMLDivElement>(null);
|
||||||
const dimensions = useResizeObserver(graphRef);
|
const dimensions = useResizeObserver(graphRef);
|
||||||
|
const { currentQuery } = useQueryBuilder();
|
||||||
|
|
||||||
const chartData = useMemo(
|
const chartData = useMemo(
|
||||||
() =>
|
() =>
|
||||||
@@ -170,6 +183,7 @@ function EntityMetrics<T>({
|
|||||||
minTimeScale: graphTimeIntervals[idx].start,
|
minTimeScale: graphTimeIntervals[idx].start,
|
||||||
maxTimeScale: graphTimeIntervals[idx].end,
|
maxTimeScale: graphTimeIntervals[idx].end,
|
||||||
onDragSelect: (start, end) => onDragSelect(start, end, idx),
|
onDragSelect: (start, end) => onDragSelect(start, end, idx),
|
||||||
|
query: currentQuery,
|
||||||
});
|
});
|
||||||
}),
|
}),
|
||||||
[
|
[
|
||||||
@@ -179,6 +193,7 @@ function EntityMetrics<T>({
|
|||||||
entityWidgetInfo,
|
entityWidgetInfo,
|
||||||
graphTimeIntervals,
|
graphTimeIntervals,
|
||||||
onDragSelect,
|
onDragSelect,
|
||||||
|
currentQuery,
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -186,7 +201,7 @@ function EntityMetrics<T>({
|
|||||||
query: UseQueryResult<SuccessResponse<MetricRangePayloadProps>, unknown>,
|
query: UseQueryResult<SuccessResponse<MetricRangePayloadProps>, unknown>,
|
||||||
idx: number,
|
idx: number,
|
||||||
): JSX.Element => {
|
): JSX.Element => {
|
||||||
if (query.isLoading) {
|
if ((!query.data && query.isLoading) || !visibilities[idx]) {
|
||||||
return <Skeleton />;
|
return <Skeleton />;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -196,7 +211,7 @@ function EntityMetrics<T>({
|
|||||||
return <div>{errorMessage}</div>;
|
return <div>{errorMessage}</div>;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { panelType } = (query.data?.params as any).compositeQuery;
|
const panelType = (query.data?.params as any)?.compositeQuery?.panelType;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
@@ -234,7 +249,7 @@ function EntityMetrics<T>({
|
|||||||
</div>
|
</div>
|
||||||
<Row gutter={24} className="entity-metrics-container">
|
<Row gutter={24} className="entity-metrics-container">
|
||||||
{queries.map((query, idx) => (
|
{queries.map((query, idx) => (
|
||||||
<Col span={12} key={entityWidgetInfo[idx].title}>
|
<Col ref={setElement(idx)} span={12} key={entityWidgetInfo[idx].title}>
|
||||||
<Typography.Text>{entityWidgetInfo[idx].title}</Typography.Text>
|
<Typography.Text>{entityWidgetInfo[idx].title}</Typography.Text>
|
||||||
<Card bordered className="entity-metrics-card" ref={graphRef}>
|
<Card bordered className="entity-metrics-card" ref={graphRef}>
|
||||||
{renderCardContent(query, idx)}
|
{renderCardContent(query, idx)}
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ function EntityTraces({
|
|||||||
{!isError && traces.length > 0 && (
|
{!isError && traces.length > 0 && (
|
||||||
<div className="entity-traces-table">
|
<div className="entity-traces-table">
|
||||||
<TraceExplorerControls
|
<TraceExplorerControls
|
||||||
isLoading={isFetching}
|
isLoading={isFetching && traces.length === 0}
|
||||||
totalCount={totalCount}
|
totalCount={totalCount}
|
||||||
perPageOptions={PER_PAGE_OPTIONS}
|
perPageOptions={PER_PAGE_OPTIONS}
|
||||||
showSizeChanger={false}
|
showSizeChanger={false}
|
||||||
@@ -212,7 +212,7 @@ function EntityTraces({
|
|||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
pagination={false}
|
pagination={false}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
loading={isFetching}
|
loading={isFetching && traces.length === 0}
|
||||||
dataSource={traces}
|
dataSource={traces}
|
||||||
columns={traceListColumns}
|
columns={traceListColumns}
|
||||||
onRow={(): Record<string, unknown> => ({
|
onRow={(): Record<string, unknown> => ({
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ import {
|
|||||||
ScrollText,
|
ScrollText,
|
||||||
X,
|
X,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { useCallback, useEffect, useMemo, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useSelector } from 'react-redux';
|
import { useSelector } from 'react-redux';
|
||||||
import { useSearchParams } from 'react-router-dom-v5-compat';
|
import { useSearchParams } from 'react-router-dom-v5-compat';
|
||||||
import { AppState } from 'store/reducers';
|
import { AppState } from 'store/reducers';
|
||||||
@@ -81,8 +81,12 @@ function JobDetails({
|
|||||||
endTime: endMs,
|
endTime: endMs,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
const lastSelectedInterval = useRef<Time | null>(null);
|
||||||
|
|
||||||
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
||||||
selectedTime as Time,
|
lastSelectedInterval.current
|
||||||
|
? lastSelectedInterval.current
|
||||||
|
: (selectedTime as Time),
|
||||||
);
|
);
|
||||||
|
|
||||||
const [searchParams, setSearchParams] = useSearchParams();
|
const [searchParams, setSearchParams] = useSearchParams();
|
||||||
@@ -204,10 +208,11 @@ function JobDetails({
|
|||||||
}, [initialFilters, initialEventsFilters]);
|
}, [initialFilters, initialEventsFilters]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setSelectedInterval(selectedTime as Time);
|
const currentSelectedInterval = lastSelectedInterval.current || selectedTime;
|
||||||
|
setSelectedInterval(currentSelectedInterval as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (currentSelectedInterval !== 'custom') {
|
||||||
const { maxTime, minTime } = GetMinMax(selectedTime);
|
const { maxTime, minTime } = GetMinMax(currentSelectedInterval);
|
||||||
|
|
||||||
setModalTimeRange({
|
setModalTimeRange({
|
||||||
startTime: Math.floor(minTime / 1000000000),
|
startTime: Math.floor(minTime / 1000000000),
|
||||||
@@ -235,6 +240,7 @@ function JobDetails({
|
|||||||
|
|
||||||
const handleTimeChange = useCallback(
|
const handleTimeChange = useCallback(
|
||||||
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
||||||
|
lastSelectedInterval.current = interval as Time;
|
||||||
setSelectedInterval(interval as Time);
|
setSelectedInterval(interval as Time);
|
||||||
|
|
||||||
if (interval === 'custom' && dateTimeRange) {
|
if (interval === 'custom' && dateTimeRange) {
|
||||||
@@ -469,6 +475,7 @@ function JobDetails({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleClose = (): void => {
|
const handleClose = (): void => {
|
||||||
|
lastSelectedInterval.current = null;
|
||||||
setSelectedInterval(selectedTime as Time);
|
setSelectedInterval(selectedTime as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (selectedTime !== 'custom') {
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ export const getJobMetricsQueryPayload = (
|
|||||||
dotMetricsEnabled: boolean,
|
dotMetricsEnabled: boolean,
|
||||||
): GetQueryResultsProps[] => {
|
): GetQueryResultsProps[] => {
|
||||||
const k8sPodCpuUtilizationKey = dotMetricsEnabled
|
const k8sPodCpuUtilizationKey = dotMetricsEnabled
|
||||||
? 'k8s.pod.cpu.utilization'
|
? 'k8s.pod.cpu.usage'
|
||||||
: 'k8s_pod_cpu_utilization';
|
: 'k8s_pod_cpu_usage';
|
||||||
const k8sPodMemoryUsageKey = dotMetricsEnabled
|
const k8sPodMemoryUsageKey = dotMetricsEnabled
|
||||||
? 'k8s.pod.memory.usage'
|
? 'k8s.pod.memory.usage'
|
||||||
: 'k8s_pod_memory_usage';
|
: 'k8s_pod_memory_usage';
|
||||||
@@ -59,7 +59,7 @@ export const getJobMetricsQueryPayload = (
|
|||||||
{
|
{
|
||||||
aggregateAttribute: {
|
aggregateAttribute: {
|
||||||
dataType: DataTypes.Float64,
|
dataType: DataTypes.Float64,
|
||||||
id: 'k8s_pod_cpu_utilization--float64--Gauge--true',
|
id: 'k8s_pod_cpu_usage--float64--Gauge--true',
|
||||||
isColumn: true,
|
isColumn: true,
|
||||||
isJSON: false,
|
isJSON: false,
|
||||||
key: k8sPodCpuUtilizationKey,
|
key: k8sPodCpuUtilizationKey,
|
||||||
|
|||||||
@@ -186,6 +186,25 @@ function K8sJobsList({
|
|||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
||||||
|
|
||||||
|
const groupedByRowDataQueryKey = useMemo(() => {
|
||||||
|
if (selectedJobUID) {
|
||||||
|
return [
|
||||||
|
'jobList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'jobList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [queryFilters, orderBy, selectedJobUID, minTime, maxTime, selectedRowData]);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
data: groupedByRowData,
|
data: groupedByRowData,
|
||||||
isFetching: isFetchingGroupedByRowData,
|
isFetching: isFetchingGroupedByRowData,
|
||||||
@@ -195,7 +214,7 @@ function K8sJobsList({
|
|||||||
} = useGetK8sJobsList(
|
} = useGetK8sJobsList(
|
||||||
fetchGroupedByRowDataQuery as K8sJobsListPayload,
|
fetchGroupedByRowDataQuery as K8sJobsListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['jobList', fetchGroupedByRowDataQuery],
|
queryKey: groupedByRowDataQueryKey,
|
||||||
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
@@ -251,11 +270,44 @@ function K8sJobsList({
|
|||||||
return groupedByRowData?.payload?.data?.records || [];
|
return groupedByRowData?.payload?.data?.records || [];
|
||||||
}, [groupedByRowData, selectedRowData]);
|
}, [groupedByRowData, selectedRowData]);
|
||||||
|
|
||||||
|
const queryKey = useMemo(() => {
|
||||||
|
if (selectedJobUID) {
|
||||||
|
return [
|
||||||
|
'jobList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'jobList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
selectedJobUID,
|
||||||
|
pageSize,
|
||||||
|
currentPage,
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
groupBy,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
]);
|
||||||
|
|
||||||
const { data, isFetching, isLoading, isError } = useGetK8sJobsList(
|
const { data, isFetching, isLoading, isError } = useGetK8sJobsList(
|
||||||
query as K8sJobsListPayload,
|
query as K8sJobsListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['jobList', query],
|
queryKey,
|
||||||
enabled: !!query,
|
enabled: !!query,
|
||||||
|
keepPreviousData: true,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
dotMetricsEnabled,
|
dotMetricsEnabled,
|
||||||
@@ -581,6 +633,7 @@ function K8sJobsList({
|
|||||||
handleGroupByChange={handleGroupByChange}
|
handleGroupByChange={handleGroupByChange}
|
||||||
selectedGroupBy={groupBy}
|
selectedGroupBy={groupBy}
|
||||||
entity={K8sCategory.JOBS}
|
entity={K8sCategory.JOBS}
|
||||||
|
showAutoRefresh={!selectedJobData}
|
||||||
/>
|
/>
|
||||||
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ interface K8sHeaderProps {
|
|||||||
handleFilterVisibilityChange: () => void;
|
handleFilterVisibilityChange: () => void;
|
||||||
isFiltersVisible: boolean;
|
isFiltersVisible: boolean;
|
||||||
entity: K8sCategory;
|
entity: K8sCategory;
|
||||||
|
showAutoRefresh: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
function K8sHeader({
|
function K8sHeader({
|
||||||
@@ -46,6 +47,7 @@ function K8sHeader({
|
|||||||
handleFilterVisibilityChange,
|
handleFilterVisibilityChange,
|
||||||
isFiltersVisible,
|
isFiltersVisible,
|
||||||
entity,
|
entity,
|
||||||
|
showAutoRefresh,
|
||||||
}: K8sHeaderProps): JSX.Element {
|
}: K8sHeaderProps): JSX.Element {
|
||||||
const [isFiltersSidePanelOpen, setIsFiltersSidePanelOpen] = useState(false);
|
const [isFiltersSidePanelOpen, setIsFiltersSidePanelOpen] = useState(false);
|
||||||
const [searchParams, setSearchParams] = useSearchParams();
|
const [searchParams, setSearchParams] = useSearchParams();
|
||||||
@@ -136,7 +138,7 @@ function K8sHeader({
|
|||||||
|
|
||||||
<div className="k8s-list-controls-right">
|
<div className="k8s-list-controls-right">
|
||||||
<DateTimeSelectionV2
|
<DateTimeSelectionV2
|
||||||
showAutoRefresh
|
showAutoRefresh={showAutoRefresh}
|
||||||
showRefreshText={false}
|
showRefreshText={false}
|
||||||
hideShareModal
|
hideShareModal
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -190,6 +190,32 @@ function K8sNamespacesList({
|
|||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
||||||
|
|
||||||
|
const groupedByRowDataQueryKey = useMemo(() => {
|
||||||
|
if (selectedNamespaceUID) {
|
||||||
|
return [
|
||||||
|
'namespaceList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'namespaceList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
selectedNamespaceUID,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
selectedRowData,
|
||||||
|
]);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
data: groupedByRowData,
|
data: groupedByRowData,
|
||||||
isFetching: isFetchingGroupedByRowData,
|
isFetching: isFetchingGroupedByRowData,
|
||||||
@@ -199,7 +225,7 @@ function K8sNamespacesList({
|
|||||||
} = useGetK8sNamespacesList(
|
} = useGetK8sNamespacesList(
|
||||||
fetchGroupedByRowDataQuery as K8sNamespacesListPayload,
|
fetchGroupedByRowDataQuery as K8sNamespacesListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['namespaceList', fetchGroupedByRowDataQuery],
|
queryKey: groupedByRowDataQueryKey,
|
||||||
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
@@ -250,11 +276,44 @@ function K8sNamespacesList({
|
|||||||
[groupedByRowData, groupBy],
|
[groupedByRowData, groupBy],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const queryKey = useMemo(() => {
|
||||||
|
if (selectedNamespaceUID) {
|
||||||
|
return [
|
||||||
|
'namespaceList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'namespaceList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
selectedNamespaceUID,
|
||||||
|
pageSize,
|
||||||
|
currentPage,
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
groupBy,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
]);
|
||||||
|
|
||||||
const { data, isFetching, isLoading, isError } = useGetK8sNamespacesList(
|
const { data, isFetching, isLoading, isError } = useGetK8sNamespacesList(
|
||||||
query as K8sNamespacesListPayload,
|
query as K8sNamespacesListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['namespaceList', query],
|
queryKey,
|
||||||
enabled: !!query,
|
enabled: !!query,
|
||||||
|
keepPreviousData: true,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
dotMetricsEnabled,
|
dotMetricsEnabled,
|
||||||
@@ -592,6 +651,9 @@ function K8sNamespacesList({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const showTableLoadingState =
|
||||||
|
(isFetching || isLoading) && formattedNamespacesData.length === 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="k8s-list">
|
<div className="k8s-list">
|
||||||
<K8sHeader
|
<K8sHeader
|
||||||
@@ -604,12 +666,13 @@ function K8sNamespacesList({
|
|||||||
handleGroupByChange={handleGroupByChange}
|
handleGroupByChange={handleGroupByChange}
|
||||||
selectedGroupBy={groupBy}
|
selectedGroupBy={groupBy}
|
||||||
entity={K8sCategory.NODES}
|
entity={K8sCategory.NODES}
|
||||||
|
showAutoRefresh={!selectedNamespaceData}
|
||||||
/>
|
/>
|
||||||
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
||||||
|
|
||||||
<Table
|
<Table
|
||||||
className="k8s-list-table namespaces-list-table"
|
className="k8s-list-table namespaces-list-table"
|
||||||
dataSource={isFetching || isLoading ? [] : formattedNamespacesData}
|
dataSource={showTableLoadingState ? [] : formattedNamespacesData}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={{
|
||||||
current: currentPage,
|
current: currentPage,
|
||||||
@@ -621,26 +684,25 @@ function K8sNamespacesList({
|
|||||||
}}
|
}}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
loading={{
|
loading={{
|
||||||
spinning: isFetching || isLoading,
|
spinning: showTableLoadingState,
|
||||||
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
||||||
}}
|
}}
|
||||||
locale={{
|
locale={{
|
||||||
emptyText:
|
emptyText: showTableLoadingState ? null : (
|
||||||
isFetching || isLoading ? null : (
|
<div className="no-filtered-hosts-message-container">
|
||||||
<div className="no-filtered-hosts-message-container">
|
<div className="no-filtered-hosts-message-content">
|
||||||
<div className="no-filtered-hosts-message-content">
|
<img
|
||||||
<img
|
src="/Icons/emptyState.svg"
|
||||||
src="/Icons/emptyState.svg"
|
alt="thinking-emoji"
|
||||||
alt="thinking-emoji"
|
className="empty-state-svg"
|
||||||
className="empty-state-svg"
|
/>
|
||||||
/>
|
|
||||||
|
|
||||||
<Typography.Text className="no-filtered-hosts-message">
|
<Typography.Text className="no-filtered-hosts-message">
|
||||||
This query had no results. Edit your query and try again!
|
This query had no results. Edit your query and try again!
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
),
|
</div>
|
||||||
|
),
|
||||||
}}
|
}}
|
||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
onChange={handleTableChange}
|
onChange={handleTableChange}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ import {
|
|||||||
ScrollText,
|
ScrollText,
|
||||||
X,
|
X,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { useCallback, useEffect, useMemo, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useSelector } from 'react-redux';
|
import { useSelector } from 'react-redux';
|
||||||
import { useSearchParams } from 'react-router-dom-v5-compat';
|
import { useSearchParams } from 'react-router-dom-v5-compat';
|
||||||
import { AppState } from 'store/reducers';
|
import { AppState } from 'store/reducers';
|
||||||
@@ -85,8 +85,12 @@ function NamespaceDetails({
|
|||||||
endTime: endMs,
|
endTime: endMs,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
const lastSelectedInterval = useRef<Time | null>(null);
|
||||||
|
|
||||||
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
||||||
selectedTime as Time,
|
lastSelectedInterval.current
|
||||||
|
? lastSelectedInterval.current
|
||||||
|
: (selectedTime as Time),
|
||||||
);
|
);
|
||||||
|
|
||||||
const [searchParams, setSearchParams] = useSearchParams();
|
const [searchParams, setSearchParams] = useSearchParams();
|
||||||
@@ -195,10 +199,11 @@ function NamespaceDetails({
|
|||||||
}, [initialFilters, initialEventsFilters]);
|
}, [initialFilters, initialEventsFilters]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setSelectedInterval(selectedTime as Time);
|
const currentSelectedInterval = lastSelectedInterval.current || selectedTime;
|
||||||
|
setSelectedInterval(currentSelectedInterval as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (currentSelectedInterval !== 'custom') {
|
||||||
const { maxTime, minTime } = GetMinMax(selectedTime);
|
const { maxTime, minTime } = GetMinMax(currentSelectedInterval);
|
||||||
|
|
||||||
setModalTimeRange({
|
setModalTimeRange({
|
||||||
startTime: Math.floor(minTime / 1000000000),
|
startTime: Math.floor(minTime / 1000000000),
|
||||||
@@ -226,6 +231,7 @@ function NamespaceDetails({
|
|||||||
|
|
||||||
const handleTimeChange = useCallback(
|
const handleTimeChange = useCallback(
|
||||||
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
||||||
|
lastSelectedInterval.current = interval as Time;
|
||||||
setSelectedInterval(interval as Time);
|
setSelectedInterval(interval as Time);
|
||||||
|
|
||||||
if (interval === 'custom' && dateTimeRange) {
|
if (interval === 'custom' && dateTimeRange) {
|
||||||
@@ -461,6 +467,7 @@ function NamespaceDetails({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleClose = (): void => {
|
const handleClose = (): void => {
|
||||||
|
lastSelectedInterval.current = null;
|
||||||
setSelectedInterval(selectedTime as Time);
|
setSelectedInterval(selectedTime as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (selectedTime !== 'custom') {
|
||||||
|
|||||||
@@ -59,8 +59,8 @@ export const getNamespaceMetricsQueryPayload = (
|
|||||||
const getKey = (dotKey: string, underscoreKey: string): string =>
|
const getKey = (dotKey: string, underscoreKey: string): string =>
|
||||||
dotMetricsEnabled ? dotKey : underscoreKey;
|
dotMetricsEnabled ? dotKey : underscoreKey;
|
||||||
const k8sPodCpuUtilizationKey = getKey(
|
const k8sPodCpuUtilizationKey = getKey(
|
||||||
'k8s.pod.cpu.utilization',
|
'k8s.pod.cpu.usage',
|
||||||
'k8s_pod_cpu_utilization',
|
'k8s_pod_cpu_usage',
|
||||||
);
|
);
|
||||||
const k8sContainerCpuRequestKey = getKey(
|
const k8sContainerCpuRequestKey = getKey(
|
||||||
'k8s.container.cpu_request',
|
'k8s.container.cpu_request',
|
||||||
|
|||||||
@@ -184,6 +184,32 @@ function K8sNodesList({
|
|||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
}, [minTime, maxTime, orderBy, selectedRowData, groupBy]);
|
||||||
|
|
||||||
|
const groupedByRowDataQueryKey = useMemo(() => {
|
||||||
|
if (selectedNodeUID) {
|
||||||
|
return [
|
||||||
|
'nodeList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'nodeList',
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(selectedRowData),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
selectedNodeUID,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
selectedRowData,
|
||||||
|
]);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
data: groupedByRowData,
|
data: groupedByRowData,
|
||||||
isFetching: isFetchingGroupedByRowData,
|
isFetching: isFetchingGroupedByRowData,
|
||||||
@@ -193,7 +219,7 @@ function K8sNodesList({
|
|||||||
} = useGetK8sNodesList(
|
} = useGetK8sNodesList(
|
||||||
fetchGroupedByRowDataQuery as K8sNodesListPayload,
|
fetchGroupedByRowDataQuery as K8sNodesListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['nodeList', fetchGroupedByRowDataQuery],
|
queryKey: groupedByRowDataQueryKey,
|
||||||
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
enabled: !!fetchGroupedByRowDataQuery && !!selectedRowData,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
@@ -249,11 +275,44 @@ function K8sNodesList({
|
|||||||
[groupedByRowData, groupBy],
|
[groupedByRowData, groupBy],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const queryKey = useMemo(() => {
|
||||||
|
if (selectedNodeUID) {
|
||||||
|
return [
|
||||||
|
'nodeList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
return [
|
||||||
|
'nodeList',
|
||||||
|
String(pageSize),
|
||||||
|
String(currentPage),
|
||||||
|
JSON.stringify(queryFilters),
|
||||||
|
JSON.stringify(orderBy),
|
||||||
|
JSON.stringify(groupBy),
|
||||||
|
String(minTime),
|
||||||
|
String(maxTime),
|
||||||
|
];
|
||||||
|
}, [
|
||||||
|
selectedNodeUID,
|
||||||
|
pageSize,
|
||||||
|
currentPage,
|
||||||
|
queryFilters,
|
||||||
|
orderBy,
|
||||||
|
groupBy,
|
||||||
|
minTime,
|
||||||
|
maxTime,
|
||||||
|
]);
|
||||||
|
|
||||||
const { data, isFetching, isLoading, isError } = useGetK8sNodesList(
|
const { data, isFetching, isLoading, isError } = useGetK8sNodesList(
|
||||||
query as K8sNodesListPayload,
|
query as K8sNodesListPayload,
|
||||||
{
|
{
|
||||||
queryKey: ['nodeList', query],
|
queryKey,
|
||||||
enabled: !!query,
|
enabled: !!query,
|
||||||
|
keepPreviousData: true,
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
dotMetricsEnabled,
|
dotMetricsEnabled,
|
||||||
@@ -571,6 +630,9 @@ function K8sNodesList({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const showTableLoadingState =
|
||||||
|
(isFetching || isLoading) && formattedNodesData.length === 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="k8s-list">
|
<div className="k8s-list">
|
||||||
<K8sHeader
|
<K8sHeader
|
||||||
@@ -583,12 +645,13 @@ function K8sNodesList({
|
|||||||
handleGroupByChange={handleGroupByChange}
|
handleGroupByChange={handleGroupByChange}
|
||||||
selectedGroupBy={groupBy}
|
selectedGroupBy={groupBy}
|
||||||
entity={K8sCategory.NODES}
|
entity={K8sCategory.NODES}
|
||||||
|
showAutoRefresh={!selectedNodeData}
|
||||||
/>
|
/>
|
||||||
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
{isError && <Typography>{data?.error || 'Something went wrong'}</Typography>}
|
||||||
|
|
||||||
<Table
|
<Table
|
||||||
className="k8s-list-table nodes-list-table"
|
className="k8s-list-table nodes-list-table"
|
||||||
dataSource={isFetching || isLoading ? [] : formattedNodesData}
|
dataSource={showTableLoadingState ? [] : formattedNodesData}
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={{
|
pagination={{
|
||||||
current: currentPage,
|
current: currentPage,
|
||||||
@@ -600,26 +663,25 @@ function K8sNodesList({
|
|||||||
}}
|
}}
|
||||||
scroll={{ x: true }}
|
scroll={{ x: true }}
|
||||||
loading={{
|
loading={{
|
||||||
spinning: isFetching || isLoading,
|
spinning: showTableLoadingState,
|
||||||
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
indicator: <Spin indicator={<LoadingOutlined size={14} spin />} />,
|
||||||
}}
|
}}
|
||||||
locale={{
|
locale={{
|
||||||
emptyText:
|
emptyText: showTableLoadingState ? null : (
|
||||||
isFetching || isLoading ? null : (
|
<div className="no-filtered-hosts-message-container">
|
||||||
<div className="no-filtered-hosts-message-container">
|
<div className="no-filtered-hosts-message-content">
|
||||||
<div className="no-filtered-hosts-message-content">
|
<img
|
||||||
<img
|
src="/Icons/emptyState.svg"
|
||||||
src="/Icons/emptyState.svg"
|
alt="thinking-emoji"
|
||||||
alt="thinking-emoji"
|
className="empty-state-svg"
|
||||||
className="empty-state-svg"
|
/>
|
||||||
/>
|
|
||||||
|
|
||||||
<Typography.Text className="no-filtered-hosts-message">
|
<Typography.Text className="no-filtered-hosts-message">
|
||||||
This query had no results. Edit your query and try again!
|
This query had no results. Edit your query and try again!
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
),
|
</div>
|
||||||
|
),
|
||||||
}}
|
}}
|
||||||
tableLayout="fixed"
|
tableLayout="fixed"
|
||||||
onChange={handleTableChange}
|
onChange={handleTableChange}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ import {
|
|||||||
ScrollText,
|
ScrollText,
|
||||||
X,
|
X,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { useCallback, useEffect, useMemo, useState } from 'react';
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
||||||
import { useSelector } from 'react-redux';
|
import { useSelector } from 'react-redux';
|
||||||
import { useSearchParams } from 'react-router-dom-v5-compat';
|
import { useSearchParams } from 'react-router-dom-v5-compat';
|
||||||
import { AppState } from 'store/reducers';
|
import { AppState } from 'store/reducers';
|
||||||
@@ -85,8 +85,12 @@ function NodeDetails({
|
|||||||
endTime: endMs,
|
endTime: endMs,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
const lastSelectedInterval = useRef<Time | null>(null);
|
||||||
|
|
||||||
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
const [selectedInterval, setSelectedInterval] = useState<Time>(
|
||||||
selectedTime as Time,
|
lastSelectedInterval.current
|
||||||
|
? lastSelectedInterval.current
|
||||||
|
: (selectedTime as Time),
|
||||||
);
|
);
|
||||||
|
|
||||||
const [searchParams, setSearchParams] = useSearchParams();
|
const [searchParams, setSearchParams] = useSearchParams();
|
||||||
@@ -195,10 +199,11 @@ function NodeDetails({
|
|||||||
}, [initialFilters, initialEventsFilters]);
|
}, [initialFilters, initialEventsFilters]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setSelectedInterval(selectedTime as Time);
|
const currentSelectedInterval = lastSelectedInterval.current || selectedTime;
|
||||||
|
setSelectedInterval(currentSelectedInterval as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (currentSelectedInterval !== 'custom') {
|
||||||
const { maxTime, minTime } = GetMinMax(selectedTime);
|
const { maxTime, minTime } = GetMinMax(currentSelectedInterval);
|
||||||
|
|
||||||
setModalTimeRange({
|
setModalTimeRange({
|
||||||
startTime: Math.floor(minTime / 1000000000),
|
startTime: Math.floor(minTime / 1000000000),
|
||||||
@@ -226,6 +231,7 @@ function NodeDetails({
|
|||||||
|
|
||||||
const handleTimeChange = useCallback(
|
const handleTimeChange = useCallback(
|
||||||
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
(interval: Time | CustomTimeType, dateTimeRange?: [number, number]): void => {
|
||||||
|
lastSelectedInterval.current = interval as Time;
|
||||||
setSelectedInterval(interval as Time);
|
setSelectedInterval(interval as Time);
|
||||||
|
|
||||||
if (interval === 'custom' && dateTimeRange) {
|
if (interval === 'custom' && dateTimeRange) {
|
||||||
@@ -464,6 +470,7 @@ function NodeDetails({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleClose = (): void => {
|
const handleClose = (): void => {
|
||||||
|
lastSelectedInterval.current = null;
|
||||||
setSelectedInterval(selectedTime as Time);
|
setSelectedInterval(selectedTime as Time);
|
||||||
|
|
||||||
if (selectedTime !== 'custom') {
|
if (selectedTime !== 'custom') {
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user