Skip to content

Commit

Permalink
Generate
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Mar 19, 2024
1 parent 8553504 commit e4331bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _set_http_network_protocol_version(result, version, sem_conv_opt_in_mode):
)


def _get_cloud_resource_id( sem_conv_opt_in_mode) -> str:
def _get_cloud_resource_id(sem_conv_opt_in_mode) -> str:
if _report_new(sem_conv_opt_in_mode):
return ResourceAttributes.CLOUD_RESOURCE_ID
return ResourceAttributes.FAAS_ID
Expand Down Expand Up @@ -215,7 +215,7 @@ def _initialize(cls):
http_opt_in = _OpenTelemetryStabilityMode.HTTP_DUP
elif _OpenTelemetryStabilityMode.HTTP.value in opt_in_list:
http_opt_in = _OpenTelemetryStabilityMode.HTTP

# Process faas opt-in
# faas/dup takes priority over faas
if (
Expand Down

0 comments on commit e4331bc

Please sign in to comment.