Skip to content

Commit

Permalink
Fix EOF issue in metrics payload
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaradarBH committed Jul 12, 2023
1 parent c4dfbc5 commit a5de0d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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`m 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`m a Gauge",
"gauge": {
"dataPoints": [
{
Expand All @@ -74,7 +74,7 @@
{
"name": "my.histogram",
"unit": "1",
"description": "I'm a Histogram",
"description": "I`m a Histogram",
"histogram": {
"aggregationTemporality": 1,
"dataPoints": [
Expand Down

0 comments on commit a5de0d1

Please sign in to comment.