SwiftMetrics icon indicating copy to clipboard operation
SwiftMetrics copied to clipboard

Swift Application Metrics instruments the Swift runtime for performance monitoring, providing the monitoring data programatically via an API or visually with an Eclipse Client.

Results 22 SwiftMetrics issues
Sort by recently updated
recently updated
newest added

This is required by the new version of the WebSocketService protocol. Also update dependencies to the community version of Kitura (moved away from IBM-Swift). This fixes a compilation issue with...

macOS 10.15.6. Swift dev trunk October 15th 2020: ``` $ which swift /home/xander/swift-DEVELOPMENT-SNAPSHOT-2020-10-15-a-ubuntu18.04/usr/bin/swift $ swift --version Swift version 5.3-dev (LLVM 2ea629d94ab01c3, Swift aa3e5904f8ba8bf) Target: x86_64-unknown-linux-gnu $ swift build Fetching https://github.com/scottrhoyt/SwiftyTextTable.git...

Signed-off-by: James Cockbain Updates graphmetrics sub-modules to include update with new dark-theme. Also adds a script into `index.html` on the dashboard to allow for the switching of themes by query...

Example: https://travis-ci.org/RuntimeTools/SwiftMetrics/jobs/524976223 ``` Test Case 'CoreSwiftMetricsTests.SwiftMetricsMemory' started at 2019-04-26 14:32:43.817 [Fri Apr 26 14:32:43 2019] com.ibm.diagnostics.healthcenter.loader INFO: Swift Application Metrics /home/travis/build/RuntimeTools/SwiftMetrics/Tests/CoreSwiftMetricsTests/CoreSwiftMetricsTests.swift:136: error: CoreSwiftMetricsTests.SwiftMetricsMemory : Asynchronous wait failed - Exceeded timeout...

A recent CI job contained a failure: https://travis-ci.org/RuntimeTools/SwiftMetrics/jobs/490033860 ``` Test Case '-[CoreSwiftMetricsTests.CoreSwiftMetricsTests testSwiftMetricsLatency]' started. [Thu Feb 7 13:11:28 2019] com.ibm.diagnostics.healthcenter.loader INFO: Swift Application Metrics 2019-02-07 13:11:30.301 xctest[54720:79833] *** Assertion failure...

Hello, This project looks incredible. Is it possible to use it with a Vapor server? I saw in the article it said that it would automatically setup a Kitura server,...

As SwiftMetrics is now already included when using `kitura init`, adding the following code starts a second SwiftMetrics instance leading to the dashboard displaying multiple versions of each metric (e.g....

https://github.com/IBM-Swift/CircuitBreaker has now been updated and we can exploit this in SwiftMetrics to proved CircuitBreaker data. As part of the changes to CircuitBreaker, each CircuitBreaker instance provides the stats that...

enhancement

Raising on behalf of @seabaylea At the moment the documentation in the README is sufficient to run either SM-dash or SM-prometheus. The only documented constructors in the example are the...