Skip to content

Releases: vapor-community/VaporMonitoring

V 2.1.2

20 Mar 14:17
Compare
Choose a tag to compare

This fixes a build error with the package which was a result of a forgotten git push

My apologies 😅

V 2.1.1

18 Mar 13:28
47f2d86
Compare
Choose a tag to compare

This updates the underlying SwiftPrometheus package to version 0.2.0 adding thread safety.

V 2.1.0

07 Dec 11:49
Compare
Choose a tag to compare

This release adds the ability to filter out non internal routes, avoiding explosion of your metrics endpoint.

By default this feature is not enabled, so if you update to 2.1.0 without changing your config, nothing will change in the way your metrics are served.

Example:
If your routes.swift looks like this:

public func routes(_ router: Router) throws {
    // Basic "Hello, world!" example
    router.get("hello") { req in
        return "Hello, world!"
    }
}

Requests to host:port/test will not be taken into account by the logging, but requests to host:port/hello will

V 2.0.1

24 Nov 10:14
Compare
Choose a tag to compare

Small bugfixes and removing a whole bunch of unneeded files to optimize speed

V 2.0

21 Nov 14:05
Compare
Choose a tag to compare

WARNING: Breaking release!

The dashboard was removed in this version, and the underlying prometheus tasks were migrated to use SwiftPrometheus

v1.0.0

20 Jun 12:27
8e57b27
Compare
Choose a tag to compare

Vapor Monitoring V1.0.0, the first full release!

Vapor Monitoring now longer blocks any other Vapor functionality so you can use it with any project!

Version 0.1.0

19 Jun 18:08
52b41fa
Compare
Choose a tag to compare

First stable release of VaporMonitoring! 🎉

v0.0.2

04 Jun 07:25
9da736e
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Fixes a bug with MonitoringConfig

v0.0.1

02 Jun 10:53
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Wrap up v 0.0.1