Skip to content

Commit

Permalink
Wrong data type, this fix generate correct metrics for Latency, Error…
Browse files Browse the repository at this point in the history
…, and Fault
  • Loading branch information
Paramadon committed Apr 9, 2024
1 parent 87e5d0f commit 46d783e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions test/app_signals/resources/metrics/client_producer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"metrics": [
{
"name": "Error",
"unit": "Milliseconds",
"unit": "",
"exponential_histogram": {
"dataPoints": [
{
Expand Down Expand Up @@ -87,7 +87,7 @@
},
{
"name": "Fault",
"unit": "Milliseconds",
"unit": "",
"exponential_histogram": {
"dataPoints": [
{
Expand Down Expand Up @@ -197,3 +197,4 @@
}
]
}

5 changes: 3 additions & 2 deletions test/app_signals/resources/metrics/server_consumer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"metrics": [
{
"name": "Error",
"unit": "Milliseconds",
"unit": "",
"exponential_histogram": {
"dataPoints": [
{
Expand Down Expand Up @@ -93,7 +93,7 @@
},
{
"name": "Fault",
"unit": "Milliseconds",
"unit": "",
"exponential_histogram": {
"dataPoints": [
{
Expand Down Expand Up @@ -333,3 +333,4 @@
}
]
}

0 comments on commit 46d783e

Please sign in to comment.