Liking cljdoc? Tell your friends :D

happygapi.cloudtrace.projects

Cloud Trace API: projects. 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 OpenCensus. See: https://cloud.google.com/traceapi/reference/rest/v2/projects

Cloud Trace API: projects.
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 OpenCensus. 
See: https://cloud.google.com/traceapi/reference/rest/v2/projects
raw docstring

traces-batchWrite$clj

(traces-batchWrite$ auth parameters body)

https://cloud.google.com/traceapi/reference/rest/v2/projects/traces/batchWrite

Required parameters: name

Optional parameters: none

Body:

{:spans [{:spanId string, :startTime string, :displayName TruncatableString, :name string, :endTime string, :timeEvents TimeEvents, :childSpanCount integer, :status Status, :sameProcessAsParentSpan boolean, :parentSpanId string, :spanKind string, :attributes Attributes, :stackTrace StackTrace, :links Links}]}

Sends new spans to new or existing traces. You cannot update existing spans.

https://cloud.google.com/traceapi/reference/rest/v2/projects/traces/batchWrite

Required parameters: name

Optional parameters: none

Body: 

{:spans [{:spanId string,
          :startTime string,
          :displayName TruncatableString,
          :name string,
          :endTime string,
          :timeEvents TimeEvents,
          :childSpanCount integer,
          :status Status,
          :sameProcessAsParentSpan boolean,
          :parentSpanId string,
          :spanKind string,
          :attributes Attributes,
          :stackTrace StackTrace,
          :links Links}]}

Sends new spans to new or existing traces. You cannot update existing spans.
sourceraw docstring

traces-spans-createSpan$clj

(traces-spans-createSpan$ auth parameters body)

https://cloud.google.com/traceapi/reference/rest/v2/projects/traces/spans/createSpan

Required parameters: name

Optional parameters: none

Body:

{:spanId string, :startTime string, :displayName {:truncatedByteCount integer, :value string}, :name string, :endTime string, :timeEvents {:droppedMessageEventsCount integer, :timeEvent [TimeEvent], :droppedAnnotationsCount integer}, :childSpanCount integer, :status {:details [{}], :message string, :code integer}, :sameProcessAsParentSpan boolean, :parentSpanId string, :spanKind string, :attributes {:attributeMap {}, :droppedAttributesCount integer}, :stackTrace {:stackTraceHashId string, :stackFrames StackFrames}, :links {:droppedLinksCount integer, :link [Link]}}

Creates a new span.

https://cloud.google.com/traceapi/reference/rest/v2/projects/traces/spans/createSpan

Required parameters: name

Optional parameters: none

Body: 

{:spanId string,
 :startTime string,
 :displayName {:truncatedByteCount integer, :value string},
 :name string,
 :endTime string,
 :timeEvents {:droppedMessageEventsCount integer,
              :timeEvent [TimeEvent],
              :droppedAnnotationsCount integer},
 :childSpanCount integer,
 :status {:details [{}], :message string, :code integer},
 :sameProcessAsParentSpan boolean,
 :parentSpanId string,
 :spanKind string,
 :attributes {:attributeMap {}, :droppedAttributesCount integer},
 :stackTrace {:stackTraceHashId string, :stackFrames StackFrames},
 :links {:droppedLinksCount integer, :link [Link]}}

Creates a new span.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close