Skip to content

feat: Application metrics and support undefined metrics#53

Merged
nickschuch merged 7 commits intomainfrom
application-metrics
Apr 14, 2026
Merged

feat: Application metrics and support undefined metrics#53
nickschuch merged 7 commits intomainfrom
application-metrics

Conversation

@nterbogt
Copy link
Copy Markdown
Contributor

@nterbogt nterbogt commented Apr 7, 2026

No description provided.

Comment thread metrics.proto
google.protobuf.Timestamp timestamp = 1; // The timestamp of the metric..
double value = 2; // The value of the metric at the given timestamp.
google.protobuf.Timestamp timestamp = 1; // The timestamp of the metric.
optional double value = 2; // The value of the metric at the given timestamp.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optional here is to support 0 being different from undefined. Nothing currently uses it, but I didn't want to do the 3 repo update again to change it later :)

@nterbogt nterbogt requested a review from nickschuch April 13, 2026 02:27
Comment thread metrics.proto Outdated
@nickschuch nickschuch merged commit 68ea855 into main Apr 14, 2026
1 check passed
@nickschuch nickschuch deleted the application-metrics branch April 14, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants