MaxInsertRequestSize=flagutil.NewBytes("datadog.maxInsertRequestSize",64*1024*1024,"The maximum size in bytes of a single DataDog POST request to /datadog/api/v2/series")
// But there's some hidden behaviour. In addition to what it states in the docs, the following is also done:
// - Consecutive underscores are replaced with just one underscore
// - Underscore immediately before or after a dot are removed
SanitizeMetricName=flag.Bool("datadog.sanitizeMetricName",true,"Sanitize metric names for the ingested DataDog data to comply with DataDog behaviour described at "+