Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Observability Probes (Behind the scenes) to inputs to Runes #431

Open
f0rodo opened this issue May 31, 2022 · 0 comments
Open

Adding Observability Probes (Behind the scenes) to inputs to Runes #431

f0rodo opened this issue May 31, 2022 · 0 comments
Labels
category - enhancement New feature or request

Comments

@f0rodo
Copy link
Contributor

f0rodo commented May 31, 2022

runtime.setInput("rand", floatTensor([1]));

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)

``
@f0rodo f0rodo added the category - enhancement New feature or request label May 31, 2022
@f0rodo 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category - enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant