diff --git a/data-pipeline/src/health_metrics.rs b/data-pipeline/src/health_metrics.rs index c93bdd613..12d34a86c 100644 --- a/data-pipeline/src/health_metrics.rs +++ b/data-pipeline/src/health_metrics.rs @@ -1,3 +1,6 @@ +// Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/ +// SPDX-License-Identifier: Apache-2.0 + /// health_metrics holds data to emit info about the health of the data-pipeline pub(crate) const STAT_SEND_TRACES: &str = "datadog.libdatadog.send.traces";