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
freezing’ Scope’s view, so that I can ZIP up a static web site
We devs do this all the time for debugging by exporting the Scope report and loading it with a fixprobe. However, this is really tedious for end users.
I see a couple of alternatives to make this easier:
Implement the fixprobe functionality in the UI. The UI can temporarily act as a fixprobe while the report is "imported". Some things would need to be resolved though: When to stop forwarding the report? What about other probes reporting at the same time? We may need to ask the app to ignore them temporarily, which won't be easy for weave cloud.
Implement scope launch --diagnose=report.json. Which launches an app with a fixed probe.
While (1) is more flexible (it works with existing instances) it's also much more complicated, so I would go for (2).
An issue for both (1) and (2) is forward compatibility of the standalone app with newer report schemas (which we have never worried about). We can choose to ignore that problem for now.
The text was updated successfully, but these errors were encountered:
2opremio
added
the
chore
Related to fix/refinement/improvement of end user or new/existing developer functionality
label
Feb 28, 2017
works, but the same doesn't work via a scope launch because the file isn't available inside the container. A new launch flag, along the lines suggested above, and parsed by the script could easily take care of mounting the file.
rade
added
the
feature
Indicates that issue is related to new end user functionality
label
Jul 14, 2017
rade
removed
the
chore
Related to fix/refinement/improvement of end user or new/existing developer functionality
label
Aug 14, 2017
A user came up with the following usecase:
We devs do this all the time for debugging by exporting the Scope report and loading it with a fixprobe. However, this is really tedious for end users.
I see a couple of alternatives to make this easier:
scope launch --diagnose=report.json
. Which launches an app with a fixed probe.While (1) is more flexible (it works with existing instances) it's also much more complicated, so I would go for (2).
An issue for both (1) and (2) is forward compatibility of the standalone app with newer report schemas (which we have never worried about). We can choose to ignore that problem for now.
The text was updated successfully, but these errors were encountered: