You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let value = someSQLStatementOrUpstreamProcess()
// Add configuration that can describe metadata and how much to send back to telemetry given an error, info, warn
runtime.addMetadata({"external_source": "radiology-lab-1"})
runtime.setInput("rand", floatTensor([value]));
/* Aspect oriented */
// runtime SDK it self will log errors [Tool provides]
// Within the Rune it self it will check any probes added to this input field /probe/rand/value_check.wasm
// Within the Rune it self it will check any probes added to this input field /probe/rand/prior_distriburation_check.wasm
// Uniform(k=0.5) ... 100 samples and it will find the mean != 0.5 and doesn't fit Uniform (THIS IS AUTOMATIC)
``
The text was updated successfully, but these errors were encountered:
f0rodo
changed the title
Adding Observability Probs (Behind the scenes) to inputs to Runes
Adding Observability Probes (Behind the scenes) to inputs to Runes
Jun 1, 2022
rune/bindings/web/rune/src/index.test.ts
Line 23 in f881d66
The text was updated successfully, but these errors were encountered: