metrics

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Create the tag keys that will be used to add tags to our measurements. Tag keys must conform to the restrictions described in go.opencensus.io/tag/validate.go. Currently those restrictions are: - length between 1 and 255 inclusive - characters are printable US-ASCII

Functions

func AugmentWithResponse

func AugmentWithResponse(baseCtx context.Context, responseCode int) context.Context

AugmentWithResponse augments the given context with response-code specific tags.

func AugmentWithRevision

func AugmentWithRevision(baseCtx context.Context, ns, svc, cfg, rev string) (context.Context, error)

AugmentWithRevision augments the given context with revision specific tags.

func PodContext

func PodContext(pod, container string) (context.Context, error)

PodContext generate a new base metric reporting context containing the respective pod specific tags.

func PodRevisionContext

func PodRevisionContext(pod, container, ns, svc, cfg, rev string) (context.Context, error)

PodRevisionContext generates a new base metric reporting context containing the respective pod and revision specific tags.

func RevisionContext

func RevisionContext(ns, svc, cfg, rev string) (context.Context, error)

RevisionContext generates a new base metric reporting context containing the respective revision specific tags.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL