temporalio / samples-server

MIT License
37 stars 32 forks source link

fix(metric type): Use rate instead of count when submitting metric to Datadog #58

Closed taonic closed 11 months ago

taonic commented 11 months ago

What was changed

This PR fixes the previously mistakenly chosen metric type when submitting to Datadog. Rate should be used instead of counter.

Before

image

After

image

Why?

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?