Sha256: 1014b8171258c2e0127cb9d42da0338446538043e632ae9640c2551672c347dd
Contents?: true
Size: 1.43 KB
Versions: 6
Compression:
Stored size: 1.43 KB
Contents
Stackdriver Trace API for Ruby ================================================= google-cloud-trace uses [Google API extensions][google-gax] to provide an easy-to-use client library for the [Stackdriver Trace API][] (v1) defined in the [googleapis][] git repository [googleapis]: https://github.com/googleapis/googleapis/tree/master/google/devtools/cloudtrace/v1 [google-gax]: https://github.com/googleapis/gax-ruby [Stackdriver Trace API]: https://developers.google.com/apis-explorer/#p/cloudtrace/v1/ Getting started --------------- google-cloud-trace will allow you to connect to the [Stackdriver Trace API][] and access all its methods. In order to achieve so you need to set up authentication as well as install the library locally. Setup Authentication -------------------- To authenticate all your API calls, first install and setup the [Google Cloud SDK][]. Once done, you can then run the following command in your terminal: $ gcloud beta auth application-default login or $ gcloud auth login Please see [gcloud beta auth application-default login][] document for the difference between these commands. [Google Cloud SDK]: https://cloud.google.com/sdk/ [gcloud beta auth application-default login]: https://cloud.google.com/sdk/gcloud/reference/beta/auth/application-default/login Installation ------------------- Install this library using gem: $ [sudo] gem install google-cloud-trace At this point you are all set to continue.
Version data entries
6 entries across 6 versions & 1 rubygems