Skip to content

Commit 85648d1

Browse files
committed
add comment for azure-functions using v1 as default schema version
1 parent 5e596f9 commit 85648d1

File tree

1 file changed

+1
-0
lines changed
  • internal-api/src/main/java/datadog/trace/api

1 file changed

+1
-0
lines changed

internal-api/src/main/java/datadog/trace/api/Config.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3746,6 +3746,7 @@ private Map<String, String> getAzureAppServicesTags() {
37463746

37473747
private int schemaVersionFromConfig() {
37483748
String defaultVersion;
3749+
// use v1 so Azure Functions operation name is consistent with that of other tracers
37493750
if (azureFunctions) {
37503751
defaultVersion = "v1";
37513752
} else {

0 commit comments

Comments
 (0)