Contents

rosecoder/google-cloud-tracing-swift

This package provides a Swift implementation for tracing with the Google Cloud Platform. It's built to integrate with the official [Swift Distributed Tracing](https://github.com/apple/swift-distributed-tracing).

Example usage

import Tracing
import GoogleCloudTracing

let tracer = GoogleCloudTracer()
InstrumentationSystem.bootstrap(tracer)

This will automatically authenticate with Google Cloud and send traces to [Cloud Trace)(https://cloud.google.com/trace/docs).

See Google Cloud Auth for Swift for supported authentication methods.

Package Metadata

Repository: rosecoder/google-cloud-tracing-swift

Default branch: main

README: README.md