You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-java-agent/agent-profiling/profiling-uploader/src/main/java/com/datadog/profiling/uploader/ProfileUploader.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
importcom.squareup.moshi.JsonAdapter;
22
22
importcom.squareup.moshi.JsonReader;
23
23
importcom.squareup.moshi.JsonWriter;
24
+
importdatadog.common.container.ServerlessInfo;
24
25
importdatadog.common.version.VersionInfo;
25
26
importdatadog.communication.http.OkHttpUtils;
26
27
importdatadog.trace.api.Config;
@@ -110,6 +111,8 @@ public final class ProfileUploader {
110
111
+ V4_ATTACHMENT_FILENAME
111
112
+ "\"");
112
113
114
+
staticfinalStringSERVELESS_TAG = "functionname";
115
+
113
116
privatefinalConfigconfig;
114
117
privatefinalConfigProviderconfigProvider;
115
118
@@ -173,6 +176,9 @@ public ProfileUploader(final Config config, final ConfigProvider configProvider)
Copy file name to clipboardExpand all lines: dd-java-agent/agent-profiling/profiling-uploader/src/test/java/com/datadog/profiling/uploader/ProfileUploaderTest.java
0 commit comments