Functions

Sanitizes a label key to be valid under the datadog data model.

  • Metric names must start with a letter.
  • Metric names must only contain ASCII alphanumerics, underscores, and periods.
  • Other characters, including spaces, are converted to underscores.
  • Unicode is not supported.
  • Metric names must not exceed 200 characters. Fewer than 100 is preferred from a UI perspective.