Mongosync Insights v0.8.2.7#186
Open
BigMarcio wants to merge 11 commits into
Open
Conversation
|
Semgrep found 1 Detected a request using 'http://'. This request will be unencrypted, and attackers could listen into traffic on the network and be able to obtain sensitive information. Use 'https://' instead. View Dataflow Graphflowchart LR
classDef invis fill:white, stroke: none
classDef default fill:#e7f5ff, color:#1c7fd6, stroke: none
subgraph File0["<b>migration/mongosync_insights/lib/live_migration_metrics.py</b>"]
direction LR
%% Source
subgraph Source
direction LR
v0["<a href=https://github.com/mongodb/support-tools/blob/05d12ec5e12a0608f68b56dd4f74cd8f91ddca7c/migration/mongosync_insights/lib/live_migration_metrics.py#L561 target=_blank style='text-decoration:none; color:#1c7fd6'>[Line: 561] http://</a>"]
end
%% Intermediate
subgraph Traces0[Traces]
direction TB
v2["<a href=https://github.com/mongodb/support-tools/blob/05d12ec5e12a0608f68b56dd4f74cd8f91ddca7c/migration/mongosync_insights/lib/live_migration_metrics.py#L561 target=_blank style='text-decoration:none; color:#1c7fd6'>[Line: 561] url</a>"]
end
%% Sink
subgraph Sink
direction LR
v1["<a href=https://github.com/mongodb/support-tools/blob/05d12ec5e12a0608f68b56dd4f74cd8f91ddca7c/migration/mongosync_insights/lib/live_migration_metrics.py#L563 target=_blank style='text-decoration:none; color:#1c7fd6'>[Line: 563] url</a>"]
end
end
%% Class Assignment
Source:::invis
Sink:::invis
Traces0:::invis
File0:::invis
%% Connections
Source --> Traces0
Traces0 --> Sink
🛟 Help? Slack #semgrep-help or go/semgrep-help. Resolution Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add estimatedSecondsToCEACatchup, Index Building, and Verification metrics to plot from mongosync logs
Fix Log Viewer to show the most recent log first
Fix the layout to properly show the LOAD link in all themes
Add a new Error Pattern to the list
Add recommendations to the error pattern
Add an explanation of how log verbosity affects the plots
Fix the Partition Initialization Details that were not rendering
Update initialization banner with mongosync insights version and URL