-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update OpenTelemetry dependencies (#10941)
Fixes #10937 ## Description Update OpenTelemetry dependencies and take advantage of the new functionality. ### Security Considerations None known. ### Scaling Considerations ### Documentation Considerations n/a ### Testing Considerations Automated verification of Prometheus endpoint output will come later, but expected output was confirmed manually for now: ``` # HELP target_info Target metadata # TYPE target_info gauge target_info{service_name="agd-cosmos",telemetry_sdk_language="nodejs",telemetry_sdk_name="opentelemetry",telemetry_sdk_version="1.30.1",service_instance_id="0.38058012855521905"} 1 # HELP swingset_vat_startup Vat startup time (ms) # TYPE swingset_vat_startup histogram swingset_vat_startup_count 5 1738694524397 swingset_vat_startup_sum 2212 1738694524397 swingset_vat_startup_bucket{le="5"} 0 1738694524397 swingset_vat_startup_bucket{le="10"} 0 1738694524397 swingset_vat_startup_bucket{le="25"} 0 1738694524397 swingset_vat_startup_bucket{le="50"} 0 1738694524397 swingset_vat_startup_bucket{le="100"} 1 1738694524397 swingset_vat_startup_bucket{le="250"} 1 1738694524397 swingset_vat_startup_bucket{le="500"} 3 1738694524397 swingset_vat_startup_bucket{le="1000"} 5 1738694524397 swingset_vat_startup_bucket{le="2500"} 5 1738694524397 swingset_vat_startup_bucket{le="5000"} 5 1738694524397 swingset_vat_startup_bucket{le="10000"} 5 1738694524397 swingset_vat_startup_bucket{le="+Inf"} 5 1738694524397 # HELP swingset_all_syscall_total Total number of SwingSet kernel calls # TYPE swingset_all_syscall_total counter swingset_all_syscall_total 342 1738694524397 # HELP swingset_syscall_total Total number of SwingSet message send kernel calls # TYPE swingset_syscall_total counter swingset_syscall_total{syscall="send"} 1 1738694524397 swingset_syscall_total{syscall="callNow"} 0 1738694524397 swingset_syscall_total{syscall="subscribe"} 0 1738694524397 swingset_syscall_total{syscall="resolve"} 0 1738694524397 swingset_syscall_total{syscall="exit"} 0 1738694524397 swingset_syscall_total{syscall="vatstoreGet"} 136 1738694524397 swingset_syscall_total{syscall="vatstoreSet"} 183 1738694524397 swingset_syscall_total{syscall="vatstoreGetNext"} 22 1738694524397 swingset_syscall_total{syscall="vatstoreDelete"} 0 1738694524397 swingset_syscall_total{syscall="dropImports"} 0 1738694524397 ``` ### Upgrade Considerations Changes should be unobservable outside of the cosmic-swingset Node.js process. Verification in live networks should inspect Prometheus output[^1]. [^1]: as configured by environment variable `OTEL_EXPORTER_PROMETHEUS_PORT`.
- Loading branch information
Showing
9 changed files
with
138 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.