Swiftpack.co - undefinedlabs/opentelemetry-swift as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by undefinedlabs.
undefinedlabs/opentelemetry-swift 0.1.0
OpenTelemetry API and SDK for Swift
⭐️ 0
🕓 3 years ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/undefinedlabs/opentelemetry-swift.git", from: "0.1.0")

This repository is now obsolete. It was donated to Opentelemetry organization to be the seed of the official OpenTelemetry Swift Client and development continues under OpenTelemetry control:

https://github.com/open-telemetry/opentelemetry-swift

opentelemetry-swift

A swift OpenTelemetry client

Installation

This package includes several libraries. The OpenTelemetryApi library includes protocols and no-op implementations that comprise the OpenTelemetry API following the specification. The OpenTelemetrySdk library is the reference implementation of the API.

Libraries that produce telemetry data should only depend on OpenTelemetryApi, and defer the choice of the SDK to the application developer. Applications may depend on OpenTelemetrySdk or another package that implements the API.

Please note that this library is currently in alpha, and shouldn't be used in production environments.

Adding the dependency

opentelemetry-swift is designed for Swift 5. To depend on the opentelemetry-swift package, you need to declare your dependency in your Package.swift:

.package(url: "https://github.com/undefinedlabs/opentelemetry-swift", from: "0.1.0"),

and to your application/library target, add OpenTelemetryApi or OpenTelemetrySdkto your dependencies, e.g. like this:

.target(name: "ExampleTelemetryProducerApp", dependencies: ["OpenTelemetryApi"]),

or

.target(name: "ExampleApp", dependencies: ["OpenTelemetrySdk"]),

Current status

Current code started as an adaptation of the Java OpenTelemetry client (0.2.0), some Swift style still missing in some areas.

Currently Tracing and Correlation Context API's are implemented.

Implemented also a Jaeger Exporter and a simple stdout exporter

Missing Metrics API. Also missing OpenTracing shims and more exporters.

Examples

The package includes some example projects with basic functionality:

  • Logging Tracer - Simple api implementation of a Tracer that logs every api call
  • Simple Exporter - Shows the Jaeger an Stdout exporters in action using a MultiSpanExporter

GitHub

link
Stars: 0
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

0.1.0
4 years ago

First initial release

Added

  • Tracing implementation in OpenTelemetryApi and OpenTelemetrySdk
  • Distributed Context implementation in OpenTelemetryApi and OpenTelemetrySdk
  • Examples with a simple tracer and a simple exporter

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics