internal

package
v0.0.0-...-f0b372e Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package internal is supporting code used by server.go.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BaseSampler

func BaseSampler(spec string) (trace.Sampler, error)

BaseSampler constructs an object that decides how often to sample traces.

The spec is a string in one of the forms:

  • `X%` - to sample approximately X percent of requests.
  • `Xqps` - to produce approximately X samples per second.

Returns an error if the spec can't be parsed.

func CloudAuthMiddleware

func CloudAuthMiddleware(callers []string, header string, rejected func(*router.Context)) router.MiddlewareChain

CloudAuthMiddleware returns a middleware chain that authorizes requests from Cloud Tasks and Cloud Scheduler.

Checks OpenID Connect tokens have us in the audience, and the email in them is in `callers` list.

If `header` is set, will also accept requests that have this header, regardless of its value. This is used to authorize GAE tasks and crons based on `X-AppEngine-*` headers.

func GateSampler

func GateSampler(base trace.Sampler, cb func(context.Context) bool) trace.Sampler

GateSampler returns a sampler that calls the callback to decide if the span should be sampled.

If the callback returns false, the span will not be sampled.

If the callback returns true, the decision will be handed over to the given base sampler.

Types

This section is empty.

Directories

Path Synopsis
gae
Package gae implements minimal support for using some bundled GAE APIs.
Package gae implements minimal support for using some bundled GAE APIs.
Package testpb contains protobufs used by server's unit tests.
Package testpb contains protobufs used by server's unit tests.

Jump to

Keyboard shortcuts

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