normalizer

package
v1.63.0 Latest Latest
Warning

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

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

Documentation

Overview

Package normalizer provides tag normalization

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.

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.

Types

This section is empty.

Jump to

Keyboard shortcuts

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