Commit b05c5042 authored by Owais Razi Uddin's avatar Owais Razi Uddin

adding reusibility files

parent c5085065
Pipeline #4107 failed with stages
in 10 seconds
local grafana = import 'grafonnet/grafana.libsonnet';
{
gaugePanel1: grafana.gaugePanel.new(
title='Total Physical memory1',
# Direct queries to the `Prometheus` data source
datasource='Prometheus',
unit='deckbytes',
),
gaugePanel2: grafana.gaugePanel.new(
title='Available Physical memory1',
# Direct queries to the `Prometheus` data source
datasource='Prometheus',
min=0,
#labelY1='Available memory',
#fill=0,
decimals=2,
unit='deckbytes',
#decimalsY1=0,
#sort='decreasing',
#slegend_alignAsTable=true,
#legend_values=true,
#legend_avg=true,
#legend_current=true,
#legend_max=true,
#legend_sort='current',
#legend_sortDesc=true,
),
gaugePanel3: grafana.gaugePanel.new(
title='Consumed Physical memory1',
# Direct queries to the `Prometheus` data source
datasource='Prometheus',
min=0,
#labelY1='Consumed memory',
#fill=0,
decimals=2,
unit='deckbytes',
#decimalsY1=0,
#sort='decreasing',
#slegend_alignAsTable=true,
#legend_values=true,
#legend_avg=true,
#legend_current=true,
#legend_max=true,
#legend_sort='current',
#legend_sortDesc=true,
),
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment