Skip to content

Commit edc0b18

Browse files
[O11y][Prometheus] Migrate Prometheus Server Overview dashboard to lens (#8016)
* Migrate Prometheus Server Overview dashboard to lens * Update changelog
1 parent 2b9b28b commit edc0b18

File tree

8 files changed

+2277
-1073
lines changed

8 files changed

+2277
-1073
lines changed

packages/prometheus/changelog.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.13.1"
3+
changes:
4+
- description: Migrate Prometheus Server Overview dashboard to lens.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/8016
27
- version: "1.13.0"
38
changes:
49
- description: Ensure event.kind is correctly set for pipeline errors.
@@ -31,7 +36,7 @@
3136
link: https://github.com/elastic/integrations/pull/7565
3237
- version: "1.8.0"
3338
changes:
34-
- description: Enable TSDB by default for collector and query metrics data streams. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html. Still TSDB is not supported for remote_write
39+
- description: Enable TSDB by default for collector and query metrics data streams. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html. Still TSDB is not supported for remote_write
3540
type: enhancement
3641
link: https://github.com/elastic/integrations/pull/7261
3742
- version: "1.7.0"

packages/prometheus/data_stream/collector/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ streams:
137137
- name: data_stream.dataset
138138
type: text
139139
title: 'Datasream Dataset name'
140-
description: Name of Datastream dataset
140+
description: Name of Datastream dataset
141141
multi: false
142142
default: prometheus.collector
143143
required: true
144-
show_user: true
144+
show_user: true
145145
- name: processors
146146
type: yaml
147147
title: Processors
@@ -150,6 +150,7 @@ streams:
150150
show_user: false
151151
description: >
152152
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
153+
153154
title: Prometheus collector metrics
154155
enabled: true
155156
description: Collect Prometheus collector metrics

packages/prometheus/data_stream/query/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ streams:
5757
- name: data_stream.dataset
5858
type: text
5959
title: 'Datasream Dataset name'
60-
description: Name of Datastream dataset
60+
description: Name of Datastream dataset
6161
multi: false
6262
default: prometheus.query
6363
required: true
64-
show_user: true
64+
show_user: true
6565
- name: processors
6666
type: yaml
6767
title: Processors
@@ -70,6 +70,7 @@ streams:
7070
show_user: false
7171
description: >
7272
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
73+
7374
title: Prometheus query metrics
7475
enabled: false
7576
description: Collect Prometheus query metrics

packages/prometheus/data_stream/remote_write/fields/fields.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
metric_type: gauge
1818
description: |-
1919
Prometheus metric
20-
2120
- name: prometheus.*.value
2221
type: object
2322
object_type: double

packages/prometheus/data_stream/remote_write/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ streams:
7171
- name: data_stream.dataset
7272
type: text
7373
title: 'Datasream Dataset name'
74-
description: Name of Datastream dataset
74+
description: Name of Datastream dataset
7575
multi: false
7676
default: prometheus.remote_write
7777
required: true
78-
show_user: true
78+
show_user: true
7979
- name: processors
8080
type: yaml
8181
title: Processors
@@ -84,6 +84,7 @@ streams:
8484
show_user: false
8585
description: >
8686
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
87+
8788
title: Prometheus remote write metrics
8889
enabled: false
8990
description: Collect Prometheus remote write metrics
-701 KB
Loading

packages/prometheus/kibana/dashboard/prometheus-c181a040-3d96-11ed-b624-b12467b8df74.json

Lines changed: 2261 additions & 1064 deletions
Large diffs are not rendered by default.

packages/prometheus/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 2.10.0
22
name: prometheus
33
title: Prometheus
4-
version: 1.13.0
4+
version: 1.13.1
55
description: Collect metrics from Prometheus servers with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)