Skip to content

Commit

Permalink
fix: append metric datums when sending preaggregated metrics (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Sep 20, 2023
1 parent ca90d35 commit 862ec86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class GoodmetricsClient private constructor(
for ((measurement, aggregation) in measurementMap) {
templateDatum.measurementsMap[measurement] = aggregation.toProto()
}
this.metrics.add(templateDatum)
}
}
}
Expand Down

0 comments on commit 862ec86

Please sign in to comment.