Skip to content

Commit

Permalink
Update metrics.json
Browse files Browse the repository at this point in the history
Changing to "I am a...." based on maintainer request
  • Loading branch information
ZaradarBH authored and tigrannajaryan committed Jul 12, 2023
1 parent 2487cf3 commit afcd2aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"name": "my.counter",
"unit": "1",
"description": "I`m a Counter",
"description": "I am a Counter",
"sum": {
"aggregationTemporality": 1,
"isMonotonic": true,
Expand All @@ -53,7 +53,7 @@
{
"name": "my.gauge",
"unit": "1",
"description": "I`m a Gauge",
"description": "I am a Gauge",
"gauge": {
"dataPoints": [
{
Expand All @@ -74,7 +74,7 @@
{
"name": "my.histogram",
"unit": "1",
"description": "I`m a Histogram",
"description": "I am a Histogram",
"histogram": {
"aggregationTemporality": 1,
"dataPoints": [
Expand Down Expand Up @@ -104,4 +104,4 @@
]
}
]
}
}

0 comments on commit afcd2aa

Please sign in to comment.