-
Notifications
You must be signed in to change notification settings - Fork 18
Move to docc documentation #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8d86d38
to
1efc24b
Compare
The nightly failure is somethign we must fix independently: #17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor suggestions. LGTM overall.
Perhaps should wait for the outcome of the discussion around Package.swift
in apple/swift-statsd-client#36 before merging.
|
||
This makes the System Metrics API available. This adds a new method to `MetricsSystem` called `bootstrapWithSystemMetrics`. Calling this method will call `MetricsSystem.bootstrap` as well as bootstrapping System Metrics. | ||
|
||
`bootstrapWithSystemMetrics` takes a `SystemMetrics.Configuration` object to configure the system metrics. The config has the following properties: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these references be links? (i.e., ``SystemMetrics.Configuration``)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sadly not across modules :-(
Added CI for Swift 5.6 and 5.7. @swift-server-bot test this please |
Okey I chimed in on apple/swift-statsd-client#36 THanks for review! |
some initial docc preparation remove jazzy we need ruby still formatting docker cleanups some more docs for the types Apply suggestions from code review Co-authored-by: Yim Lee <[email protected]> license fix
@@ -88,7 +88,7 @@ for language in swift-or-c bash dtrace; do | |||
matching_files=( -name '*' ) | |||
case "$language" in | |||
swift-or-c) | |||
exceptions=( -name c_nio_http_parser.c -o -name c_nio_http_parser.h -o -name cpp_magic.h -o -name Package.swift -o -name CNIOSHA1.h -o -name c_nio_sha1.c -o -name ifaddrs-android.c -o -name ifaddrs-android.h) | |||
exceptions=( -name Package.swift -o -name Package@*.swift ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need quotes around Package@*.swift
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Resolves #18