Skip to content

Releases: labbsr0x/express-monitor

Adds swagger-express-middleware support

11 Nov 17:08
Compare
Choose a tag to compare

collectRequestTime

30 Oct 12:51
ba14bab
Compare
Choose a tag to compare

Exposes the collectRequestTime API.

v2.9.0

09 Oct 12:57
Compare
Choose a tag to compare

Fixes collectDependencyTime method.

v2.8.1

09 Oct 12:36
9803823
Compare
Choose a tag to compare

Fixes collectDependencyTime method.

v2.8.0

18 Sep 18:58
Compare
Choose a tag to compare
  • Fixes #21 Invalid addr label valeu when there's no registered route for the requested URL.
  • Export the getAddress function to be used in customized metrics.

v2.7.0

17 Sep 18:19
Compare
Choose a tag to compare
  • Change addr label value from the original URL to the registered route path #20

Adds Typescript Support

28 Jul 11:16
1262709
Compare
Choose a tag to compare

Adds Typescript Support

Removes query string from metric addr label

16 Jun 13:58
Compare
Choose a tag to compare
v2.5.0

bumbs up version to 2.5.0

Big Brother Metric Protocol v1.1.0

11 May 16:54
f93b87f
Compare
Choose a tag to compare

This release updates the Express Monitor to implement version v1.1.0 of the Big Brother Metric Protocol:

request_seconds_bucket{type, status, isError, errorMessage, method, addr, le}
request_seconds_count{type, status, isError, errorMessage, method, addr}
request_seconds_sum{type, status, isError, errorMessage, method, addr}
response_size_bytes{type, status, isError, errorMessage, method, addr}
dependency_up{name}
dependency_request_seconds_bucket{name, type, status, isError, errorMessage, method, addr, le}
dependency_request_seconds_count{name, type, status, isError, errorMessage, method, add}
dependency_request_seconds_sum{name, type, status, isError, errorMessage, method, add}
application_info{version}

Big Brother Metric Protocol v0.2.0

28 Jan 20:36
Compare
Choose a tag to compare

New Big Brother Protocol version:

request_seconds_bucket{type, status, isError, method, addr, le}
request_seconds_count{type, status, isError, method, addr}
request_seconds_sum{type, status, isError, method, addr}
response_size_bytes{type, status, isError, method, addr}
dependency_up{name}
application_info{version}