Skip to content

Commit 06bb6eb

Browse files
committed
WIP
1 parent 4acfa19 commit 06bb6eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/fluent/plugin/in_opentelemetry_metrics.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ def metrics_data
5454
{
5555
"key" => "service.name",
5656
"value" => {
57-
"stringValue": "fluentd"
57+
"stringValue" => "fluentd"
5858
}
5959
},
6060
{
6161
"key" => "service.version",
6262
"value" => {
63-
"stringValue": Fluent::VERSION
63+
"stringValue" => Fluent::VERSION
6464
}
6565
},
6666
{
67-
"key": "process.pid",
68-
"value": {
69-
"intValue": Process.pid
67+
"key" => "process.pid",
68+
"value" => {
69+
"intValue" => Process.pid
7070
}
71-
},
71+
}
7272
]
7373
},
7474
"scopeMetrics" => scope_metrics

0 commit comments

Comments
 (0)