Compare commits
2 Commits
feature/sp
...
main
Author | SHA1 | Date |
---|---|---|
![]() |
11bfb3a13a | |
![]() |
8fe26c087d |
|
@ -1,31 +0,0 @@
|
||||||
name: Documentation
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Generate Documentation
|
|
||||||
uses: SwiftDocOrg/swift-doc@master
|
|
||||||
with:
|
|
||||||
format: html
|
|
||||||
base-url: /opentelemetry-swift-xray/
|
|
||||||
module-name: "OpenTelemetry Swift X-Ray"
|
|
||||||
output: Documentation
|
|
||||||
|
|
||||||
- name: Update Permissions
|
|
||||||
run: 'sudo chown -R $USER Documentation'
|
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
|
||||||
with:
|
|
||||||
branch: gh-pages
|
|
||||||
folder: Documentation
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
version: 1
|
||||||
|
builder:
|
||||||
|
configs:
|
||||||
|
- documentation_targets: [OpenTelemetryXRay]
|
|
@ -8,7 +8,7 @@ let package = Package(
|
||||||
.library(name: "OpenTelemetryXRay", targets: ["OpenTelemetryXRay"]),
|
.library(name: "OpenTelemetryXRay", targets: ["OpenTelemetryXRay"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/slashmo/swift-otel.git", .upToNextMinor(from: "0.7.0")),
|
.package(url: "https://github.com/slashmo/swift-otel.git", .upToNextMinor(from: "0.8.0")),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(name: "OpenTelemetryXRay", dependencies: [
|
.target(name: "OpenTelemetryXRay", dependencies: [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# X-Ray Support for OpenTelemetry Swift
|
# X-Ray Support for OpenTelemetry Swift
|
||||||
|
|
||||||
[](https://github.com/slashmo/opentelemetry-swift-xray/actions/workflows/ci.yaml)
|
[](https://github.com/slashmo/opentelemetry-swift-xray/actions/workflows/ci.yaml)
|
||||||
[](https://swift.org)
|
[](https://swiftpackageindex.com/slashmo/swift-otel)
|
||||||
[](https://github.com/apple/swift-distributed-tracing)
|
[](https://github.com/apple/swift-distributed-tracing)
|
||||||
|
|
||||||
This library adds support for [AWS X-Ray](https://aws.amazon.com/xray/) to [OpenTelemetry Swift](https://github.com/slashmo/opentelemetry-swift).
|
This library adds support for [AWS X-Ray](https://aws.amazon.com/xray/) to [OpenTelemetry Swift](https://github.com/slashmo/opentelemetry-swift).
|
||||||
|
|
Loading…
Reference in New Issue