-
The two recently accepted by the SSWG API packages both use the "bootstrap at system start style" to select a (logger | metrics) backend.
The Logging API requires:
```swift
LoggingSystem.bootst…
ktoso updated
5 years ago
-
When switching from KituraNet to Kitura-NIO URLs errors occur with spaces in query parameters.
A URL such as `http://www.something.com/hi/there?parameter=Hi%20There` will either throw an exception …
-
While working with `SwiftMetrics` to implement a `Timer` I was left wondering what's the best way to capture the start/end without reaching for `Foundation.Date`?
My first instinct was to use `NIO.…
-
https://travis-ci.org/RuntimeTools/SwiftMetrics/builds/505750620
-
The name for this repo is rather redundant. Because the org is called `swift-server`, it can be safely assumed that Swift is the language that the projects will be built in. I suggest that the `swift-…
-
```swift
import PackageDescription
let package = Package(
name: "MyServer",
products: [
.executable(name: "my-server", targets: ["my-server"])
],
dependencies: [
.package(url…
-
Running `kitura init` on Linux (with kitura-cli 0.0.11 or later) generates a broken project.
The `Sources/Generator-Swiftserver-Projects` path is successfully renamed to `Sources/MyProj`, but the `…
-
When I integrate the dependencies in my packages.swift file, I cannot fetch and use them due to issues with:
- CLibpq.git--8701709317686881875: warning: Ignoring declared target(s) 'CLibpq' in the sy…
-
`swift package update` hung when using with Kitura 2.6.
I forked and tried to bump Package.swift to
`.package(url: "https://github.com/IBM-Swift/Kitura.git", from: "2.6.0")`
`swift package upda…
-
Importing from https://github.com/tomerd/swift-server-metrics-api-proposal/issues/6
Rewritten the rationale in a more formal form, please discuss.
---
# Define a way to "destroy" metrics
- …
ktoso updated
5 years ago