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

script_success metric output is false positive #910

Open
cristinaleonr opened this issue May 18, 2022 · 0 comments
Open

script_success metric output is false positive #910

cristinaleonr opened this issue May 18, 2022 · 0 comments

Comments

@cristinaleonr
Copy link
Contributor

cristinaleonr commented May 18, 2022

The script_success metric has been found to output 1 (success) for experiment="wehe" and machine=~".*(bru06|cgk01|chs0t|fra07|iad07|iad08|lax07|lax08|lax0t|lhr09|ord07|pdx0t|sea09|sin02|tpe02).*" (cloud nodes). Since NDT is currently the only experiment running on cloud nodes, this output is incorrect.

To debug this issue, we connected to one of the script exporter containers in the prometheus-federation cluster and ran the script_exporter command for wehe/cloud machines. While the output was 1, the logs showed that there was a connection error.

Note: one way to find the set of cloud nodes is to run the following command in the "sites" folder of siteinfo.

$ grep default_virtual *
bru06.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
cgk01.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
chs0t.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
fra07.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
iad07.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
iad08.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
lax07.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
lax08.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
lax0t.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
lhr09.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
ord07.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
pdx0t.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
sea09.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
sin02.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
tpe02.jsonnet:local sitesDefault = import 'sites/_default_virtual.jsonnet';
@cristinaleonr cristinaleonr changed the title script_success metric false positive script_success metric output is false positive May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant