Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "trace-labels"

Copyright 2015 Google Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Object literals

Object literals

Const TraceLabels

TraceLabels: object

Well-known trace span label values.

AGENT_DATA

AGENT_DATA: string = "/agent"

The well-known label for agent metadata. Values should have the form " ".

ERROR_DETAILS_MESSAGE

ERROR_DETAILS_MESSAGE: string = "/error/message"

The well-known label for network error message.

ERROR_DETAILS_NAME

ERROR_DETAILS_NAME: string = "/error/name"

The well-known label for network error name.

GAE_MODULE_NAME

GAE_MODULE_NAME: string = "g.co/gae/app/module"
type

{string} The well-known label for the module name on AppEngine.

GAE_MODULE_VERSION

GAE_MODULE_VERSION: string = "g.co/gae/app/module_version"

The well-known label for the module version on AppEngine.

GAE_VERSION

GAE_VERSION: string = "g.co/gae/app/version"

The well-known label for the app version on AppEngine.

GCE_HOSTNAME

GCE_HOSTNAME: string = "g.co/gce/hostname"

The label for GCE hostname. This is not a label recognized by the trace API.

GCE_INSTANCE_ID

GCE_INSTANCE_ID: string = "g.co/gce/instanceid"

The label for GCE instance id. This is not a label recognized by the trace API.

HTTP_METHOD_LABEL_KEY

HTTP_METHOD_LABEL_KEY: string = "/http/method"

The well-known label for http method.

HTTP_RESPONSE_CODE_LABEL_KEY

HTTP_RESPONSE_CODE_LABEL_KEY: string = "/http/status_code"

The well-known label for http status code.

HTTP_RESPONSE_SIZE_LABEL_KEY

HTTP_RESPONSE_SIZE_LABEL_KEY: string = "/http/response/size"

The well-known label for http response size.

HTTP_SOURCE_IP

HTTP_SOURCE_IP: string = "/http/source/ip"

The label for http request source ip. This is not a label recognized by the trace API.

HTTP_URL_LABEL_KEY

HTTP_URL_LABEL_KEY: string = "/http/url"

The well-known label for http request url.

STACK_TRACE_DETAILS_KEY

STACK_TRACE_DETAILS_KEY: string = "/stacktrace"

The well-known label for stack-traces

Generated using TypeDoc