Releases: labbsr0x/express-monitor
Releases · labbsr0x/express-monitor
Adds swagger-express-middleware support
v2.11.0 version bump
collectRequestTime
Exposes the collectRequestTime
API.
v2.9.0
Fixes collectDependencyTime method.
v2.8.1
Fixes collectDependencyTime method.
v2.8.0
v2.7.0
Adds Typescript Support
Adds Typescript Support
Removes query string from metric addr label
v2.5.0 bumbs up version to 2.5.0
Big Brother Metric Protocol v1.1.0
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
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}