Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

GoogleApi.CloudTrace

Cloud Trace API client library.

Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.

Installation

Install this package from Hex by adding google_api_cloud_trace to your list of dependencies in mix.exs:

def deps do
  [{:google_api_cloud_trace, "~> 0.23"}]
end

For more information

Product documentation is available at https://cloud.google.com/trace.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_cloud_trace.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.