Skip to main content

Stackdriver Trace API client library

Project description

alpha pypi versions

The Stackdriver Trace API sends application trace data to Stackdriver 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.

Quick Start

In order to use this library, you first need to go through the following steps:

  1. Select or create a Cloud Platform project.

  2. Enable the trace API.

  3. Setup Authentication.

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.

With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Mac/Linux

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install gapic-google-cloud-trace-v1

Windows

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install gapic-google-cloud-trace-v1

For more information on setting up your Python development environment, such as installing pip and virtualenv on your system, please refer to Python Development Environment Setup Guide for Google Cloud Platform.

Example Usage

from google.cloud.gapic.trace.v1 import trace_service_client

client = trace_service_client.TraceServiceClient()
project_id = 'your-project-123'

# Iterate over all results
for element in client.list_traces(project_id):
    # process element
    pass

Next Steps

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-cloud-trace-0.21.0.tar.gz (56.8 kB view details)

Uploaded Source

Built Distribution

google_cloud_trace-0.21.0-py2.py3-none-any.whl (72.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file google-cloud-trace-0.21.0.tar.gz.

File metadata

  • Download URL: google-cloud-trace-0.21.0.tar.gz
  • Upload date:
  • Size: 56.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.0

File hashes

Hashes for google-cloud-trace-0.21.0.tar.gz
Algorithm Hash digest
SHA256 c67f94bf85b700e800cbec89e41b4138194d765f2202a3855b47c3467bd52a30
MD5 86fc6072bf7ec6cfa41a1dffa783fff4
BLAKE2b-256 0b1167937df7325b62d155c53fbfab680b1558c5001384a44ec709948ac68544

See more details on using hashes here.

Provenance

File details

Details for the file google_cloud_trace-0.21.0-py2.py3-none-any.whl.

File metadata

  • Download URL: google_cloud_trace-0.21.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 72.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.0

File hashes

Hashes for google_cloud_trace-0.21.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bbf899fa63b3d079bc7be2fbbb1df404ac7c085e77ac1c35ba00a850f99a06a1
MD5 097ede46753c11988d2a025eb6656436
BLAKE2b-256 f4d66d90de0f779ec29b885badef13e730c4e2520eb793388199be9e3f97fb6a

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page