Skip to content

Commit

Permalink
change branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Aug 8, 2024
1 parent f7c503d commit 8cf482b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ function Add-LogsProcessorsToOtelConfig {
$local:AgentVersion = Get-Content "$env:TEMP\Logzio\version"
$Err = Add-YamlFileFieldValue "$script:OtelResourcesDir\$script:OtelConfigName" '.processors.resource/agent.attributes[0].value' $AgentVersion
}

}
}

Expand Down
1 change: 0 additions & 1 deletion resources-mac/otel/datasource_metrics_utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ function add_metrics_processors_to_otel_config {
AGENT_VERSION=$(cat '/tmp/logzio/version')
add_yaml_file_field_value "$OTEL_RESOURCES_DIR/$OTEL_CONFIG_NAME" '.processors.resource/agent.attributes[0].value' "$AGENT_VERSION"
fi

done
}

Expand Down

0 comments on commit 8cf482b

Please sign in to comment.