Skip to content

Commit 7010e35

Browse files
committed
Remove functionname tag
1 parent d5e77bb commit 7010e35

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/datadog-serverless-compat/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ pub async fn main() {
205205
// TODO: See if this works in Google Cloud Functions Gen 1. If not, only enable this for Azure Functions.
206206
let mut cpu_collector = if dd_enhanced_metrics {
207207
aggregator_handle.as_ref().map(|handle| {
208-
let mut tag_parts = vec![format!("functionname:{}", app_name)];
208+
let mut tag_parts = Vec::new();
209209
// Azure tags from ddcommon
210210
if let Some(aas_metadata) = &*azure_app_services::AAS_METADATA_FUNCTION {
211211
let aas_tags = [

0 commit comments

Comments
 (0)