Skip to content

Commit d2485f0

Browse files
author
Jeffrey Schmidt
committed
updates
1 parent 035ac15 commit d2485f0

File tree

10 files changed

+18223
-18274
lines changed

10 files changed

+18223
-18274
lines changed

ChangeLog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
StatsAgg 1.5 - released 2018-xx-xx
1+
StatsAgg 1.5 - released 2020-xx-xx
22
* New feature : A json-based API for programatically interacting with StatsAgg
33
* 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.
44
* New feature -- 'Alerts Report'. A page in the WebUI that shows all the important details of an alert on in a table view.
@@ -7,7 +7,7 @@ StatsAgg 1.5 - released 2018-xx-xx
77
* Renamed 'Alert Suspensions' to 'Suspensions'. This was done to accomidate the 'metric suspension' feature.
88
* 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.
99
* Performance enhancements
10-
* Support for Java9 & Java10 as runtimes. StatsAgg maintains support for (and is compiled with) Java8.
10+
* Support for Java9+ as runtimes. StatsAgg maintains support for (and is compiled with) Java8.
1111
* The 'Home' page now outputs the number of metric datapoints that are residing in StatsAgg's memory.
1212
* Email alerts now include tags
1313
* Support for single-metric OpenTSDB metrics via the HTTP API

dev/Todo.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
StatsAgg 1.5
2-
* Update screenshots of 'suspensions'
3-
* Document MG API 'include_metric_associations'
4-
51
StatsAgg 1.6
62
* Divorce from Tomcat. Use an embedded HTTP server.
73
* Start using Flyway for database changes

docs/alert_suspensions.png

8.07 KB
Loading

docs/manual.pdf

-430 KB
Binary file not shown.

src/main/webapp/docs/Manual.htm

Lines changed: 18207 additions & 18254 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<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"/>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
2-
<o:MainFile HRef="../Manual.htm"/>
3-
<o:File HRef="item0010.xml"/>
4-
<o:File HRef="props011.xml"/>
5-
<o:File HRef="themedata.thmx"/>
6-
<o:File HRef="colorschememapping.xml"/>
7-
<o:File HRef="image001.png"/>
8-
<o:File HRef="image002.png"/>
9-
<o:File HRef="image003.png"/>
10-
<o:File HRef="image004.jpg"/>
11-
<o:File HRef="filelist.xml"/>
1+
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
2+
<o:MainFile HRef="../Manual.htm"/>
3+
<o:File HRef="item0010.xml"/>
4+
<o:File HRef="props011.xml"/>
5+
<o:File HRef="themedata.thmx"/>
6+
<o:File HRef="colorschememapping.xml"/>
7+
<o:File HRef="image001.png"/>
8+
<o:File HRef="image002.png"/>
9+
<o:File HRef="image003.png"/>
10+
<o:File HRef="image004.jpg"/>
11+
<o:File HRef="filelist.xml"/>
1212
</xml>
-157 Bytes
Loading
-218 Bytes
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<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>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<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 commit comments

Comments
 (0)