Remove beta label from GA metricbeat modules (#29720)

This commit is contained in:
kaiyan-sheng 2019-01-31 12:22:05 -07:00 committed by GitHub
parent f46a8d64ca
commit 95cbc4ffd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 20 additions and 19 deletions

View file

@ -28,7 +28,7 @@ export function aerospikeMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.aerospikeMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.aerospikeMetrics.nameTitle', {
defaultMessage: 'Aerospike metrics', defaultMessage: 'Aerospike metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.aerospikeMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.aerospikeMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from the Aerospike server.', defaultMessage: 'Fetch internal metrics from the Aerospike server.',

View file

@ -40,7 +40,7 @@ export function awsMetricsSpecProvider(server, context) {
}, },
}), }),
euiIconType: 'logoAWS', euiIconType: 'logoAWS',
isBeta: true, isBeta: false,
artifacts: { artifacts: {
dashboards: [ dashboards: [
{ {

View file

@ -28,7 +28,7 @@ export function cephMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.cephMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.cephMetrics.nameTitle', {
defaultMessage: 'Ceph metrics', defaultMessage: 'Ceph metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.cephMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.cephMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from the Ceph server.', defaultMessage: 'Fetch internal metrics from the Ceph server.',

View file

@ -28,7 +28,7 @@ export function couchbaseMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.couchbaseMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.couchbaseMetrics.nameTitle', {
defaultMessage: 'Couchbase metrics', defaultMessage: 'Couchbase metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.couchbaseMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.couchbaseMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from Couchbase.', defaultMessage: 'Fetch internal metrics from Couchbase.',

View file

@ -28,7 +28,7 @@ export function dropwizardMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.dropwizardMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.dropwizardMetrics.nameTitle', {
defaultMessage: 'Dropwizard metrics', defaultMessage: 'Dropwizard metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.dropwizardMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.dropwizardMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from Dropwizard Java application.', defaultMessage: 'Fetch internal metrics from Dropwizard Java application.',

View file

@ -28,7 +28,7 @@ export function elasticsearchMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.elasticsearchMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.elasticsearchMetrics.nameTitle', {
defaultMessage: 'Elasticsearch metrics', defaultMessage: 'Elasticsearch metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.elasticsearchMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.elasticsearchMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from Elasticsearch.', defaultMessage: 'Fetch internal metrics from Elasticsearch.',

View file

@ -28,7 +28,7 @@ export function etcdMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.etcdMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.etcdMetrics.nameTitle', {
defaultMessage: 'Etcd metrics', defaultMessage: 'Etcd metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.etcdMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.etcdMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from the Etcd server.', defaultMessage: 'Fetch internal metrics from the Etcd server.',

View file

@ -28,7 +28,7 @@ export function haproxyMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.haproxyMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.haproxyMetrics.nameTitle', {
defaultMessage: 'HAProxy metrics', defaultMessage: 'HAProxy metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.haproxyMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.haproxyMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from the HAProxy server.', defaultMessage: 'Fetch internal metrics from the HAProxy server.',

View file

@ -28,7 +28,7 @@ export function kafkaMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.kafkaMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.kafkaMetrics.nameTitle', {
defaultMessage: 'Kafka metrics', defaultMessage: 'Kafka metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.kafkaMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.kafkaMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from the Kafka server.', defaultMessage: 'Fetch internal metrics from the Kafka server.',

View file

@ -28,7 +28,7 @@ export function kibanaMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.kibanaMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.kibanaMetrics.nameTitle', {
defaultMessage: 'Kibana metrics', defaultMessage: 'Kibana metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.kibanaMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.kibanaMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from Kibana.', defaultMessage: 'Fetch internal metrics from Kibana.',

View file

@ -28,7 +28,7 @@ export function logstashMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.logstashMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.logstashMetrics.nameTitle', {
defaultMessage: 'Logstash metrics', defaultMessage: 'Logstash metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.logstashMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.logstashMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from a Logstash server.', defaultMessage: 'Fetch internal metrics from a Logstash server.',

View file

@ -28,7 +28,7 @@ export function memcachedMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.memcachedMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.memcachedMetrics.nameTitle', {
defaultMessage: 'Memcached metrics', defaultMessage: 'Memcached metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.memcachedMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.memcachedMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from the Memcached server.', defaultMessage: 'Fetch internal metrics from the Memcached server.',

View file

@ -29,7 +29,7 @@ export function phpfpmMetricsSpecProvider(server, context) {
defaultMessage: 'PHP-FPM metrics', defaultMessage: 'PHP-FPM metrics',
}), }),
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
isBeta: true, isBeta: false,
shortDescription: i18n.translate('kbn.server.tutorials.phpFpmMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.phpFpmMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from PHP-FPM.', defaultMessage: 'Fetch internal metrics from PHP-FPM.',
}), }),

View file

@ -29,7 +29,7 @@ export function postgresqlMetricsSpecProvider(server, context) {
defaultMessage: 'PostgreSQL metrics', defaultMessage: 'PostgreSQL metrics',
}), }),
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
isBeta: true, isBeta: false,
shortDescription: i18n.translate('kbn.server.tutorials.postgresqlMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.postgresqlMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from PostgreSQL.', defaultMessage: 'Fetch internal metrics from PostgreSQL.',
}), }),

View file

@ -28,7 +28,7 @@ export function prometheusMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.prometheusMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.prometheusMetrics.nameTitle', {
defaultMessage: 'Prometheus metrics', defaultMessage: 'Prometheus metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.prometheusMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.prometheusMetrics.shortDescription', {
defaultMessage: 'Fetch metrics from a Prometheus exporter.', defaultMessage: 'Fetch metrics from a Prometheus exporter.',

View file

@ -40,7 +40,7 @@ export function rabbitmqMetricsSpecProvider(server, context) {
}, },
}), }),
euiIconType: 'logoRabbitmq', euiIconType: 'logoRabbitmq',
isBeta: true, isBeta: false,
artifacts: { artifacts: {
dashboards: [ dashboards: [
{ {

View file

@ -40,7 +40,7 @@ export function uwsgiMetricsSpecProvider(server, context) {
}, },
}), }),
//euiIconType: 'logouWSGI', //euiIconType: 'logouWSGI',
isBeta: true, isBeta: false,
artifacts: { artifacts: {
dashboards: [ dashboards: [
{ {

View file

@ -40,6 +40,7 @@ export function vSphereMetricsSpecProvider(server, context) {
}, },
}), }),
//euiIconType: 'logoVSphere', //euiIconType: 'logoVSphere',
isBeta: true,
artifacts: { artifacts: {
application: { application: {
label: i18n.translate('kbn.server.tutorials.vsphereMetrics.artifacts.application.label', { label: i18n.translate('kbn.server.tutorials.vsphereMetrics.artifacts.application.label', {

View file

@ -28,7 +28,7 @@ export function windowsMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.windowsMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.windowsMetrics.nameTitle', {
defaultMessage: 'Windows metrics', defaultMessage: 'Windows metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.windowsMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.windowsMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from Windows.', defaultMessage: 'Fetch internal metrics from Windows.',

View file

@ -28,7 +28,7 @@ export function zookeeperMetricsSpecProvider(server, context) {
name: i18n.translate('kbn.server.tutorials.zookeeperMetrics.nameTitle', { name: i18n.translate('kbn.server.tutorials.zookeeperMetrics.nameTitle', {
defaultMessage: 'Zookeeper metrics', defaultMessage: 'Zookeeper metrics',
}), }),
isBeta: true, isBeta: false,
category: TUTORIAL_CATEGORY.METRICS, category: TUTORIAL_CATEGORY.METRICS,
shortDescription: i18n.translate('kbn.server.tutorials.zookeeperMetrics.shortDescription', { shortDescription: i18n.translate('kbn.server.tutorials.zookeeperMetrics.shortDescription', {
defaultMessage: 'Fetch internal metrics from a Zookeeper server.', defaultMessage: 'Fetch internal metrics from a Zookeeper server.',