normalizer

package
v2.0.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0, BSD-3-Clause, Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package normalizer provides tag normalization This package is not intended for use by external consumers, no API stability is guaranteed.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HeaderTag

func HeaderTag(headerAsTag string) (header string, tag string)

HeaderTag accepts a string that contains a header and an optional mapped tag key, e.g, "header" or "header:tag" where `tag` will be the name of the header tag. If multiple colons exist in the input, it splits on the last colon. e.g, "first:second:third" gets split into `header = "first:second"` and `tag="third"` The returned header is in canonical MIMEHeader format. This function is not intended for use by external consumers, no API stability is guaranteed.

func HeaderTagSlice

func HeaderTagSlice(headers []string) map[string]string

HeaderTagSlice accepts a slice of strings that contain headers and optional mapped tag key. Headers beginning with "x-datadog-" are ignored. See HeaderTag for details on formatting. This function is not intended for use by external consumers, no API stability is guaranteed.

Types

This section is empty.

Jump to

Keyboard shortcuts

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