-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated some packages to gain security fixed in dependent libraries Entity Dashboard Screenshots Report: - Removed Chrome Driver 83 - Added Chrome Driver 83 Snapshots Report: - Added RequestID Filtering Individual Snapshot Report: - Added this new report Flame Graphs Report: - Added HTML page summary for application APM Entity Metrics Report: - Removed scatter plot - Added ability to extract summary period metrics without per-minute/per-hour durations to dramatically shorten the time for just a "overall summary" report (fix #111) - added new JMX metric metric sets for Web Container Runtime and JDBC Connection Pooling for Tomcat and JBoss Java applications - Fixed #40 Entity Metrics Report in Tableau: - Fixed #31 - added new JMX metric metric sets for Web Container Runtime and JDBC Connection Pooling for Tomcat and JBoss Java applications for Tiers and Nodes Detected Entities Report: - Added Cloud host and region - Added JVM min and max heap size - Added runtime properties and versions
- Loading branch information
1 parent
07eebaa
commit 1c0a323
Showing
72 changed files
with
33,823 additions
and
32,271 deletions.
There are no files selected for viewing
This file contains 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
Binary file renamed
BIN
+9.77 MB
ChromeDriver/80/linux64/chromedriver → ChromeDriver/83/linux64/chromedriver
Binary file not shown.
Binary file renamed
BIN
+14 MB
ChromeDriver/80/mac64/chromedriver → ChromeDriver/83/mac64/chromedriver
Binary file not shown.
Binary file renamed
BIN
+7.7 MB
ChromeDriver/80/win32/chromedriver.exe → ChromeDriver/83/win32/chromedriver.exe
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace AppDynamics.Dexter | ||
{ | ||
public class JobMetricSelectionCriteria | ||
{ | ||
public string[] MetricSets { get; set; } | ||
public bool IncludeHourAndMinuteDetail { get; set; } | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.