Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata
netdata
/
src
/
go
/
plugin
/
go.d
/
collector
/
prometheus
/
testdata
/
golden
/
app.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
20 lines
336 Bytes
Copy permalink
Copy
Raw
1
[
2
{
3
"context"
:
"prometheus.custom_app.test_gauge_metric"
,
4
"labels"
:
{
5
"label1"
:
"value1"
6
},
7
"dims"
:
[
8
{
9
"name"
:
"test_gauge_metric"
,
10
"algo"
:
"absolute"
,
11
"value"
:
11
12
}
13
],
14
"soft"
:
{
15
"units"
:
"metric"
,
16
"family"
:
"test_gauge"
,
17
"type"
:
"line"
18
}
19
}
20
]