Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Functions

Functions

get

  • Get the previously created TraceAgent object.

    Returns TraceAgent

    An object exposing functions for creating custom spans.

start

  • Start the Stackdriver Trace Agent with the given configuration (if provided). This function should only be called once, and before any other modules are loaded.

    resource

    Introductory video

    example

    trace.start();

    Parameters

    • Optional config: Config

      A configuration object.

    Returns TraceAgent

    An object exposing functions for creating custom spans.

Generated using TypeDoc