Commit 4fc095c
Change
# Description of Changes
There are two purposes for introducing the changes in this commit:
1. Decrease the cardinality of the metric, as the caller id and
connection id cwould result in way too combiations
2. Add a database_identity label, which is much more useful for the
metric
# API and ABI breaking changes
I'm honestly not sure if metrics labels change is an API breaking
change, I suppose not? For what it's worth, I don't think that anyone
was relying on the labels I've removed.
# Expected complexity level and risk
1
# Testing
- [x] I've tested the change locally
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>spacetime_worker_wasm_instance_errors_total metric's labels (#3614)1 parent 1b87bac commit 4fc095c
File tree
2 files changed
+8
-31
lines changed- crates/core/src
- host/wasm_common
- worker_metrics
2 files changed
+8
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
| 638 | + | |
644 | 639 | | |
645 | 640 | | |
646 | 641 | | |
| |||
747 | 742 | | |
748 | 743 | | |
749 | 744 | | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
755 | | - | |
| 745 | + | |
756 | 746 | | |
757 | 747 | | |
758 | 748 | | |
| |||
827 | 817 | | |
828 | 818 | | |
829 | 819 | | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | | - | |
| 820 | + | |
837 | 821 | | |
838 | 822 | | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
| 823 | + | |
845 | 824 | | |
846 | 825 | | |
847 | 826 | | |
| |||
964 | 943 | | |
965 | 944 | | |
966 | 945 | | |
967 | | - | |
968 | | - | |
| 946 | + | |
969 | 947 | | |
970 | 948 | | |
971 | 949 | | |
972 | 950 | | |
973 | | - | |
974 | | - | |
| 951 | + | |
975 | 952 | | |
976 | 953 | | |
977 | 954 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments