We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e55e5b commit 7a6d89bCopy full SHA for 7a6d89b
.changesets/feat_metric_temporality.md
@@ -0,0 +1,8 @@
1
+### feat: Add configuration option for metric temporality - @swcollard PR #413
2
+
3
+Creates a new configuration option for telemetry to set the Metric temporality to either Cumulative (default) or Delta.
4
5
+* Cumulative - The metric value will be the overall value since the start of the measurement.
6
+* Delta - The metric will be the difference in the measurement since the last time it was reported.
7
8
+Some observability vendors require that one is used over the other so we want to support the configuration in the MCP Server.
0 commit comments