Skip to content

Commit 7a6d89b

Browse files
committed
Changeset
1 parent 2e55e5b commit 7a6d89b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)