Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Schmidt committed Sep 25, 2020
1 parent 035ac15 commit d2485f0
Show file tree
Hide file tree
Showing 10 changed files with 18,223 additions and 18,274 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StatsAgg 1.5 - released 2018-xx-xx
StatsAgg 1.5 - released 2020-xx-xx
* New feature : A json-based API for programatically interacting with StatsAgg
* New feature -- 'metric suspensions'. With a 'metric suspension', you can write a regular-expression that will match metric-keys & prevent them from being considered for alerting.
* New feature -- 'Alerts Report'. A page in the WebUI that shows all the important details of an alert on in a table view.
Expand All @@ -7,7 +7,7 @@ StatsAgg 1.5 - released 2018-xx-xx
* Renamed 'Alert Suspensions' to 'Suspensions'. This was done to accomidate the 'metric suspension' feature.
* Changed several pages in the WebUI to load via on-page iframes (instead of transitioning different page). This improves the flow of the UI, as it significantly reduces the need use the browser back/forward buttons.
* Performance enhancements
* Support for Java9 & Java10 as runtimes. StatsAgg maintains support for (and is compiled with) Java8.
* Support for Java9+ as runtimes. StatsAgg maintains support for (and is compiled with) Java8.
* The 'Home' page now outputs the number of metric datapoints that are residing in StatsAgg's memory.
* Email alerts now include tags
* Support for single-metric OpenTSDB metrics via the HTTP API
Expand Down
4 changes: 0 additions & 4 deletions dev/Todo.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
StatsAgg 1.5
* Update screenshots of 'suspensions'
* Document MG API 'include_metric_associations'

StatsAgg 1.6
* Divorce from Tomcat. Use an embedded HTTP server.
* Start using Flyway for database changes
Expand Down
Binary file modified docs/alert_suspensions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/manual.pdf
Binary file not shown.
36,461 changes: 18,207 additions & 18,254 deletions src/main/webapp/docs/Manual.htm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/docs/Manual_files/colorschememapping.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:clrMap xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" bg1="lt1" tx1="dk1" bg2="lt2" tx2="dk2" accent1="accent1" accent2="accent2" accent3="accent3" accent4="accent4" accent5="accent5" accent6="accent6" hlink="hlink" folHlink="folHlink"/>
22 changes: 11 additions & 11 deletions src/main/webapp/docs/Manual_files/filelist.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
<o:MainFile HRef="../Manual.htm"/>
<o:File HRef="item0010.xml"/>
<o:File HRef="props011.xml"/>
<o:File HRef="themedata.thmx"/>
<o:File HRef="colorschememapping.xml"/>
<o:File HRef="image001.png"/>
<o:File HRef="image002.png"/>
<o:File HRef="image003.png"/>
<o:File HRef="image004.jpg"/>
<o:File HRef="filelist.xml"/>
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
<o:MainFile HRef="../Manual.htm"/>
<o:File HRef="item0010.xml"/>
<o:File HRef="props011.xml"/>
<o:File HRef="themedata.thmx"/>
<o:File HRef="colorschememapping.xml"/>
<o:File HRef="image001.png"/>
<o:File HRef="image002.png"/>
<o:File HRef="image003.png"/>
<o:File HRef="image004.jpg"/>
<o:File HRef="filelist.xml"/>
</xml>
Binary file modified src/main/webapp/docs/Manual_files/image002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/webapp/docs/Manual_files/image004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/webapp/docs/Manual_files/props011.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ds:datastoreItem ds:itemID="{7E2AB727-F57D-4F11-917B-F241023B9A60}" xmlns:ds="http://schemas.openxmlformats.org/officeDocument/2006/customXml"><ds:schemaRefs><ds:schemaRef ds:uri="http://schemas.openxmlformats.org/officeDocument/2006/bibliography"/></ds:schemaRefs></ds:datastoreItem>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ds:datastoreItem ds:itemID="{0A889AD7-F312-4A8D-BF84-4050DA342707}" xmlns:ds="http://schemas.openxmlformats.org/officeDocument/2006/customXml"><ds:schemaRefs><ds:schemaRef ds:uri="http://schemas.openxmlformats.org/officeDocument/2006/bibliography"/></ds:schemaRefs></ds:datastoreItem>

0 comments on commit d2485f0

Please sign in to comment.