windowed_tdigest.go ×1

Frontier kind: Joint frontier

unlabeled · c_525c70136c95

11 tests · 44 LOC · 1 file · introduces 1 test · 1 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
1 range1 lines · 1 files
Tests
1 test

Contains — complete concept membership

All code (extent)
14 ranges44 lines · 1 file · Browse complete extent
All tests (intent)
11 testsBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Introduced files, introduced tests, and structurally relevant concept specializationhealth_signal_aggregator.go ×1 · 1 introduced LOChealth_signal_aggregator…deep_health_check.go ×1 · 2 introduced LOCdeep_health_check.go ×1all_checks_healthy · 0 introduced LOCall_checks_healthyinit_window_does_not_suppress_threshold_checks · 0 introduced LOCinit_window_does_not_sup…deep_health_check.go ×1 · 2 introduced LOCdeep_health_check.go ×1deep_health_check.go ×1 · 2 introduced LOCdeep_health_check.go ×1deep_health_check.go ×1 · 2 introduced LOCdeep_health_check.go ×1moving_window_average.go ×2 · 7 introduced LOCmoving_window_average.go…TestWindowedDigest_MultipleValuesInSameWindow · 0 introduced LOCTestWindowedDigest_Multi…TestWindowedDigest_RecordToLatestWindow · 0 introduced LOCTestWindowedDigest_Recor…TestWindowedDigest_RecordMultiWeighted · 0 introduced LOCTestWindowedDigest_Recor…windowed_tdigest.go ×2 · 6 introduced LOCwindowed_tdigest.go ×2windowed_tdigest.go ×1 · 1 introduced LOCwindowed_tdigest.go ×1windowed_tdigest.go ×1 · 1 introduced LOCwindowed_tdigest.go ×1windowed_tdigest.go ×9 · 34 introduced LOCwindowed_tdigest.go ×9windowed_tdigest.go ×3 · 8 introduced LOCwindowed_tdigest.go ×3TestOperatorServiceMetadata, TestWorkflowServiceMetadata · 0 introduced LOCTestOperatorServiceMetad…go.temporal.io/server/common/aggregate/moving_window_average.go · 79 LOCaggregate/moving_window_…go.temporal.io/server/common/persistence/health_signal_aggregator.go · 202 LOCpersistence/health_signa…go.temporal.io/server/common/rpc/interceptor/health_check.go · 267 LOCinterceptor/health_check…go.temporal.io/server/common/stats/windowed_tdigest.go · 244 LOCstats/windowed_tdigest.g…go.temporal.io/server/service/history/deep_health_check.go · 143 LOChistory/deep_health_chec…TestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…empty · introduced test · go.temporal.io/server/common/stats/TestWindowedDigest/emptyemptyfull-buckets · introduced test · go.temporal.io/server/common/stats/TestWindowedDigest/full-bucketsfull-bucketssingle-value · introduced test · go.temporal.io/server/common/stats/TestWindowedDigest/single-valuesingle-valueTestWindowedDigest_MultipleValuesInSameWindow · introduced test · go.temporal.io/server/common/stats/TestWindowedDigest_MultipleValuesInSameWindowTestWindowedDigest_Multi…TestWindowedDigest_RecordMultiWeighted · introduced test · go.temporal.io/server/common/stats/TestWindowedDigest_RecordMultiWeightedTestWindowedDigest_Recor…TestWindowedDigest_RecordToLatestWindow · introduced test · go.temporal.io/server/common/stats/TestWindowedDigest_RecordToLatestWindowTestWindowedDigest_Recor…all_checks_healthy · introduced test · go.temporal.io/server/service/history/TestDeepHealthCheck/all_checks_healthyall_checks_healthygrpc_not_serving_propagates_after_init_window_expires · introduced test · go.temporal.io/server/service/history/TestDeepHealthCheck/grpc_not_serving_propagates_after_init_window_expiresgrpc_not_serving_propaga…grpc_not_serving_suppressed_within_init_window · introduced test · go.temporal.io/server/service/history/TestDeepHealthCheck/grpc_not_serving_suppressed_within_init_windowgrpc_not_serving_suppres…init_window_does_not_suppress_threshold_checks · introduced test · go.temporal.io/server/service/history/TestDeepHealthCheck/init_window_does_not_suppress_threshold_checksinit_window_does_not_sup…rpc_latency_and_persistence_error_ratio_over_thresholds · introduced test · go.temporal.io/server/service/history/TestDeepHealthCheck/rpc_latency_and_persistence_error_ratio_over_thresholdsrpc_latency_and_persiste…rpc_latency_and_persistence_error_ratio_over_thresholds,_percentiles_enforced · introduced test · go.temporal.io/server/service/history/TestDeepHealthCheck/rpc_latency_and_persistence_error_ratio_over_thresholds,_percentiles_enforcedrpc_latency_and_persiste…Focused concept · windowed_tdigest.go ×1 · 1 introduced LOCwindowed_tdigest.go ×1

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

1 test introduced at this concept.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

1 file ranked by introduced lines: 1 introduced LOC across 1 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/common/stats/windowed_tdigest.go 1 introduced LOC · 1 range

Open complete file

173 return nil, errTooNew
174 }
175 > return latest, nil windowed_tdigest.go
176 }
177 for idx := w.modDec(w.head); idx != w.head; idx = w.modDec(idx) {