Skip to content

rosecoder/google-cloud-tracing-swift

Repository files navigation

Google Cloud Tracing for 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.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors