Merge remote-tracking branch 'origin/main' into ds-apiserver-with-configs
This commit is contained in:
@@ -1887,12 +1887,10 @@ allowed_origins =
|
||||
# engine defines an HA (high availability) engine to use for Grafana Live. By default no engine used - in
|
||||
# this case Live features work only on a single Grafana server.
|
||||
# Available options: "redis".
|
||||
# Setting ha_engine is an EXPERIMENTAL feature.
|
||||
ha_engine =
|
||||
|
||||
# ha_engine_address sets a connection address for Live HA engine. Depending on engine type address format can differ.
|
||||
# For now we only support Redis connection address in "host:port" format.
|
||||
# This option is EXPERIMENTAL.
|
||||
ha_engine_address = "127.0.0.1:6379"
|
||||
|
||||
# ha_engine_password allows setting an optional password to authenticate with the engine
|
||||
|
||||
@@ -1824,12 +1824,10 @@ default_datasource_uid =
|
||||
|
||||
# engine defines an HA (high availability) engine to use for Grafana Live. By default no engine used - in
|
||||
# this case Live features work only on a single Grafana server. Available options: "redis".
|
||||
# Setting ha_engine is an EXPERIMENTAL feature.
|
||||
;ha_engine =
|
||||
|
||||
# ha_engine_address sets a connection address for Live HA engine. Depending on engine type address format can differ.
|
||||
# For now we only support Redis connection address in "host:port" format.
|
||||
# This option is EXPERIMENTAL.
|
||||
;ha_engine_address = "127.0.0.1:6379"
|
||||
|
||||
# ha_engine_password allows setting an optional password to authenticate with the engine
|
||||
|
||||
@@ -201,7 +201,7 @@ In a high availability Grafana setup involving several Grafana server instances
|
||||
- Streaming from Telegraf will deliver data only to clients connected to the same instance which received Telegraf data, active stream cache is not shared between different Grafana instances.
|
||||
- A separate unidirectional stream between Grafana and backend data source may be opened on different Grafana servers for the same channel.
|
||||
|
||||
To bypass these limitations, Grafana v8.1 has an experimental Live HA engine that requires Redis to work.
|
||||
To bypass these limitations, Grafana has a Live HA engine that requires Redis to work.
|
||||
|
||||
### Configure Redis Live engine
|
||||
|
||||
|
||||
@@ -49,9 +49,11 @@ require (
|
||||
github.com/bwmarrin/snowflake v0.3.0 // @grafan/grafana-app-platform-squad
|
||||
github.com/centrifugal/centrifuge v0.35.0 // @grafana/grafana-app-platform-squad
|
||||
github.com/crewjam/saml v0.4.14 // @grafana/identity-access-team
|
||||
github.com/dgraph-io/badger/v4 v4.7.0 // @grafana/grafana-search-and-storage
|
||||
github.com/dlmiddlecote/sqlstats v1.0.2 // @grafana/grafana-backend-group
|
||||
github.com/dolthub/go-mysql-server v0.19.1-0.20250410182021-5632d67cd46e // @grafana/grafana-datasources-core-services
|
||||
github.com/dolthub/vitess v0.0.0-20250410090211-143e6b272ad4 // @grafana/grafana-datasources-core-services
|
||||
github.com/dustin/go-humanize v1.0.1 // @grafana/observability-traces-and-profiling
|
||||
github.com/fatih/color v1.18.0 // @grafana/grafana-backend-group
|
||||
github.com/fullstorydev/grpchan v1.1.1 // @grafana/grafana-backend-group
|
||||
github.com/gchaincl/sqlhooks v1.3.0 // @grafana/grafana-search-and-storage
|
||||
@@ -62,6 +64,7 @@ require (
|
||||
github.com/go-jose/go-jose/v4 v4.1.0 // indirect; @grafana/identity-access-team
|
||||
github.com/go-kit/log v0.2.1 // @grafana/grafana-backend-group
|
||||
github.com/go-ldap/ldap/v3 v3.4.4 // @grafana/identity-access-team
|
||||
github.com/go-logfmt/logfmt v0.6.0 // @grafana/oss-big-tent
|
||||
github.com/go-openapi/loads v0.22.0 // @grafana/alerting-backend
|
||||
github.com/go-openapi/runtime v0.28.0 // @grafana/alerting-backend
|
||||
github.com/go-openapi/strfmt v0.23.0 // @grafana/alerting-backend
|
||||
@@ -108,6 +111,7 @@ require (
|
||||
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // @grafana/observability-traces-and-profiling
|
||||
github.com/grafana/pyroscope/api v1.2.1-0.20250415190842-3ff7247547ae // @grafana/observability-traces-and-profiling
|
||||
github.com/grafana/tempo v1.5.1-0.20250529124718-87c2dc380cec // @grafana/observability-traces-and-profiling
|
||||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // @grafana/grafana-search-and-storage
|
||||
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // @grafana/plugins-platform-backend
|
||||
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // @grafana/grafana-backend-group
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // @grafana/identity-access-team
|
||||
@@ -121,6 +125,7 @@ require (
|
||||
github.com/influxdata/influxdb-client-go/v2 v2.13.0 // @grafana/partner-datasources
|
||||
github.com/influxdata/influxql v1.4.0 // @grafana/partner-datasources
|
||||
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // @grafana/grafana-app-platform-squad
|
||||
github.com/jackc/pgx/v5 v5.7.5 // @grafana/grafana-search-and-storage
|
||||
github.com/jmespath-community/go-jmespath v1.1.1 // @grafana/identity-access-team
|
||||
github.com/jmespath/go-jmespath v0.4.0 // indirect; // @grafana/grafana-backend-group
|
||||
github.com/jmoiron/sqlx v1.3.5 // @grafana/grafana-backend-group
|
||||
@@ -143,6 +148,8 @@ require (
|
||||
github.com/openfga/api/proto v0.0.0-20250127102726-f9709139a369 // @grafana/identity-access-team
|
||||
github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20250220223040-ed0cfba54336 // @grafana/identity-access-team
|
||||
github.com/openfga/openfga v1.8.13 // @grafana/identity-access-team
|
||||
github.com/opentracing-contrib/go-grpc v0.1.1 // @grafana/grafana-search-and-storage
|
||||
github.com/opentracing/opentracing-go v1.2.0 // @grafana/grafana-search-and-storage
|
||||
github.com/openzipkin/zipkin-go v0.4.3 // @grafana/oss-big-tent
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible // @grafana/alerting-backend
|
||||
github.com/phpdave11/gofpdi v1.0.14 // @grafana/sharing-squad
|
||||
@@ -151,12 +158,15 @@ require (
|
||||
github.com/prometheus/client_model v0.6.2 // @grafana/grafana-backend-group
|
||||
github.com/prometheus/common v0.64.0 // @grafana/alerting-backend
|
||||
github.com/prometheus/prometheus v0.303.1 // @grafana/alerting-backend
|
||||
github.com/prometheus/sigv4 v0.1.2 // @grafana/alerting-backend
|
||||
github.com/redis/go-redis/v9 v9.7.3 // @grafana/alerting-backend
|
||||
github.com/robfig/cron/v3 v3.0.1 // @grafana/grafana-backend-group
|
||||
github.com/rs/cors v1.11.1 // @grafana/identity-access-team
|
||||
github.com/russellhaering/goxmldsig v1.4.0 // @grafana/grafana-backend-group
|
||||
github.com/shopspring/decimal v1.4.0 // @grafana/grafana-datasources-core-services
|
||||
github.com/spf13/cobra v1.9.1 // @grafana/grafana-app-platform-squad
|
||||
github.com/spf13/pflag v1.0.6 // @grafana-app-platform-squad
|
||||
github.com/spyzhov/ajson v0.9.6 // @grafana/grafana-backend-group
|
||||
github.com/stretchr/testify v1.10.0 // @grafana/grafana-backend-group
|
||||
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // @grafana/grafana-backend-group
|
||||
github.com/tjhop/slog-gokit v0.1.3 // @grafana/grafana-app-platform-squad
|
||||
@@ -168,9 +178,11 @@ require (
|
||||
github.com/xlab/treeprint v1.2.0 // @grafana/observability-traces-and-profiling
|
||||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // @grafana/grafana-operator-experience-squad
|
||||
github.com/yudai/gojsondiff v1.0.0 // @grafana/grafana-backend-group
|
||||
go.opencensus.io v0.24.0 // @grafana/grafana-backend-group
|
||||
go.opentelemetry.io/collector/pdata v1.30.0 // @grafana/grafana-backend-group
|
||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // @grafana/plugins-platform-backend
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 // @grafana/grafana-operator-experience-squad
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // @grafana/sharing-squad
|
||||
go.opentelemetry.io/contrib/propagators/jaeger v1.36.0 // @grafana/grafana-backend-group
|
||||
go.opentelemetry.io/contrib/samplers/jaegerremote v0.30.0 // @grafana/grafana-backend-group
|
||||
go.opentelemetry.io/otel v1.36.0 // @grafana/grafana-backend-group
|
||||
@@ -215,23 +227,23 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250527064921-326081cdb7a1 // @grafana/plugins-platform-backend
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250527064921-326081cdb7a1 // @grafana/alerting-backend
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250616215703-eb4de388c3cf // @grafana/grafana-app-platform-squad @grafana/dashboards-squad
|
||||
github.com/grafana/grafana/apps/folder v0.0.0-20250527064921-326081cdb7a1 // @grafana/grafana-search-and-storage
|
||||
github.com/grafana/grafana/apps/iam v0.0.0-20250620082852-de59956db4df // @grafana/identity-access-team
|
||||
github.com/grafana/grafana/apps/investigations v0.0.0-20250527064921-326081cdb7a1 // @fcjack @matryer
|
||||
github.com/grafana/grafana/apps/playlist v0.0.0-20250527064921-326081cdb7a1 // @grafana/grafana-app-platform-squad
|
||||
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250527064921-326081cdb7a1 // @grafana/grafana-app-platform-squad
|
||||
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250527064921-326081cdb7a1 // @grafana/grafana-app-platform-squad
|
||||
github.com/grafana/grafana/pkg/apis/secret v0.0.0-20250527064921-326081cdb7a1 // @grafana/grafana-operator-experience-squad
|
||||
github.com/grafana/grafana/pkg/apiserver v0.0.0-20250527064921-326081cdb7a1 // @grafana/grafana-app-platform-squad
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250627191313-2f1a6ae1712b // @grafana/plugins-platform-backend
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250627191313-2f1a6ae1712b // @grafana/alerting-backend
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250627191313-2f1a6ae1712b // @grafana/grafana-app-platform-squad @grafana/dashboards-squad
|
||||
github.com/grafana/grafana/apps/folder v0.0.0-20250627191313-2f1a6ae1712b // @grafana/grafana-search-and-storage
|
||||
github.com/grafana/grafana/apps/iam v0.0.0-20250627191313-2f1a6ae1712b // @grafana/identity-access-team
|
||||
github.com/grafana/grafana/apps/investigations v0.0.0-20250627191313-2f1a6ae1712b // @fcjack @matryer
|
||||
github.com/grafana/grafana/apps/playlist v0.0.0-20250627191313-2f1a6ae1712b // @grafana/grafana-app-platform-squad
|
||||
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250627191313-2f1a6ae1712b // @grafana/grafana-app-platform-squad
|
||||
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250627191313-2f1a6ae1712b // @grafana/grafana-app-platform-squad
|
||||
github.com/grafana/grafana/pkg/apis/secret v0.0.0-20250627191313-2f1a6ae1712b // @grafana/grafana-operator-experience-squad
|
||||
github.com/grafana/grafana/pkg/apiserver v0.0.0-20250627191313-2f1a6ae1712b // @grafana/grafana-app-platform-squad
|
||||
|
||||
// This needs to be here for other projects that import grafana/grafana
|
||||
// For local development grafana/grafana will always use the local files
|
||||
// Check go.work file for details
|
||||
github.com/grafana/grafana/pkg/promlib v0.0.8 // @grafana/oss-big-tent
|
||||
github.com/grafana/grafana/pkg/semconv v0.0.0-20250527064921-326081cdb7a1 // @grafana/grafana-app-platform-squad
|
||||
github.com/grafana/grafana/pkg/semconv v0.0.0-20250627191313-2f1a6ae1712b // @grafana/grafana-app-platform-squad
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -339,6 +351,7 @@ require (
|
||||
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/dennwc/varint v1.0.0 // indirect
|
||||
github.com/dgraph-io/ristretto/v2 v2.2.0 // indirect
|
||||
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/docker/go-units v0.5.0 // indirect
|
||||
@@ -346,7 +359,6 @@ require (
|
||||
github.com/dolthub/go-icu-regex v0.0.0-20250327004329-6799764f2dad // indirect
|
||||
github.com/dolthub/jsonpath v0.0.2-0.20240227200619-19675ab05c71 // indirect
|
||||
github.com/dolthub/maphash v0.1.0 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // @grafana/observability-traces-and-profiling
|
||||
github.com/edsrzf/mmap-go v1.2.0 // indirect
|
||||
github.com/elazarl/goproxy v1.7.2 // indirect
|
||||
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
||||
@@ -361,7 +373,6 @@ require (
|
||||
github.com/gammazero/deque v0.2.1 // indirect
|
||||
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
|
||||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
||||
github.com/go-logfmt/logfmt v0.6.0 // @grafana/oss-big-tent
|
||||
github.com/go-logr/logr v1.4.2 // indirect
|
||||
github.com/go-logr/stdr v1.2.2 // indirect
|
||||
github.com/go-openapi/analysis v0.23.0 // indirect
|
||||
@@ -392,12 +403,12 @@ require (
|
||||
github.com/grafana/loki/pkg/push v0.0.0-20231124142027-e52380921608 // indirect
|
||||
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
|
||||
github.com/grafana/sqlds/v4 v4.2.2 // indirect
|
||||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // @grafana/grafana-search-and-storage
|
||||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20191002090509-6af20e3a5340 // indirect
|
||||
github.com/hashicorp/consul/api v1.31.2 // indirect
|
||||
github.com/hashicorp/errwrap v1.1.0 // indirect
|
||||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
||||
github.com/hashicorp/go-metrics v0.5.4 // indirect
|
||||
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
|
||||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
||||
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
|
||||
@@ -410,8 +421,8 @@ require (
|
||||
github.com/invopop/jsonschema v0.13.0 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||
github.com/jackc/pgx/v5 v5.7.5 // @grafana/grafana-search-and-storage
|
||||
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||||
github.com/jaegertracing/jaeger-idl v0.5.0 // indirect
|
||||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
||||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
||||
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
||||
@@ -476,9 +487,7 @@ require (
|
||||
github.com/open-feature/go-sdk-contrib/providers/ofrep v0.1.5 // indirect
|
||||
github.com/opencontainers/go-digest v1.0.0 // indirect
|
||||
github.com/opencontainers/image-spec v1.1.0 // indirect
|
||||
github.com/opentracing-contrib/go-grpc v0.1.1 // @grafana/grafana-search-and-storage
|
||||
github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect
|
||||
github.com/opentracing/opentracing-go v1.2.0 // @grafana/grafana-search-and-storage
|
||||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
||||
github.com/perimeterx/marshmallow v1.1.5 // indirect
|
||||
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
||||
@@ -492,7 +501,6 @@ require (
|
||||
github.com/prometheus/common/sigv4 v0.1.0 // indirect
|
||||
github.com/prometheus/exporter-toolkit v0.14.0 // indirect
|
||||
github.com/prometheus/procfs v0.16.1 // indirect
|
||||
github.com/prometheus/sigv4 v0.1.2 // @grafana/alerting-backend
|
||||
github.com/protocolbuffers/txtpbfmt v0.0.0-20241112170944-20d2c9ebc01d // indirect
|
||||
github.com/puzpuzpuz/xsync/v2 v2.5.1 // indirect
|
||||
github.com/redis/rueidis v1.0.56 // indirect
|
||||
@@ -504,10 +512,10 @@ require (
|
||||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
||||
github.com/segmentio/asm v1.2.0 // indirect
|
||||
github.com/segmentio/encoding v0.4.1 // indirect
|
||||
github.com/sercand/kuberesolver/v6 v6.0.0 // indirect
|
||||
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
||||
github.com/sethvargo/go-retry v0.3.0 // indirect
|
||||
github.com/shadowspore/fossil-delta v0.0.0-20241213113458-1d797d70cbe3 // indirect
|
||||
github.com/shopspring/decimal v1.4.0 // @grafana/grafana-datasources-core-services
|
||||
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect
|
||||
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
@@ -543,12 +551,22 @@ require (
|
||||
go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
|
||||
go.etcd.io/etcd/client/v3 v3.5.21 // indirect
|
||||
go.mongodb.org/mongo-driver v1.16.1 // indirect
|
||||
go.opencensus.io v0.24.0 // @grafana/grafana-backend-group
|
||||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
||||
go.opentelemetry.io/contrib/bridges/prometheus v0.61.0 // indirect
|
||||
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
|
||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // @grafana/sharing-squad
|
||||
go.opentelemetry.io/contrib/exporters/autoexport v0.61.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/prometheus v0.58.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/log v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/metric v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/sdk/log v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
|
||||
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
|
||||
go.uber.org/mock v0.5.2 // indirect
|
||||
@@ -580,29 +598,6 @@ require (
|
||||
sigs.k8s.io/yaml v1.4.0 // indirect
|
||||
)
|
||||
|
||||
require github.com/dgraph-io/badger/v4 v4.7.0 // @grafana/grafana-search-and-storage
|
||||
|
||||
require github.com/spyzhov/ajson v0.9.6 // @grafana/grafana-backend-group
|
||||
|
||||
require (
|
||||
github.com/dgraph-io/ristretto/v2 v2.2.0 // indirect
|
||||
github.com/hashicorp/go-metrics v0.5.4 // indirect
|
||||
github.com/jaegertracing/jaeger-idl v0.5.0 // indirect
|
||||
github.com/sercand/kuberesolver/v6 v6.0.0 // indirect
|
||||
go.opentelemetry.io/contrib/bridges/prometheus v0.61.0 // indirect
|
||||
go.opentelemetry.io/contrib/exporters/autoexport v0.61.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/prometheus v0.58.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36.0 // indirect
|
||||
go.opentelemetry.io/otel/log v0.12.2 // indirect
|
||||
go.opentelemetry.io/otel/sdk/log v0.12.2 // indirect
|
||||
)
|
||||
|
||||
// Use fork of crewjam/saml with fixes for some issues until changes get merged into upstream
|
||||
replace github.com/crewjam/saml => github.com/grafana/saml v0.4.15-0.20240917091248-ae3bbdad8a56
|
||||
|
||||
|
||||
@@ -1623,32 +1623,32 @@ github.com/grafana/grafana-openapi-client-go v0.0.0-20231213163343-bd475d63fb79
|
||||
github.com/grafana/grafana-openapi-client-go v0.0.0-20231213163343-bd475d63fb79/go.mod h1:wc6Hbh3K2TgCUSfBC/BOzabItujtHMESZeFk5ZhdxhQ=
|
||||
github.com/grafana/grafana-plugin-sdk-go v0.278.0 h1:5/rIYparLi02pofdaag8wnjspMMVNCi8cZhC4cdC3Ho=
|
||||
github.com/grafana/grafana-plugin-sdk-go v0.278.0/go.mod h1:+8NXT/XUJ/89GV6FxGQ366NZ3nU+cAXDMd0OUESF9H4=
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250527064921-326081cdb7a1 h1:k7Gj+eevux9Z3u4t/oWiogCoFe5IpW13aCTGpKT862s=
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250527064921-326081cdb7a1/go.mod h1:T4eaJioKjG8GQJS6sf8xMrzWV1QZrcOjxrSf4hbBiXM=
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250527064921-326081cdb7a1 h1:aE74WuajAAxB3FwMlIDjpsGoGLRsk4OOMvEDBLd+fmk=
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250527064921-326081cdb7a1/go.mod h1:u5uyB/n3LAUJzQyvacslofKbqpmaJlbNhf5D5DuqqfQ=
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250616215703-eb4de388c3cf h1:4dylGFxAO/B2up1n5x4smAVdfTYkStSExS3WaLD5jXY=
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250616215703-eb4de388c3cf/go.mod h1:XcJIUxPfKAhDb9mx9jHeV9U2xVA2WgE93ukd4Bx8U/M=
|
||||
github.com/grafana/grafana/apps/folder v0.0.0-20250527064921-326081cdb7a1 h1:SkVUcSlXIUi46gSGfe5/Xqn2p51c/unmkZRDX+274Os=
|
||||
github.com/grafana/grafana/apps/folder v0.0.0-20250527064921-326081cdb7a1/go.mod h1:z9u5VFG9q1CcIt62c9RIP8dEWHX81NdiPCjtpKKeuFU=
|
||||
github.com/grafana/grafana/apps/iam v0.0.0-20250620082852-de59956db4df h1:t0y8BiEJ7dBq2/eYQI66kYyOGYdPCxNPNftrRwL6kIo=
|
||||
github.com/grafana/grafana/apps/iam v0.0.0-20250620082852-de59956db4df/go.mod h1:6j/luBu5kqJysChmy9bnlCDYvukIAxqaoUEVI+HaCuA=
|
||||
github.com/grafana/grafana/apps/investigations v0.0.0-20250527064921-326081cdb7a1 h1:IN+KiBwtvJ3JCLdsPyAmGKJupWckH3h5iXpELd78rPo=
|
||||
github.com/grafana/grafana/apps/investigations v0.0.0-20250527064921-326081cdb7a1/go.mod h1:/uuCYrNS3VOTZ7gTD+cBHD9WBIYhqj7bK6EnX3TP1wg=
|
||||
github.com/grafana/grafana/apps/playlist v0.0.0-20250527064921-326081cdb7a1 h1:GNPPHXhUv++4qKdrUJg/Mfi/HJPGlc5u+/FjElYAcOM=
|
||||
github.com/grafana/grafana/apps/playlist v0.0.0-20250527064921-326081cdb7a1/go.mod h1:vs6jlF70+L9Uqy0KsjCtL/2+2GaNDYFcwot9IegHPYM=
|
||||
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250527064921-326081cdb7a1 h1:vuA+oUuoHMMY5I0cHoaxxvP4eGXF85FzYfcRHR3h7Kg=
|
||||
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250527064921-326081cdb7a1/go.mod h1:Jl4g/MgBMPJMOB6kwHwM2uzr4QL9UmXp04rTQOlea2I=
|
||||
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250527064921-326081cdb7a1 h1:BvtPNSVy2+MuZdQFBGDbWR6/+Lp7Ijl+bH8wNptLx9U=
|
||||
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250527064921-326081cdb7a1/go.mod h1:p1Q8MY8UW4+BxfL5TpjhFurNSO6tllA19WztfV9qC8Y=
|
||||
github.com/grafana/grafana/pkg/apis/secret v0.0.0-20250527064921-326081cdb7a1 h1:gD091aZUUq8Ib1lok1cw1r2gNWo4+QTO9Nr0yN49SnY=
|
||||
github.com/grafana/grafana/pkg/apis/secret v0.0.0-20250527064921-326081cdb7a1/go.mod h1:Fq5yeCrxqwbvhvHLXekhDVzpK5P2a0tgV2JfLUDOCM8=
|
||||
github.com/grafana/grafana/pkg/apiserver v0.0.0-20250527064921-326081cdb7a1 h1:KYmCdYLJ2sBJtvwApasjp6XSONrZJrJPOYpqn1uSivA=
|
||||
github.com/grafana/grafana/pkg/apiserver v0.0.0-20250527064921-326081cdb7a1/go.mod h1:sDbqUtVpLKw6/zVawXnauo/eqgBL0IvvLONMa2brWg0=
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250627191313-2f1a6ae1712b h1:8o0CqX6gMyf0dertWTVs0dsRwEI9ajlWsUDFKLkiug8=
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:q+h3HbmqU/PposW6lq8cMle1v8vuyX1LCMrGzbabHxc=
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250627191313-2f1a6ae1712b h1:jr+C3epmjhd5Yyob4P1Z/dPaW4LRTkU5UJLXsI4eaeM=
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:WpI7TCck4P2wKTO2WJLBRcfOWvUGvTdxYu3QqS3z7jM=
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250627191313-2f1a6ae1712b h1:FJHoqhrVR/PMS9xv7yYGVi73iTB1VXyV/oIXCUssvMQ=
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:eR8wca74ADgxBrvX0uNpdB1qnPaGx/KhCm4Xj8oqHfQ=
|
||||
github.com/grafana/grafana/apps/folder v0.0.0-20250627191313-2f1a6ae1712b h1:31MwoIKKT9Ay0ZjbT4lkfcPijiWogUWzXs2EjrCgodI=
|
||||
github.com/grafana/grafana/apps/folder v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:dLtYBp1pza5HYalezNvzlP8JDeKrZ5BKTonDgEOE0NY=
|
||||
github.com/grafana/grafana/apps/iam v0.0.0-20250627191313-2f1a6ae1712b h1:NV8v9xdM/pzjjy+1cLqUseia3bYcvQGh88vZdMW/jA0=
|
||||
github.com/grafana/grafana/apps/iam v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:tDBCTbGRvjHTFgMc06hRRmceGSmoub7cReUMbHHS56Q=
|
||||
github.com/grafana/grafana/apps/investigations v0.0.0-20250627191313-2f1a6ae1712b h1:5kTINZGOt6RpiSAfzZEksvpBfOKphylZ7u3Tnm0OaKo=
|
||||
github.com/grafana/grafana/apps/investigations v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:8RlQ4U9lccPEBD/QxV4zyIMh9+lzjS/7xGpiqn3cHLY=
|
||||
github.com/grafana/grafana/apps/playlist v0.0.0-20250627191313-2f1a6ae1712b h1:elfpvk06igCjE0yL+/urc69UDOt1B/sPfdNg9X9kUMc=
|
||||
github.com/grafana/grafana/apps/playlist v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:fPtx6dwGm0PweQRVbgtthMapJMvXobBcORbndb7Dgd4=
|
||||
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250627191313-2f1a6ae1712b h1:ei01IFqmnXkOrrVvsT3CYe+i5xYra3SCX7Wsu3PMsDU=
|
||||
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:+H4Va9jDJlGQJjAN+OFD/hLx2I/yEzDRMQLaKecvgAc=
|
||||
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250627191313-2f1a6ae1712b h1:e0dG1tPpuv4NHCAPP235Gip/MBQB8fQ2XW2bwHqoWh4=
|
||||
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:u0+k7KLCvGi6zHWsc2B7r+tmGcYjN/qR+gn51pl104E=
|
||||
github.com/grafana/grafana/pkg/apis/secret v0.0.0-20250627191313-2f1a6ae1712b h1:rkQO7exsDLdr4KGA7kgEnkQnbJGePbDIP1SUQptLRs8=
|
||||
github.com/grafana/grafana/pkg/apis/secret v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:9YjiHZzii2DZfocRDJbqSeC8M3GWenU5yexeHHxsZ4Y=
|
||||
github.com/grafana/grafana/pkg/apiserver v0.0.0-20250627191313-2f1a6ae1712b h1:QyJLJn3xwFTIXu9KPZujsrIUN0X8DdiR9b2h75L0AfI=
|
||||
github.com/grafana/grafana/pkg/apiserver v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:6OKkPWDB8PetDXqMVMOWL35iTCEUdpATwwpuew0k8+o=
|
||||
github.com/grafana/grafana/pkg/promlib v0.0.8 h1:VUWsqttdf0wMI4j9OX9oNrykguQpZcruudDAFpJJVw0=
|
||||
github.com/grafana/grafana/pkg/promlib v0.0.8/go.mod h1:U1ezG/MGaEPoThqsr3lymMPN5yIPdVTJnDZ+wcXT+ao=
|
||||
github.com/grafana/grafana/pkg/semconv v0.0.0-20250527064921-326081cdb7a1 h1:H37QjQ9bMNzR8R6OCmc6b8WCDfas27oQ0Vmkur2ar/M=
|
||||
github.com/grafana/grafana/pkg/semconv v0.0.0-20250527064921-326081cdb7a1/go.mod h1:96h4xqAlVxlz+d7ZvocyxED/HojMyed0dD7z7tN76Yk=
|
||||
github.com/grafana/grafana/pkg/semconv v0.0.0-20250627191313-2f1a6ae1712b h1:m78RNSvTseSpvwQYe5HcdsiADSw4vj6+QUppuCL63gw=
|
||||
github.com/grafana/grafana/pkg/semconv v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:mu3yl0GxB0eQZV1q7Kka0pkF3Th9x7W04WrjR9wqBlc=
|
||||
github.com/grafana/jsonparser v0.0.0-20240425183733-ea80629e1a32 h1:NznuPwItog+rwdVg8hAuGKP29ndRSzJAwhxKldkP8oQ=
|
||||
github.com/grafana/jsonparser v0.0.0-20240425183733-ea80629e1a32/go.mod h1:796sq+UcONnSlzA3RtlBZ+b/hrerkZXiEmO8oMjyRwY=
|
||||
github.com/grafana/loki/pkg/push v0.0.0-20231124142027-e52380921608 h1:ZYk42718kSXOiIKdjZKljWLgBpzL5z1yutKABksQCMg=
|
||||
|
||||
+12
@@ -1337,19 +1337,31 @@ github.com/grafana/grafana-plugin-sdk-go v0.269.1/go.mod h1:yv2KbO4mlr9WuDK2f+2g
|
||||
github.com/grafana/grafana-plugin-sdk-go v0.275.0/go.mod h1:mO9LJqdXDh5JpO/xIdPAeg5LdThgQ06Y/SLpXDWKw2c=
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250123151950-b066a6313173/go.mod h1:goSDiy3jtC2cp8wjpPZdUHRENcoSUHae1/Px/MDfddA=
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250220154326-6e5de80ef295/go.mod h1:9I1dKV3Dqr0NPR9Af0WJGxOytp5/6W3JLiNChOz8r+c=
|
||||
github.com/grafana/grafana/apps/advisor v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:q+h3HbmqU/PposW6lq8cMle1v8vuyX1LCMrGzbabHxc=
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250121113133-e747350fee2d/go.mod h1:AvleS6icyPmcBjihtx5jYEvdzLmHGBp66NuE0AMR57A=
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250416173722-ec17e0e4ce03/go.mod h1:oemrhKvFxxc5m32xKHPxInEHAObH0/hPPyHUiBUZ1Cc=
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250506052906-7a2fc797fb4a/go.mod h1:VkX53kBiqIMHBoGgeEDJnzm5Nwcmv/726tuZuT5SvJY=
|
||||
github.com/grafana/grafana/apps/alerting/notifications v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:WpI7TCck4P2wKTO2WJLBRcfOWvUGvTdxYu3QqS3z7jM=
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250616135341-59c2f154336b/go.mod h1:OIlvNnUufYDhBXa4xK4CyzPI2C69ZJkHy5+aFDyPtXw=
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250616145019-8d27f12428cb/go.mod h1:OIlvNnUufYDhBXa4xK4CyzPI2C69ZJkHy5+aFDyPtXw=
|
||||
github.com/grafana/grafana/apps/dashboard v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:eR8wca74ADgxBrvX0uNpdB1qnPaGx/KhCm4Xj8oqHfQ=
|
||||
github.com/grafana/grafana/apps/folder v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:dLtYBp1pza5HYalezNvzlP8JDeKrZ5BKTonDgEOE0NY=
|
||||
github.com/grafana/grafana/apps/iam v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:tDBCTbGRvjHTFgMc06hRRmceGSmoub7cReUMbHHS56Q=
|
||||
github.com/grafana/grafana/apps/investigation v0.0.0-20250121113133-e747350fee2d/go.mod h1:HQprw3MmiYj5OUV9CZnkwA1FKDZBmYACuAB3oDvUOmI=
|
||||
github.com/grafana/grafana/apps/investigations v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:8RlQ4U9lccPEBD/QxV4zyIMh9+lzjS/7xGpiqn3cHLY=
|
||||
github.com/grafana/grafana/apps/playlist v0.0.0-20250121113133-e747350fee2d/go.mod h1:DjJe5osrW/BKrzN9hAAOSElNWutj1bcriExa7iDP7kA=
|
||||
github.com/grafana/grafana/apps/playlist v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:fPtx6dwGm0PweQRVbgtthMapJMvXobBcORbndb7Dgd4=
|
||||
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250121113133-e747350fee2d/go.mod h1:1sq0guad+G4SUTlBgx7SXfhnzy7D86K/LcVOtiQCiMA=
|
||||
github.com/grafana/grafana/pkg/aggregator v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:+H4Va9jDJlGQJjAN+OFD/hLx2I/yEzDRMQLaKecvgAc=
|
||||
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:u0+k7KLCvGi6zHWsc2B7r+tmGcYjN/qR+gn51pl104E=
|
||||
github.com/grafana/grafana/pkg/apis/secret v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:9YjiHZzii2DZfocRDJbqSeC8M3GWenU5yexeHHxsZ4Y=
|
||||
github.com/grafana/grafana/pkg/apiserver v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:6OKkPWDB8PetDXqMVMOWL35iTCEUdpATwwpuew0k8+o=
|
||||
github.com/grafana/grafana/pkg/build v0.0.0-20250220114259-be81314e2118/go.mod h1:STVpVboMYeBAfyn6Zw6XHhTHqUxzMy7pzRiVgk1l0W0=
|
||||
github.com/grafana/grafana/pkg/build v0.0.0-20250227105625-8f465f124924/go.mod h1:Vw0LdoMma64VgIMVpRY3i0D156jddgUGjTQBOcyeF3k=
|
||||
github.com/grafana/grafana/pkg/build v0.0.0-20250227163402-d78c646f93bb/go.mod h1:Vw0LdoMma64VgIMVpRY3i0D156jddgUGjTQBOcyeF3k=
|
||||
github.com/grafana/grafana/pkg/build v0.0.0-20250403075254-4918d8720c61/go.mod h1:LGVnSwdrS0ZnJ2WXEl5acgDoYPm74EUSFavca1NKHI8=
|
||||
github.com/grafana/grafana/pkg/semconv v0.0.0-20250121113133-e747350fee2d/go.mod h1:tfLnBpPYgwrBMRz4EXqPCZJyCjEG4Ev37FSlXnocJ2c=
|
||||
github.com/grafana/grafana/pkg/semconv v0.0.0-20250627191313-2f1a6ae1712b/go.mod h1:mu3yl0GxB0eQZV1q7Kka0pkF3Th9x7W04WrjR9wqBlc=
|
||||
github.com/grafana/grafana/pkg/storage/unified/apistore v0.0.0-20250121113133-e747350fee2d/go.mod h1:CXpwZ3Mkw6xVlGKc0SqUxqXCP3Uv182q6qAQnLaLxRg=
|
||||
github.com/grafana/grafana/pkg/storage/unified/apistore v0.0.0-20250514132646-acbc7b54ed9e/go.mod h1:xrKQcxQxz+IUF90ybtfENFeEXtlj9nAsX/3Fw0KEIeQ=
|
||||
github.com/grafana/nanogit v0.0.0-20250616082354-5e94194d02ed h1:59JF1WhHLT+lNX89Tm1OzOEySMVMASAhaPbsRjtp8Kc=
|
||||
|
||||
@@ -66,7 +66,7 @@ topnav,2022-06-20T14:25:43Z,2024-10-17T09:18:30Z,3c3293df78344a782fb65e5f977fd14
|
||||
customBranding,2022-06-22T15:05:52Z,2022-10-05T12:07:35Z,405df77e3e6abcf5264ba192abe33630bd64da20,Tania
|
||||
useLegacyHeatmapPanel,2022-06-23T18:48:28Z,2022-11-23T18:46:21Z,dd5a3b77472884035de13ddd441f41d0dd007e4b,Ryan McKinley
|
||||
scenes,2022-07-07T06:53:02Z,2024-06-27T07:03:46Z,935334cbdabef8b0516bfe6c8ed45dd063cce7e9,Torkel Ödegaard
|
||||
disableSecretsCompatibility,2022-07-12T20:27:37Z,,2d8a91a8461098f83aa512c867aff5af17b7893e,Guilherme Caulada
|
||||
disableSecretsCompatibility,2022-07-12T20:27:37Z,2025-04-23T16:21:13Z,2d8a91a8461098f83aa512c867aff5af17b7893e,Guilherme Caulada
|
||||
dashboardsFromStorage,2022-07-14T22:36:17Z,2023-03-20T16:36:49Z,da1701ce576ab26506d6256567b73a597043623a,Ryan McKinley
|
||||
exploreMixedDatasource,2022-07-27T14:40:59Z,2022-07-27T15:17:31Z,e2258120e742b31ecde50e8de93544220a0762a3,Kristina
|
||||
prometheusStreamingJSONParserTest,2022-07-28T12:26:51Z,2022-11-07T18:20:00Z,d0e548c3e53ffdbc29f35e055d52aa63cca310db,Andrej Ocenas
|
||||
@@ -151,7 +151,7 @@ pluginsAPIManifestKey,2023-04-18T14:12:05Z,2023-06-16T09:20:30Z,98c695c68fb3f0d2
|
||||
newTraceViewHeader,2023-04-21T10:31:24Z,2023-07-19T13:31:58Z,6522bb377e1bc4b64fe0aebd7e34ec2111859e11,Joey
|
||||
enableDatagridEditing,2023-04-24T14:46:31Z,,efd0e9cbea4a6c4c51337f14004f2df2f876fdb1,Victor Marin
|
||||
faroDatasourceSelector,2023-05-05T00:35:10Z,,e7cbe0276e3a6f41c31dd8e1ac16ccaa90b184f3,Elliot Kirk
|
||||
extraThemes,2023-05-10T13:37:04Z,,f8cf67347f069310b8cc6a2d9ff83345a81e3247,Torkel Ödegaard
|
||||
extraThemes,2023-05-10T13:37:04Z,2025-05-20T08:18:08Z,f8cf67347f069310b8cc6a2d9ff83345a81e3247,Torkel Ödegaard
|
||||
dataSourcePageHeader,2023-05-23T13:18:00Z,2023-11-06T20:21:15Z,7f84e83ffee53446b4c458c29f7c1385dac09ce3,Taewoo K
|
||||
alertingNotificationsPoliciesMatchingInstances,2023-05-30T13:15:22Z,2023-11-09T17:35:03Z,2f0728ac677c26b291947354058253d2e8a50bb7,Konrad Lalik
|
||||
lokiPredefinedOperations,2023-06-02T10:52:36Z,,06003c98c855fcb7c1c718c3f0e5f190b644656a,Ivana Huckova
|
||||
@@ -168,7 +168,7 @@ pluginsDynamicAngularDetectionPatterns,2023-06-26T13:33:21Z,2024-04-15T08:37:28Z
|
||||
elasticToggleableFilters,2023-06-27T08:38:20Z,2023-07-28T12:49:02Z,c1ce24c90f75daa133e2cb59288ecc14195e5194,Matias Chomicki
|
||||
vizAndWidgetSplit,2023-06-27T10:22:13Z,2024-10-30T16:12:03Z,2785ed80d999b9ee1770e1209284d4fccd985401,Alexa V
|
||||
nestedFolderPicker,2023-06-28T09:40:29Z,2024-06-04T09:16:12Z,f18a7f7d9696a6e80606dc49d5ac0064384f111d,Josh Hunt
|
||||
frontendSandboxMonitorOnly,2023-07-05T11:48:25Z,,72f6793344fb3a63f5a8a86570b786b518264366,Esteban Beltran
|
||||
frontendSandboxMonitorOnly,2023-07-05T11:48:25Z,2025-04-15T10:52:14Z,72f6793344fb3a63f5a8a86570b786b518264366,Esteban Beltran
|
||||
prometheusIncrementalQueryInstrumentation,2023-07-05T19:39:49Z,2024-06-20T13:04:22Z,daf9f9cd199e0bbc110222a3f005dc05dab1681a,Galen Kistler
|
||||
dashboardEmbed,2023-07-06T14:43:20Z,2024-04-19T10:48:08Z,420b19e0e4bbdb97ae707cc1360bef7f79839d02,Alex Khomenko
|
||||
awsDatasourcesTempCredentials,2023-07-06T15:06:11Z,,d33508453f6f1f7aab262b54c36ef471ed3eab87,Ida Štambuk
|
||||
@@ -193,17 +193,17 @@ influxdbSqlSupport,2023-08-02T16:27:43Z,2024-04-18T14:29:27Z,77e7ae2a1b253276cea
|
||||
noBasicRole,2023-08-04T09:08:14Z,2023-10-12T11:00:26Z,64ed77ddce79009ce05f43801cc578c135f05b6b,linoman
|
||||
alertingNoDataErrorExecution,2023-08-15T14:27:15Z,2025-03-14T18:51:58Z,0717ec11d6042bbc5b4cb8d908a396ecec78cdd5,Yuri Tseretyan
|
||||
metricsSummary,2023-08-28T14:02:12Z,2025-03-24T09:17:32Z,59e4c257bba00968741ffc235e2dbe9d4c5b90ac,Joey
|
||||
angularDeprecationUI,2023-08-29T14:05:47Z,,bf4d025012af42ce023b1166e95626f86e819855,Giuseppe Guerra
|
||||
angularDeprecationUI,2023-08-29T14:05:47Z,2025-06-27T11:02:00Z,bf4d025012af42ce023b1166e95626f86e819855,Giuseppe Guerra
|
||||
dashgpt,2023-08-30T20:22:05Z,,2f4fbf89cac96b74c2375b9ec9710a2c890dcf8f,Nathan Marrs
|
||||
reportingRetries,2023-08-31T07:47:47Z,,f919c55bbb417f3b1023d72bbfce6617acfd1ab9,Agnès Toulet
|
||||
newBrowseDashboards,2023-09-07T10:41:00Z,2023-11-22T15:22:00Z,ebe13a53f729c265c1f161be4e6f2c29ba074127,Ashley Harrison
|
||||
sseGroupByDatasource,2023-09-07T20:02:07Z,,5cc737bb24f80514d35b1f02c7113e106a277dc6,Kyle Brandt
|
||||
requestInstrumentationStatusSource,2023-09-11T10:13:13Z,2024-02-06T08:29:41Z,8ee43f37051e6b6a016e1c38c3d585cc0df47419,Marcus Efraimsson
|
||||
wargamesTesting,2023-09-13T18:32:01Z,,2d8f5c1488142288d73a4db892e2108b7c7db03b,Carl Bergquist
|
||||
alertingInsights,2023-09-14T12:58:04Z,,5d88b8a4f58abeafc11553865f99df69b760fcd3,Virginia Cepeda
|
||||
wargamesTesting,2023-09-13T18:32:01Z,2025-05-09T23:02:16Z,2d8f5c1488142288d73a4db892e2108b7c7db03b,Carl Bergquist
|
||||
alertingInsights,2023-09-14T12:58:04Z,2025-05-05T08:55:06Z,5d88b8a4f58abeafc11553865f99df69b760fcd3,Virginia Cepeda
|
||||
dockedMegaMenu,2023-09-18T10:57:11Z,2024-02-06T13:43:11Z,0ceeb18269765b40eb5cf7bf2536894152d5e5e8,Laura Fernández
|
||||
lokiRunQueriesInParallel,2023-09-19T09:34:01Z,,98aa7db64ab4c4d0f3699a9bcbde9894429daa62,Travis Patterson
|
||||
pluginsAPIMetrics,2023-09-21T11:36:32Z,,8e8bd2760b8c05df9015900ebdf865c1629881de,Esteban Beltran
|
||||
pluginsAPIMetrics,2023-09-21T11:36:32Z,2025-04-14T12:15:06Z,8e8bd2760b8c05df9015900ebdf865c1629881de,Esteban Beltran
|
||||
externalCorePlugins,2023-09-22T08:50:13Z,,61cdfba87a36bd4b8e1bb227a14c5d88fc943aff,Andres Martinez Gotor
|
||||
httpSLOLevels,2023-09-22T08:52:28Z,2024-02-06T08:29:41Z,e5fbc4a4cd587e4b342afd0ab0136754cf8ebf76,Carl Bergquist
|
||||
idForwarding,2023-09-25T15:21:28Z,2024-08-21T13:30:17Z,d15661c726b582212e1329f0ebe938664445e44a,Karl Persson
|
||||
@@ -217,7 +217,8 @@ kubernetesPlaylists,2023-10-05T19:00:36Z,2024-08-13T08:03:28Z,664ebf771e2a1d2f94
|
||||
grafanaAPIServerWithExperimentalAPIs,2023-10-06T18:55:22Z,,717a9dd6160e352ff7c184bfcddf2410eed9d908,Ryan McKinley
|
||||
panelMonitoring,2023-10-09T05:19:08Z,,ef82767dabea7d19cd8efac0c36ed590d4d767f4,Victor Marin
|
||||
navAdminSubsections,2023-10-10T10:50:44Z,2023-11-17T10:04:34Z,f56cc6fdc01dbf2efb802f22650cb2bef0c40179,Ashley Harrison
|
||||
recoveryThreshold,2023-10-10T14:51:50Z,,810fbc3327841da6d21f945e75cad9daf040e625,Yuri Tseretyan
|
||||
recoveryThreshold,2023-10-10T14:51:50Z,2025-04-24T15:58:17Z,810fbc3327841da6d21f945e75cad9daf040e625,Yuri Tseretyan
|
||||
libraryPanelRBAC,2023-10-11T23:30:50Z,2025-06-27T08:09:02Z,a12cb8cbf3a9b33841b2f2cb1522be11de78c86a,kay delaney
|
||||
awsDatasourcesNewFormStyling,2023-10-12T08:59:10Z,2024-07-22T12:48:17Z,2771fb940342aa152377b26b9554eb15082f90ac,Ida Štambuk
|
||||
cachingOptimizeSerializationMemoryUsage,2023-10-12T16:56:49Z,,94ce87571ddfcede0fb7a229a65502b385d5bca3,Michael Mandrus
|
||||
panelTitleSearchInV1,2023-10-13T12:04:24Z,2025-01-21T09:59:32Z,bf2f2540da7a4e4b8d80e1fa4ae3d05868cf7b69,Arati R
|
||||
@@ -230,7 +231,7 @@ managedPluginsInstall,2023-10-18T13:17:03Z,2025-02-17T15:07:41Z,43add83d1a84fe09
|
||||
prometheusPromQAIL,2023-10-19T15:45:32Z,2025-02-21T10:33:12Z,5580d061019bee46ea2e69c94041f3da14585ceb,Brendan O'Handley
|
||||
cloudWatchBatchQueries,2023-10-20T19:09:41Z,,ecbc52f51529e1f35e26895db1a10f8a1c2f4244,Isabella Siu
|
||||
alertingContactPointsV2,2023-10-25T13:57:53Z,2023-11-30T12:37:14Z,e12e40fc2493160338237b0b94e72fa530a78ef4,Gilles De Mey
|
||||
alertmanagerRemoteOnly,2023-10-30T16:27:08Z,,363830883cb1f5de30f7015df5cba419df47468e,Santiago
|
||||
alertmanagerRemoteOnly,2023-10-30T16:27:08Z,2025-05-12T12:25:43Z,363830883cb1f5de30f7015df5cba419df47468e,Santiago
|
||||
alertmanagerRemotePrimary,2023-10-30T16:27:08Z,,363830883cb1f5de30f7015df5cba419df47468e,Santiago
|
||||
alertmanagerRemoteSecondary,2023-10-30T16:27:08Z,,363830883cb1f5de30f7015df5cba419df47468e,Santiago
|
||||
annotationPermissionUpdate,2023-10-31T13:30:13Z,,c51c51458e4dd103aa0c099aa48b0d41f9375f86,Ieva
|
||||
@@ -246,7 +247,7 @@ ssoSettingsApi,2023-11-08T09:50:01Z,,5285e9503be5702680acb2b52a6bda0632f4603d,Mi
|
||||
logsInfiniteScrolling,2023-11-09T10:54:03Z,,174c2ab45a2af912519153c5c3e671f04396d7d7,Matias Chomicki
|
||||
flameGraphItemCollapsing,2023-11-09T14:31:07Z,2024-07-15T12:45:41Z,494a07b522df4e3ff9512b47767745a94c15f080,Andrej Ocenas
|
||||
alertingDetailsViewV2,2023-11-09T17:35:03Z,2024-03-14T14:18:01Z,323ee7c38ceb18b8e71c780d797fabac7041a673,Gilles De Mey
|
||||
alertingSimplifiedRouting,2023-11-10T13:14:39Z,,68e37c3925080cf64a5e7570eabb042f19ca2dbf,Sonia Aguilar
|
||||
alertingSimplifiedRouting,2023-11-10T13:14:39Z,2025-05-09T13:30:56Z,68e37c3925080cf64a5e7570eabb042f19ca2dbf,Sonia Aguilar
|
||||
dashboardScene,2023-11-13T08:51:21Z,,4bc322ca1d6ed63d7e79eecb1ed09f3043f9aedb,Torkel Ödegaard
|
||||
datatrails,2023-11-15T11:28:29Z,2024-04-09T18:15:18Z,1f1d348e1700735683dc9b80fce106b8a5bc4cee,Torkel Ödegaard
|
||||
pluginsSkipHostEnvVars,2023-11-15T17:09:14Z,,cb0a88a02770eaee2561fd434d8339cab268f02e,Giuseppe Guerra
|
||||
@@ -267,7 +268,7 @@ alertingPreviewUpgrade,2024-01-05T18:31:05Z,2024-03-14T14:36:35Z,49891d6a72537c8
|
||||
enablePluginsTracingByDefault,2024-01-10T11:25:54Z,2024-04-11T16:40:47Z,b40d3e748717961ef68457442d71c1284189c577,Giuseppe Guerra
|
||||
cloudRBACRoles,2024-01-10T13:19:01Z,,5b3cd9f55b292f0b693f3bb5171da7b69dac4a95,Karl Persson
|
||||
alertingQueryOptimization,2024-01-10T20:52:58Z,,afa33f12b2cf50d2c7e438f498d27b0684797778,Matthew Jacobson
|
||||
newFolderPicker,2024-01-15T11:43:19Z,,ec53487c995777b314f566f5a1054e3f8e29ec05,Ashley Harrison
|
||||
newFolderPicker,2024-01-15T11:43:19Z,2025-06-10T14:01:48Z,ec53487c995777b314f566f5a1054e3f8e29ec05,Ashley Harrison
|
||||
kubernetesFeatureToggles,2024-01-18T05:32:44Z,,41e523bde7db5706f339d418c68d019039a8062e,Ryan McKinley
|
||||
returnToPrevious,2024-01-18T17:12:14Z,2024-05-27T15:47:57Z,5800e40fba2accf96d81328f000e35bbb7c7acf1,Laura Fernández
|
||||
jitterAlertRules,2024-01-18T18:48:11Z,2024-02-09T21:53:58Z,00a260effab802edc8f72df50bfb6447aac343f0,Alexander Weaver
|
||||
@@ -311,7 +312,7 @@ disableNumericMetricsSortingInExpressions,2024-04-16T14:52:47Z,,d3fee607e2818747
|
||||
queryService,2024-04-19T09:26:21Z,,5a8384a2455bbd3c0ba5ec67e5f5e3cc4a836904,Ryan McKinley
|
||||
queryServiceFromUI,2024-04-19T09:26:21Z,,5a8384a2455bbd3c0ba5ec67e5f5e3cc4a836904,Ryan McKinley
|
||||
queryServiceRewrite,2024-04-19T09:26:21Z,,5a8384a2455bbd3c0ba5ec67e5f5e3cc4a836904,Ryan McKinley
|
||||
grafanaManagedRecordingRules,2024-04-22T17:53:16Z,,c32953e52cf9fd46a462711bc23fde15a5c3b6bf,Alexander Weaver
|
||||
grafanaManagedRecordingRules,2024-04-22T17:53:16Z,2025-05-19T10:15:49Z,c32953e52cf9fd46a462711bc23fde15a5c3b6bf,Alexander Weaver
|
||||
logsExploreTableDefaultVisualization,2024-05-02T15:28:15Z,,840aeddbd1957117d9b62074c155e87bb4afd4b4,Galen Kistler
|
||||
autofixDSUID,2024-05-03T11:32:07Z,2024-06-20T10:56:39Z,b6f899d953a0924760dc5fd5a3d40669c86d475d,Andres Martinez Gotor
|
||||
newDashboardSharingComponent,2024-05-03T15:02:18Z,,d1434fad3a68bc1d2b49725be31e45526e6ad349,Juan Cabanas
|
||||
@@ -336,9 +337,9 @@ ssoSettingsLDAP,2024-06-18T11:31:27Z,,d074cc7892b96a1333bd07011baff146ea71e21d,M
|
||||
databaseReadReplica,2024-06-18T15:07:15Z,2024-09-25T23:21:39Z,50244ed4a1435cbf3e3c87d4af34fd7937f7c259,Kristin Laemmert
|
||||
disableClassicHTTPHistogram,2024-06-18T19:37:44Z,,3bbc821131f1b10ace139dbb4a6880fb77686646,Dave Henderson
|
||||
zanzana,2024-06-19T13:59:47Z,,3fe29809bec39239c45d672d686392725773f2e1,Karl Persson
|
||||
failWrongDSUID,2024-06-20T10:56:39Z,,44fd13c742e606b8409e23eb62cab8bab24310f1,Andres Martinez Gotor
|
||||
failWrongDSUID,2024-06-20T10:56:39Z,2025-06-27T13:43:58Z,44fd13c742e606b8409e23eb62cab8bab24310f1,Andres Martinez Gotor
|
||||
passScopeToDashboardApi,2024-06-20T15:49:19Z,2024-10-25T12:56:54Z,543e71eb2862187d12e8ee7742badb06e4c913e8,Bogdan Matei
|
||||
alertingApiServer,2024-06-20T20:52:03Z,,b07592620279f16b0353444e7aba3c457c50d7ec,Yuri Tseretyan
|
||||
alertingApiServer,2024-06-20T20:52:03Z,2025-04-18T19:57:39Z,b07592620279f16b0353444e7aba3c457c50d7ec,Yuri Tseretyan
|
||||
dashboardRestoreUI,2024-06-25T14:43:13Z,2024-10-11T08:29:58Z,a3879e02bb3b7e8e917ba1bb4163bb230f917f2c,Laura Fernández
|
||||
cloudWatchRoundUpEndTime,2024-06-27T15:10:28Z,,ba5b33227c343cb2c7dad15ff85a745869c68da9,Ida Štambuk
|
||||
bodyScrolling,2024-07-01T10:28:39Z,2024-09-24T12:23:18Z,c0058f9c7e390d8a196f5b375382334287633ea9,Ashley Harrison
|
||||
@@ -348,7 +349,7 @@ adhocFilterOneOf,2024-08-12T08:56:42Z,2024-09-05T12:49:24Z,ab3e8652aa865e43a3f2c
|
||||
prometheusRunQueriesInParallel,2024-08-12T12:31:39Z,2025-04-11T22:11:19Z,c9ddc688a2b2c4ebb49e8ecf71dc01e33704da32,Vijay Samuel
|
||||
backgroundPluginInstaller,2024-08-12T14:39:31Z,2024-09-23T13:49:18Z,d342e76f636e3a5751c5e7baccd1c8910b50d863,Andres Martinez Gotor
|
||||
pluginsDetailsRightPanel,2024-08-13T09:55:30Z,,8044cb50f17a021a32e7ac0b83cf8d723457a9ae,Yulia Shanyrova
|
||||
lokiSendDashboardPanelNames,2024-08-22T19:30:43Z,,ec857e1de99d228668e3fb2c0bfd30230a96e180,Sven Grossmann
|
||||
lokiSendDashboardPanelNames,2024-08-22T19:30:43Z,2025-06-20T08:06:15Z,ec857e1de99d228668e3fb2c0bfd30230a96e180,Sven Grossmann
|
||||
mysqlParseTime,2024-08-27T11:16:04Z,2024-12-10T21:13:13Z,c59dddf7afb227f756259a50fc1d2b1946a4a72f,Ryan McKinley
|
||||
singleTopNav,2024-08-29T08:48:32Z,2024-12-17T13:32:38Z,8aaa155cb0215119d2455732a9e37f7c2aeff35c,Laura Fernández
|
||||
exploreLogsAggregatedMetrics,2024-08-29T13:55:59Z,,15a4ff992bd925f5714bc4e73fa9766a995b5711,Sven Grossmann
|
||||
@@ -364,7 +365,7 @@ alertingFilterV2,2024-09-11T11:29:26Z,,90ee52e8d9c14237f8a57b622c0def7512e657cd,
|
||||
improvedExternalSessionHandling,2024-09-17T10:54:39Z,,41cd0f51800d4849345fc0980ca4173967fc8e9e,Misi
|
||||
datasourceAPIServers,2024-09-19T08:28:27Z,,f21a5987a22bcdb596d6a258d2960e4151348b63,Ryan McKinley
|
||||
useSessionStorageForRedirection,2024-09-23T09:31:23Z,,b369341868ec182f076e2e6003b371fdf071f690,Misi
|
||||
homeSetupGuide,2024-09-25T17:20:04Z,,c822feff9edd6da63da44d935f7cac4365871f01,Serena
|
||||
homeSetupGuide,2024-09-25T17:20:04Z,2025-05-22T11:06:50Z,c822feff9edd6da63da44d935f7cac4365871f01,Serena
|
||||
alertingQueryAndExpressionsStepMode,2024-09-26T06:33:14Z,,536edee7bff0e393054775b02a9362c8d49ed699,Sonia Aguilar
|
||||
rolePickerDrawer,2024-09-26T12:51:38Z,,e2816ee51a1497f1cced62584a026fc8121b59a0,linoman
|
||||
alertingPrometheusRulesPrimary,2024-09-27T12:27:16Z,,db42af20ca8875fbe3410ddd49e0effba6d8594a,Konrad Lalik
|
||||
@@ -377,7 +378,7 @@ kubernetesDashboardsAPI,2024-10-15T19:30:05Z,2024-12-10T18:35:36Z,644a16048f034f
|
||||
unifiedStorageBigObjectsSupport,2024-10-17T10:18:29Z,,3457f219be1c8bce99f713d7a907ee339ef38229,Ryan McKinley
|
||||
timeRangeProvider,2024-10-22T10:52:33Z,,3bf3290340a7842bb1d83647343234b2e9e83b18,Andrej Ocenas
|
||||
dashboardNewLayouts,2024-10-23T08:55:45Z,,b700de81224caacd327fafb6ce0dfda8b38d39c6,Torkel Ödegaard
|
||||
prometheusUsesCombobox,2024-10-23T11:18:33Z,,2cf6a6388ba36246ed425664783682a0be4f37f8,Josh Hunt
|
||||
prometheusUsesCombobox,2024-10-23T11:18:33Z,2025-04-22T16:54:10Z,2cf6a6388ba36246ed425664783682a0be4f37f8,Josh Hunt
|
||||
lokiShardSplitting,2024-10-23T11:21:03Z,,2573cbec083e8f5160888a455efd435b8d03549f,Matias Chomicki
|
||||
azureMonitorDisableLogLimit,2024-10-24T13:32:09Z,,2a65de8aaa98ddf5db9f69afe0cfb13a052b98de,Andreas Christou
|
||||
reloadDashboardsOnParamsChange,2024-10-25T12:56:54Z,,97c0ff2ae467452aa2ea1619b6e014bc005e09fa,Bogdan Matei
|
||||
@@ -394,7 +395,7 @@ logQLScope,2024-11-11T11:53:24Z,,c7b6822a5e9cba703e521536947682aaf801203e,Carl B
|
||||
userStorageAPI,2024-11-12T11:56:41Z,2025-03-27T12:40:00Z,c3494614e39638f6d78b79397cf6032cbcde4b9f,Andres Martinez Gotor
|
||||
crashDetection,2024-11-12T15:07:27Z,,3a6858cf2602207da6e351f7fa6beb1d18fd35ad,Piotr Jamróz
|
||||
passwordlessMagicLinkAuthentication,2024-11-14T13:50:55Z,,6abe99efd64b8867112d9d9c74971d96840ce32d,colin-stuart
|
||||
reportingUseRawTimeRange,2024-11-14T20:08:03Z,,ec1a722504b5c09ba01b96b95907a3bdd1c0b106,Juan Cabanas
|
||||
reportingUseRawTimeRange,2024-11-14T20:08:03Z,2025-05-28T22:44:48Z,ec1a722504b5c09ba01b96b95907a3bdd1c0b106,Juan Cabanas
|
||||
jaegerBackendMigration,2024-11-15T14:40:20Z,,cc1d76fc0aabf229605451d015e75ebd6bae2a0c,Gareth Dawson
|
||||
alertingUIOptimizeReducer,2024-11-18T10:59:00Z,,76444c7913851303d8fae61046d8c2b0d858080d,Sonia Aguilar
|
||||
onPremToCloudMigrationsAuthApiMig,2024-11-21T18:46:06Z,2025-01-24T16:53:58Z,e9fae5bd7fe1bd5194caeaf1d0180cbba09e08a0,lean.dev
|
||||
@@ -418,8 +419,8 @@ k8SFolderMove,2024-12-27T17:10:44Z,,df36e77cd31d2ad77e3d708748d040367a0c8c9c,Leo
|
||||
kubernetesRestore,2025-01-03T14:48:47Z,2025-03-20T21:38:32Z,5429512779bd5f25b88ff728ea91efdef7dfafa0,Stephanie Hingtgen
|
||||
improvedExternalSessionHandlingSAML,2025-01-09T17:02:49Z,,c52ec21c75ab72c2f7d28259bac0364edae560d0,Misi
|
||||
teamHttpHeadersMimir,2025-01-13T10:42:47Z,,04acbcdef23f673bd6bbfdbbece29c9769ce155a,Eric Leijonmarck
|
||||
ABTestFeatureToggleA,2025-01-13T21:13:13Z,,009d7f42b3d09b3a6be1f00f07314e2b25af7ebc,Nathan Marrs
|
||||
ABTestFeatureToggleB,2025-01-13T21:13:13Z,,009d7f42b3d09b3a6be1f00f07314e2b25af7ebc,Nathan Marrs
|
||||
ABTestFeatureToggleA,2025-01-13T21:13:13Z,2025-05-27T19:18:23Z,009d7f42b3d09b3a6be1f00f07314e2b25af7ebc,Nathan Marrs
|
||||
ABTestFeatureToggleB,2025-01-13T21:13:13Z,2025-05-27T19:18:23Z,009d7f42b3d09b3a6be1f00f07314e2b25af7ebc,Nathan Marrs
|
||||
kubernetesFoldersServiceV2,2025-01-13T21:15:35Z,2025-02-18T23:11:26Z,766d645d827f5e6e0872ae30e5fe23226ae85785,maicon
|
||||
queryLibraryDashboards,2025-01-14T11:01:15Z,2025-02-14T16:39:22Z,740cd22fe51a3543c182857f31fc97fd42263306,Ashley Harrison
|
||||
elasticsearchImprovedParsing,2025-01-15T17:05:54Z,,bab55a4cb84f2ba57838f96a492ab9aa7f307957,Adam Yeats
|
||||
@@ -444,7 +445,7 @@ managedDualWriter,2025-02-19T14:50:39Z,,5a40c84568485da55ccb42998c6d291d310abd56
|
||||
rendererDisableAppPluginsPreload,2025-02-24T14:43:06Z,,608d974585c696253ac629f3c7bfc3a0043cbd49,Agnès Toulet
|
||||
assetSriChecks,2025-03-04T10:56:35Z,,bbfeb8d220cc67c329aa2b5d6ed693ae1cb54325,Jack Westbrook
|
||||
alertRuleRestore,2025-03-05T14:15:26Z,,374380d1f6ab05e98bc00b0b0fdaa076d1d30ffa,Yuri Tseretyan
|
||||
grafanaManagedRecordingRulesDatasources,2025-03-07T13:30:40Z,,14ebec527ccf22c15321ac8394a4f9c3909dd4e1,Steve Simpson
|
||||
grafanaManagedRecordingRulesDatasources,2025-03-07T13:30:40Z,2025-06-02T08:56:05Z,14ebec527ccf22c15321ac8394a4f9c3909dd4e1,Steve Simpson
|
||||
inviteUserExperimental,2025-03-07T19:09:59Z,,5e21b9e2d1ebad0dcb5fce5fa1bc48b74cea4b45,Juan Cabanas
|
||||
extraLanguages,2025-03-11T10:07:16Z,2025-03-27T12:58:52Z,210c886bb7b913e4ca0b77ff142a72185a82a385,Josh Hunt
|
||||
infinityRunQueriesInParallel,2025-03-14T12:54:04Z,,d72b6649810ffacebe73ef67c6b5bd6e46dfab47,ismail simsek
|
||||
@@ -458,7 +459,7 @@ alertingRuleRecoverDeleted,2025-03-27T14:39:26Z,,f9471ac10b65e08343b08d82e1209f1
|
||||
localizationForPlugins,2025-03-31T04:38:38Z,,18ae5d7f0c599bf417dc68a67fa6852b6cf54600,Hugo Häggmark
|
||||
localeFormatPreference,2025-03-31T13:59:07Z,,4ad0492d3dc8ee81b388384e3e6c329746f46df7,Laura Fernández
|
||||
useScopesNavigationEndpoint,2025-03-31T15:20:00Z,,c321afdeb710db302558ac63a8f0569c4706d003,Tobias Skarhed
|
||||
xrayApplicationSignals,2025-04-01T14:42:02Z,,1aea65f6d5aae0ea9d54a6d943b27e1004f4ef85,Isabella Siu
|
||||
xrayApplicationSignals,2025-04-01T14:42:02Z,2025-06-13T18:26:14Z,1aea65f6d5aae0ea9d54a6d943b27e1004f4ef85,Isabella Siu
|
||||
queryServiceFromExplore,2025-04-02T10:00:33Z,,135fbf6258d85382a3c80b696b4e410fd6efe809,Gábor Farkas
|
||||
azureMonitorLogsBuilderEditor,2025-04-02T14:15:25Z,,3b73ebb21096f69f4dcb287896e2cbfec65e48d7,Alyssa (Bull) Joyner
|
||||
multiTenantTempCredentials,2025-04-02T20:25:50Z,,6a699b69bace2aecfe3631a5e050cda69180b97f,Isabella Siu
|
||||
@@ -471,3 +472,23 @@ dashboardDisableSchemaValidationV1,2025-04-11T16:52:46Z,,95f04c79cd5176a722d528e
|
||||
dashboardDisableSchemaValidationV2,2025-04-11T16:52:46Z,,95f04c79cd5176a722d528ee942107084343469e,Marco de Abreu
|
||||
dashboardSchemaValidationLogging,2025-04-11T16:52:46Z,,95f04c79cd5176a722d528ee942107084343469e,Marco de Abreu
|
||||
scopeSearchAllLevels,2025-04-14T07:42:16Z,,ed65c99e543ab1cecbc608fd29eeaf564dccca44,Carl Bergquist
|
||||
pluginsAutoUpdate,2025-04-16T11:44:39Z,,c947732e0de99395a6ee4e0161e27c3e884168ac,Hugo Kiyodi Oshiro
|
||||
alertingListViewV2PreviewToggle,2025-04-22T08:50:34Z,,512df0091a1df6c7d19243e288ec458250b49813,Konrad Lalik
|
||||
alertRuleUseFiredAtForStartsAt,2025-04-22T11:16:38Z,,3a054d5e00abc212a741fc1aad8cf266a188de1f,Fayzal Ghantiwala
|
||||
alertingBulkActionsInUI,2025-04-24T14:49:59Z,,674fdd1d323ef041dbed93b44ae58afaaf1a8b64,Sonia Aguilar
|
||||
multiTenantFrontend,2025-04-25T09:24:25Z,,7b492d7e1610da99460cb121ec542c5b755fe6d1,Ryan McKinley
|
||||
extensionsReadOnlyProxy,2025-05-06T04:55:23Z,,bcb2a7e36f7ae5190ab45669f4a0d04660313842,Levente Balogh
|
||||
kubernetesAggregatorCapTokenAuth,2025-05-15T18:14:23Z,,aa2cf8e398ee05353cc488ca22e3c8ee65dd5c53,Charandas
|
||||
alertingImportYAMLUI,2025-05-21T15:59:41Z,,fc5472615fc8b823f1c18c4eae2b6ce3ddcc76f9,Sonia Aguilar
|
||||
teamHttpHeadersTempo,2025-05-22T19:13:31Z,,249e2f3d34f5175e62a17629646994d3116e64f6,Cory Forseth
|
||||
restoreDashboards,2025-05-23T14:35:54Z,,0cb6f9584bf77a7dbdfcc6ce1032db2b4bdc15e2,Alex Khomenko
|
||||
postgresDSUsePGX,2025-05-26T06:54:18Z,2025-06-03T12:45:07Z,1e383b0c1e98734ad4bf974f0435512d10c33246,Zoltán Bedi
|
||||
skipTokenRotationIfRecent,2025-06-03T06:59:40Z,,86f2bf294044129e802ddeab6f4ac8e9f79dee9e,xavi
|
||||
alertEnrichment,2025-06-06T12:16:07Z,,f81031f945b55b644a3ad6a6bcf99d445beb4ad4,Steve Simpson
|
||||
alertingImportAlertmanagerAPI,2025-06-10T08:32:50Z,,f14ed750f53899d72153defc6c787200c22816ca,Alexander Akhmetov
|
||||
preferLibraryPanelTitle,2025-06-17T11:21:21Z,,e90134bb6f2a9de0ce520f4a00427de2d80c6667,Oscar Kilhed
|
||||
nanoGit,2025-06-17T17:07:30Z,,689cafc1fa374889e1bf5c62a602c4d3bb0db4bb,Roberto Jiménez Sánchez
|
||||
kubernetesAuthzApis,2025-06-18T07:43:01Z,,56c9dbf6e535ca2754609b004649092d582ca569,Gabriel MABILLE
|
||||
tabularNumbers,2025-06-24T11:52:03Z,,bdb18914312885c2e8b56bf2ab09792081e31a33,Josh Hunt
|
||||
newInfluxDSConfigPageDesign,2025-06-25T16:39:54Z,,3503fc209e97946b22c1e4fe23c766bf341b4ddd,Adam Yeats
|
||||
kubernetesLibraryPanels,2025-06-25T22:21:56Z,,79fe8a9902335c7a28af30e467b904a4ccfac503,Stephanie Hingtgen
|
||||
|
||||
|
@@ -34,7 +34,7 @@
|
||||
"metadata": {
|
||||
"name": "alertEnrichment",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-06-06T12:16:07Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enable configuration of alert enrichments in Grafana Cloud.",
|
||||
@@ -62,7 +62,7 @@
|
||||
"metadata": {
|
||||
"name": "alertRuleUseFiredAtForStartsAt",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-04-22T11:16:38Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Use FiredAt for StartsAt when sending alerts to Alertmaanger",
|
||||
@@ -87,7 +87,7 @@
|
||||
"metadata": {
|
||||
"name": "alertingBulkActionsInUI",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-04-24T14:49:59Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the alerting bulk actions in the UI",
|
||||
@@ -143,7 +143,7 @@
|
||||
"metadata": {
|
||||
"name": "alertingImportAlertmanagerAPI",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-06-10T08:32:50Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the API to import Alertmanager configuration",
|
||||
@@ -158,7 +158,7 @@
|
||||
"metadata": {
|
||||
"name": "alertingImportYAMLUI",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-05-21T15:59:41Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables a UI feature for importing rules from a Prometheus file to Grafana-managed rules",
|
||||
@@ -199,7 +199,7 @@
|
||||
"metadata": {
|
||||
"name": "alertingListViewV2PreviewToggle",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-04-22T08:50:34Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the alerting list view v2 preview toggle",
|
||||
@@ -392,7 +392,7 @@
|
||||
"name": "angularDeprecationUI",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2023-08-29T14:05:47Z",
|
||||
"deletionTimestamp": "2025-06-27T09:59:58Z"
|
||||
"deletionTimestamp": "2025-06-27T11:02:00Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Display Angular warnings in dashboards and panels",
|
||||
@@ -1094,7 +1094,7 @@
|
||||
"metadata": {
|
||||
"name": "extensionsReadOnlyProxy",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-05-06T04:55:23Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Use proxy-based read-only objects for plugin extensions instead of deep cloning",
|
||||
@@ -1135,7 +1135,8 @@
|
||||
"metadata": {
|
||||
"name": "extraThemes",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2023-05-10T13:37:04Z"
|
||||
"creationTimestamp": "2023-05-10T13:37:04Z",
|
||||
"deletionTimestamp": "2025-05-20T08:18:08Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables extra themes",
|
||||
@@ -1162,7 +1163,7 @@
|
||||
"name": "failWrongDSUID",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2024-06-20T10:56:39Z",
|
||||
"deletionTimestamp": "2025-06-27T12:51:00Z"
|
||||
"deletionTimestamp": "2025-06-27T13:43:58Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Throws an error if a data source has an invalid UIDs",
|
||||
@@ -1297,7 +1298,8 @@
|
||||
"metadata": {
|
||||
"name": "grafanaManagedRecordingRules",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2024-04-22T17:53:16Z"
|
||||
"creationTimestamp": "2024-04-22T17:53:16Z",
|
||||
"deletionTimestamp": "2025-05-19T10:15:49Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables Grafana-managed recording rules.",
|
||||
@@ -1563,7 +1565,7 @@
|
||||
"metadata": {
|
||||
"name": "kubernetesAggregatorCapTokenAuth",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-05-15T18:14:23Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enable CAP token based authentication in grafana's embedded kube-aggregator",
|
||||
@@ -1576,7 +1578,7 @@
|
||||
"metadata": {
|
||||
"name": "kubernetesAuthzApis",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-06-18T07:43:01Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Registers AuthZ /apis endpoint",
|
||||
@@ -1630,7 +1632,7 @@
|
||||
"metadata": {
|
||||
"name": "kubernetesLibraryPanels",
|
||||
"resourceVersion": "1750714411267",
|
||||
"creationTimestamp": "2025-06-23T21:33:31Z"
|
||||
"creationTimestamp": "2025-06-25T22:21:56Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Routes library panel requests from /api to the /apis endpoint",
|
||||
@@ -1960,7 +1962,7 @@
|
||||
"metadata": {
|
||||
"name": "multiTenantFrontend",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-04-25T09:24:25Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Register MT frontend",
|
||||
@@ -1997,7 +1999,7 @@
|
||||
"metadata": {
|
||||
"name": "nanoGit",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-06-17T17:07:30Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Use experimental git library for provisioning",
|
||||
@@ -2064,7 +2066,7 @@
|
||||
"metadata": {
|
||||
"name": "newInfluxDSConfigPageDesign",
|
||||
"resourceVersion": "1750787021637",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z",
|
||||
"creationTimestamp": "2025-06-25T16:39:54Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-06-24 17:43:41.637607 +0000 UTC"
|
||||
}
|
||||
@@ -2274,7 +2276,7 @@
|
||||
"metadata": {
|
||||
"name": "pluginsAutoUpdate",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-04-16T11:44:39Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables auto-updating of users installed plugins",
|
||||
@@ -2349,7 +2351,7 @@
|
||||
"metadata": {
|
||||
"name": "preferLibraryPanelTitle",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-06-17T11:21:21Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Prefer library panel title over viz panel title.",
|
||||
@@ -2662,7 +2664,7 @@
|
||||
"metadata": {
|
||||
"name": "restoreDashboards",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-05-23T14:35:54Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables restore deleted dashboards feature",
|
||||
@@ -2754,7 +2756,7 @@
|
||||
"metadata": {
|
||||
"name": "skipTokenRotationIfRecent",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-06-03T06:59:40Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Skip token rotation if it was already rotated less than 5 seconds ago",
|
||||
@@ -2888,7 +2890,7 @@
|
||||
"metadata": {
|
||||
"name": "tabularNumbers",
|
||||
"resourceVersion": "1750754828442",
|
||||
"creationTimestamp": "2025-06-20T12:08:40Z",
|
||||
"creationTimestamp": "2025-06-24T11:52:03Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-06-24 08:47:08.442537461 +0000 UTC"
|
||||
}
|
||||
@@ -2918,7 +2920,7 @@
|
||||
"metadata": {
|
||||
"name": "teamHttpHeadersTempo",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-06-20T15:44:57Z"
|
||||
"creationTimestamp": "2025-05-22T19:13:31Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables LBAC for datasources for Tempo to apply LBAC filtering of traces to the client requests for users in teams",
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Nebyly nalezeny žádné zdroje",
|
||||
"title-error-occurred": "Při požadování zdrojů ze služby Azure Monitor došlo k chybě"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Vyhledávání zdrojů",
|
||||
"placeholder-resource-search": "Hledat zdroj"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Keine Ressourcen gefunden",
|
||||
"title-error-occurred": "Bei der Anforderung von Ressourcen von Azure Monitor ist ein Fehler aufgetreten"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Ressourcensuche",
|
||||
"placeholder-resource-search": "Suchen Sie eine Ressource"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "No se han encontrado recursos",
|
||||
"title-error-occurred": "Se ha producido un error al solicitar recursos de Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Búsqueda de recursos",
|
||||
"placeholder-resource-search": "Buscar un recurso"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Aucune ressource trouvée",
|
||||
"title-error-occurred": "Une erreur s’est produite lors de la demande de ressources à Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Recherche de ressources",
|
||||
"placeholder-resource-search": "Rechercher une ressource"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Nem található erőforrás",
|
||||
"title-error-occurred": "Hiba történt az erőforrások Azure Monitor szolgáltatásból történő lekérése során"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Erőforrás keresése",
|
||||
"placeholder-resource-search": "Erőforrás keresése"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Tidak ada sumber daya yang ditemukan",
|
||||
"title-error-occurred": "Terjadi kesalahan saat meminta sumber daya dari Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Pencarian sumber daya",
|
||||
"placeholder-resource-search": "Cari sumber daya"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Nessuna risorsa trovata",
|
||||
"title-error-occurred": "Si è verificato un errore durante la richiesta di risorse da Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Ricerca delle risorse",
|
||||
"placeholder-resource-search": "Cerca una risorsa"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "リソースが見つかりません",
|
||||
"title-error-occurred": "Azure Monitorからリソースをリクエスト中にエラーが発生しました"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "リソース検索",
|
||||
"placeholder-resource-search": "リソースを検索"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "리소스를 찾을 수 없음",
|
||||
"title-error-occurred": "Azure Monitor에서 리소스를 요청하는 동안 오류가 발생했습니다."
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "리소스 검색",
|
||||
"placeholder-resource-search": "리소스 검색"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Geen bronnen gevonden",
|
||||
"title-error-occurred": "Er is een fout opgetreden bij het aanvragen van metagegevens van Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Bron zoeken",
|
||||
"placeholder-resource-search": "Zoek naar een bron"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Nie znaleziono zasobów",
|
||||
"title-error-occurred": "Podczas wysyłania żądania zasobów do narzędzia Azure Monitor wystąpił błąd"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Wyszukiwanie zasobów",
|
||||
"placeholder-resource-search": "Szukaj zasobu"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Nenhum recurso encontrado",
|
||||
"title-error-occurred": "Ocorreu um erro ao solicitar recursos do Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Pesquisa de recursos",
|
||||
"placeholder-resource-search": "Pesquisar um recurso"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Nenhum recurso encontrado",
|
||||
"title-error-occurred": "Ocorreu um erro ao solicitar recursos do Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Pesquisa de recursos",
|
||||
"placeholder-resource-search": "Pesquisar um recurso"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Ресурсы не найдены",
|
||||
"title-error-occurred": "Ошибка при запросе ресурсов из Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Поиск ресурсов",
|
||||
"placeholder-resource-search": "Поиск ресурса"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Inga resurser hittades",
|
||||
"title-error-occurred": "Ett fel uppstod vid begäran av resurser från Azure Monitor"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Resurssökning",
|
||||
"placeholder-resource-search": "Sök efter en resurs"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "Hiçbir kaynak bulunmadı",
|
||||
"title-error-occurred": "Azure Monitor'dan kaynaklar istenirken bir hata oluştu"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "Kaynak arama",
|
||||
"placeholder-resource-search": "Kaynak ara"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "未找到资源",
|
||||
"title-error-occurred": "从 Azure Monitor 请求资源时发生错误"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "资源搜索",
|
||||
"placeholder-resource-search": "搜索资源"
|
||||
|
||||
+3
@@ -222,6 +222,9 @@
|
||||
"text-no-resources": "沒有找到資源",
|
||||
"title-error-occurred": "從 Azure Monitor 請求資源時發生錯誤"
|
||||
},
|
||||
"scope-selector": {
|
||||
"label": ""
|
||||
},
|
||||
"search": {
|
||||
"aria-label-resource-search": "資源搜尋",
|
||||
"placeholder-resource-search": "搜尋資源"
|
||||
|
||||
@@ -3248,6 +3248,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Povoleno",
|
||||
"text-badge-not-enabled": "Není povoleno"
|
||||
},
|
||||
@@ -3281,6 +3283,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Spravujte nastavení ověření a konfigurujte jednotné přihlašování. Další informace najdete v naší <2>dokumentaci</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3516,7 +3524,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Pokud máte přímý přístup k cíli, zkopírujte JSON a vložte ho tam."
|
||||
"text-this-repository-is-read-only": "Pokud máte přímý přístup k cíli, zkopírujte JSON a vložte ho tam.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3916,6 +3930,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Zavřít"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Při načítání možností došlo k chybě."
|
||||
@@ -9552,6 +9567,15 @@
|
||||
"view": "Zobrazit"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Otevřít návrhy vizualizací",
|
||||
"switch-to-table": "Přepnout na tabulku"
|
||||
},
|
||||
@@ -11664,6 +11688,12 @@
|
||||
"select-search-input": "Zadejte pro vyhledávání (země, město, zkratka)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Přidat vysvětlivku",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Aktiviert",
|
||||
"text-badge-not-enabled": "Nicht aktiviert"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Verwalten Sie Ihre Authentifizierungseinstellungen und konfigurieren Sie einmalige Anmeldungen. Erfahren Sie mehr in unserer <2>Dokumentation</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Wenn Sie direkten Zugriff auf das Ziel haben, kopieren Sie den JSON und fügen Sie ihn dort ein."
|
||||
"text-this-repository-is-read-only": "Wenn Sie direkten Zugriff auf das Ziel haben, kopieren Sie den JSON und fügen Sie ihn dort ein.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Schließen"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Beim Laden der Optionen ist ein Fehler aufgetreten."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Anzeigen"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Visualisierungsvorschläge öffnen",
|
||||
"switch-to-table": "Zur Tabelle wechseln"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Suchbegriff eingeben (Land, Stadt, Abkürzung)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Anmerkung hinzufügen",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Activado",
|
||||
"text-badge-not-enabled": "No habilitada"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Gestiona tus ajustes de autenticación y configura el inicio de sesión único. Encuentra más información en nuestra <2><0>documentación</0></2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Si tienes acceso directo al destino, copia el JSON y pégalo allí."
|
||||
"text-this-repository-is-read-only": "Si tienes acceso directo al destino, copia el JSON y pégalo allí.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Cerrar"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Se ha producido un error al cargar las opciones."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Vista"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Abrir sugerencias de visualización",
|
||||
"switch-to-table": "Cambiar a tabla"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Escribir para buscar (país, ciudad, abreviatura)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Añadir anotación",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Activé",
|
||||
"text-badge-not-enabled": "Non activé"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Gérez vos paramètres d’authentification et configurez l’authentification unique. Pour en savoir plus, consultez notre <2>documentation</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Si vous avez un accès direct à la cible, copiez le JSON et collez-le à cet endroit."
|
||||
"text-this-repository-is-read-only": "Si vous avez un accès direct à la cible, copiez le JSON et collez-le à cet endroit.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Fermer"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Une erreur s'est produite lors du chargement des options."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Afficher"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Ouvrir les suggestions de visualisation",
|
||||
"switch-to-table": "Affichage tabulaire"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Tapez pour rechercher (pays, ville, abréviation)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Ajouter une annotation",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Engedélyezve",
|
||||
"text-badge-not-enabled": "Nem engedélyezett"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Saját hitelesítési beállítások kezelése és az egyszeri bejelentkezés konfigurálása. További információkat a <2>dokumentációnkban</2> talál."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Ha közvetlen hozzáférése van a célhoz, másolja ki a JSON-kódot, és illessze be oda."
|
||||
"text-this-repository-is-read-only": "Ha közvetlen hozzáférése van a célhoz, másolja ki a JSON-kódot, és illessze be oda.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Bezárás"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Hiba történt az opciók betöltése során."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Nézet"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Vizualizációs javaslatok megnyitása",
|
||||
"switch-to-table": "Váltás táblázatra"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Írja be a keresendő szöveget (ország, város, rövidítés)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Jegyzet hozzáadása",
|
||||
|
||||
@@ -3209,6 +3209,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Aktif",
|
||||
"text-badge-not-enabled": "Tidak diaktifkan"
|
||||
},
|
||||
@@ -3242,6 +3244,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Kelola pengaturan autentikasi Anda dan konfigurasikan single sign-on. Cari tahu selengkapnya di <2>dokumentasi</2> kami."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3462,7 +3470,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Jika Anda memiliki akses langsung ke target, salin JSON dan tempel di sana."
|
||||
"text-this-repository-is-read-only": "Jika Anda memiliki akses langsung ke target, salin JSON dan tempel di sana.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3862,6 +3876,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Tutup"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Terjadi kesalahan saat memuat opsi."
|
||||
@@ -9465,6 +9480,15 @@
|
||||
"view": "Lihat"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Buka saran visualisasi",
|
||||
"switch-to-table": "Alihkan ke tabel"
|
||||
},
|
||||
@@ -11559,6 +11583,12 @@
|
||||
"select-search-input": "Ketik untuk mencari (negara, kota, singkatan)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Tambahkan anotasi",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Abilitato",
|
||||
"text-badge-not-enabled": "Non abilitato"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Gestisci le impostazioni di autenticazione e configura il Single Sign-On. Scopri di più nella nostra <2>documentazione</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Se hai accesso diretto alla destinazione, copia il file JSON e incollalo lì."
|
||||
"text-this-repository-is-read-only": "Se hai accesso diretto alla destinazione, copia il file JSON e incollalo lì.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Chiudi"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Si è verificato un errore nel caricamento delle opzioni."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Visualizza"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Apri suggerimenti di visualizzazione",
|
||||
"switch-to-table": "Passa alla tabella"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Digita per cercare (paese, città, abbreviazione)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Aggiungi annotazione",
|
||||
|
||||
@@ -3209,6 +3209,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "有効化",
|
||||
"text-badge-not-enabled": "有効になっていません"
|
||||
},
|
||||
@@ -3242,6 +3244,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "認証設定を管理し、シングルサインオンを設定します。詳細については、<2>ドキュメント</2>をご覧ください。"
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3462,7 +3470,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "ターゲットに直接アクセスできる場合は、JSONをコピーしてそこに貼り付けます。"
|
||||
"text-this-repository-is-read-only": "ターゲットに直接アクセスできる場合は、JSONをコピーしてそこに貼り付けます。",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3862,6 +3876,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "閉じる"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "オプションの読み込み中にエラーが発生しました。"
|
||||
@@ -9465,6 +9480,15 @@
|
||||
"view": "表示"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "可視化に関する提案を開く",
|
||||
"switch-to-table": "テーブルに切り替え"
|
||||
},
|
||||
@@ -11559,6 +11583,12 @@
|
||||
"select-search-input": "検索するために入力してください(国、都市、略語)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "注釈を追加",
|
||||
|
||||
@@ -3209,6 +3209,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "활성화됨",
|
||||
"text-badge-not-enabled": "활성화되지 않음"
|
||||
},
|
||||
@@ -3242,6 +3244,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "인증 설정을 관리하고 싱글 사인온을 구성하세요. 자세한 내용은 Grafana의 <2>문서</2>를 확인하세요."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3462,7 +3470,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "대상에 직접 액세스할 수 있는 경우 JSON을 복사하여 붙여넣으세요."
|
||||
"text-this-repository-is-read-only": "대상에 직접 액세스할 수 있는 경우 JSON을 복사하여 붙여넣으세요.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3862,6 +3876,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "닫기"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "옵션을 불러오는 중에 오류가 발생했습니다."
|
||||
@@ -9465,6 +9480,15 @@
|
||||
"view": "보기"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "시각화 제안 열기",
|
||||
"switch-to-table": "표로 전환"
|
||||
},
|
||||
@@ -11559,6 +11583,12 @@
|
||||
"select-search-input": "입력하여 검색(국가, 도시, 약어)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "주석 추가",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Ingeschakeld",
|
||||
"text-badge-not-enabled": "Niet ingeschakeld"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Je auth-instellingen beheren en single sign-on configureren. Lees meer in onze <2>documentatie</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Als je directe toegang hebt tot het doel, kopieer je de JSON en plak je deze daar."
|
||||
"text-this-repository-is-read-only": "Als je directe toegang hebt tot het doel, kopieer je de JSON en plak je deze daar.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Sluiten"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Er is een fout opgetreden bij het laden van opties."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Weergave"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Visualisatiesuggesties openen",
|
||||
"switch-to-table": "Schakelen naar tabel"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Typ om te zoeken (land, stad, afkorting)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Annotatie toevoegen",
|
||||
|
||||
@@ -3248,6 +3248,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Włączone",
|
||||
"text-badge-not-enabled": "Niewłączone"
|
||||
},
|
||||
@@ -3281,6 +3283,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Zarządzaj ustawieniami uwierzytelniania i skonfiguruj logowanie jednokrotne. Więcej informacji znajdziesz w <2>dokumentacji</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3516,7 +3524,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Jeśli masz bezpośredni dostęp do celu, skopiuj kod JSON i wklej go tam."
|
||||
"text-this-repository-is-read-only": "Jeśli masz bezpośredni dostęp do celu, skopiuj kod JSON i wklej go tam.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3916,6 +3930,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Zamknij"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Podczas ładowania opcji wystąpił błąd."
|
||||
@@ -9552,6 +9567,15 @@
|
||||
"view": "Widok"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Otwórz sugestie dotyczące wizualizacji",
|
||||
"switch-to-table": "Przełącz na tabelę"
|
||||
},
|
||||
@@ -11664,6 +11688,12 @@
|
||||
"select-search-input": "Wpisz, aby wyszukać (kraj, miasto, skrót)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Dodaj komentarz",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Ativado",
|
||||
"text-badge-not-enabled": "Não ativado"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Gerencie suas configurações de autenticação e configure a autenticação única. Saiba mais na nossa <2>documentação</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Se você tiver acesso direto ao destino, copie o JSON e cole-o lá."
|
||||
"text-this-repository-is-read-only": "Se você tiver acesso direto ao destino, copie o JSON e cole-o lá.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Fechar"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Ocorreu um erro ao carregar as opções."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Visualizar"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Abrir sugestões de visualização",
|
||||
"switch-to-table": "Alternar para tabela"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Tipo de busca (país, cidade, abreviação)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Adicionar anotação",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Ativado",
|
||||
"text-badge-not-enabled": "Não ativado"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Faça a gestão das suas definições de autenticação e configure o início de sessão único. Saiba mais na nossa <2>documentação</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Se tiver acesso direto ao destino, copie o JSON e cole-o lá."
|
||||
"text-this-repository-is-read-only": "Se tiver acesso direto ao destino, copie o JSON e cole-o lá.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Fechar"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Ocorreu um erro ao carregar as opções."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Ver"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Abrir sugestões de visualização",
|
||||
"switch-to-table": "Mudar para tabela"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Digite para pesquisar (país, cidade, abreviatura)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Adicionar anotação",
|
||||
|
||||
@@ -3248,6 +3248,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Включено",
|
||||
"text-badge-not-enabled": "Не включена"
|
||||
},
|
||||
@@ -3281,6 +3283,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Управление параметрами аутентификации и настройка единого входа Подробнее см. в нашей <2>документации</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3516,7 +3524,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Если у вас есть прямой доступ к целевому объекту, скопируйте JSON-файл и вставьте его туда."
|
||||
"text-this-repository-is-read-only": "Если у вас есть прямой доступ к целевому объекту, скопируйте JSON-файл и вставьте его туда.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3916,6 +3930,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Закрыть"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Ошибка при загрузке параметров."
|
||||
@@ -9552,6 +9567,15 @@
|
||||
"view": "Просмотр"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Открыть варианты визуализации",
|
||||
"switch-to-table": "Переключиться на таблицу"
|
||||
},
|
||||
@@ -11664,6 +11688,12 @@
|
||||
"select-search-input": "Введите объект для поиска (страну, город, аббревиатуру)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Добавить аннотацию",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Aktiverad",
|
||||
"text-badge-not-enabled": "Ej aktiverat"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Hantera dina autentiseringsinställningar och konfigurera enkel inloggning. Läs mer i vår <2>dokumentation</2>."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Om du har direkt åtkomst till målet kopierar du JSON och klistrar in den där."
|
||||
"text-this-repository-is-read-only": "Om du har direkt åtkomst till målet kopierar du JSON och klistrar in den där.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Stäng"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Ett fel uppstod vid inläsning av alternativ."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Visa"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Öppna visualiseringsförslag",
|
||||
"switch-to-table": "Byt till tabell"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Skriv för att söka (land, stad, förkortning)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Lägg till kommentar",
|
||||
|
||||
@@ -3222,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "Etkin",
|
||||
"text-badge-not-enabled": "Devre dışı"
|
||||
},
|
||||
@@ -3255,6 +3257,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "Kimlik doğrulama ayarlarınızı yönetin ve çoklu oturum açmayı yapılandırın. Daha fazla bilgi için <2>belgelerimize</2> bakın."
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3480,7 +3488,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "Hedefe doğrudan erişiminiz varsa JSON'u kopyalayıp oraya yapıştırın."
|
||||
"text-this-repository-is-read-only": "Hedefe doğrudan erişiminiz varsa JSON'u kopyalayıp oraya yapıştırın.",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3880,6 +3894,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "Kapat"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "Seçenekler yüklenirken bir hata oluştu."
|
||||
@@ -9494,6 +9509,15 @@
|
||||
"view": "Görüntüle"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "Görselleştirme önerilerini aç",
|
||||
"switch-to-table": "Tabloya geç"
|
||||
},
|
||||
@@ -11594,6 +11618,12 @@
|
||||
"select-search-input": "Aramak için yazmaya başlayın (ülke, şehir, kısaltma)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "Ek açıklama ekle",
|
||||
|
||||
@@ -3209,6 +3209,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "已启用",
|
||||
"text-badge-not-enabled": "未启用"
|
||||
},
|
||||
@@ -3242,6 +3244,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "管理身份验证设置并配置单点登录。不妨在我们的<2>文档</2>中了解更多信息。"
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3462,7 +3470,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "如果您可以直接访问目标,请复制 JSON 并将其粘贴到那里。"
|
||||
"text-this-repository-is-read-only": "如果您可以直接访问目标,请复制 JSON 并将其粘贴到那里。",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3862,6 +3876,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "关闭"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "加载选项时发生错误。"
|
||||
@@ -9465,6 +9480,15 @@
|
||||
"view": "查看"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "打开可视化建议",
|
||||
"switch-to-table": "切换至表格"
|
||||
},
|
||||
@@ -11559,6 +11583,12 @@
|
||||
"select-search-input": "输入以搜索(国家、城市、缩写)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "添加注释",
|
||||
|
||||
@@ -3209,6 +3209,8 @@
|
||||
}
|
||||
},
|
||||
"provider-card": {
|
||||
"saml-learn-more": "",
|
||||
"scim-learn-more": "",
|
||||
"text-badge-enabled": "已啟用",
|
||||
"text-badge-not-enabled": "未啟用"
|
||||
},
|
||||
@@ -3242,6 +3244,12 @@
|
||||
"auth-config-auth-config-page-unconnected": {
|
||||
"subtitle": "管理您的驗證設定並設定單一登入。請在我們的<2>文件</2>中閱讀更多資訊。"
|
||||
},
|
||||
"bar-chart": {
|
||||
"warn": {
|
||||
"missing-numeric": "",
|
||||
"missing-series": ""
|
||||
}
|
||||
},
|
||||
"barchart": {
|
||||
"config": {
|
||||
"category-thresholds": "",
|
||||
@@ -3462,7 +3470,13 @@
|
||||
"restore": {
|
||||
"success": ""
|
||||
},
|
||||
"text-this-repository-is-read-only": "如果您可以直接存取目標,請複製 JSON 並將其貼上至該處。"
|
||||
"text-this-repository-is-read-only": "如果您可以直接存取目標,請複製 JSON 並將其貼上至該處。",
|
||||
"trash-state-manager": {
|
||||
"label": {
|
||||
"alphabetically-az": "",
|
||||
"alphabetically-za": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"candlestick": {
|
||||
"additional-fields-options": {
|
||||
@@ -3862,6 +3876,7 @@
|
||||
"close-button": {
|
||||
"tooltip": "關閉"
|
||||
},
|
||||
"cloud-enterprise-feature-badge": "",
|
||||
"combobox": {
|
||||
"async": {
|
||||
"error": "載入選項時發生錯誤。"
|
||||
@@ -9465,6 +9480,15 @@
|
||||
"view": "檢視"
|
||||
},
|
||||
"panel-data-error-view": {
|
||||
"missing-value": {
|
||||
"number": "",
|
||||
"string": "",
|
||||
"time": "",
|
||||
"unknown": ""
|
||||
},
|
||||
"no-value": {
|
||||
"default": ""
|
||||
},
|
||||
"open-visualization-suggestions": "開啟可視化建議",
|
||||
"switch-to-table": "切換到表格"
|
||||
},
|
||||
@@ -11559,6 +11583,12 @@
|
||||
"select-search-input": "輸入以搜尋(國家、城市、縮寫)"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"missing-field": {
|
||||
"all": "",
|
||||
"time": ""
|
||||
}
|
||||
},
|
||||
"timeseries": {
|
||||
"annotation-editor2": {
|
||||
"add-annotation": "新增注釋",
|
||||
|
||||
Reference in New Issue
Block a user