Skip to content

Commit

Permalink
feat(fargate): enable grpc endpoint for dd agent
Browse files Browse the repository at this point in the history
  • Loading branch information
InesNi committed Dec 15, 2023
1 parent f49b4b1 commit b5d8160
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ start_and_configure_dd_agent() {

# Add otlp config
yq -i ".otlp_config.receiver.protocols.http.endpoint = \"localhost:4318\"" "$yaml_file"
yq -i ".otlp_config.receiver.protocols.grpc.endpoint = \"localhost:4317\"" "$yaml_file"

# Add apm_config trace_buffer
yq -i ".apm_config.trace_buffer = 100" "$yaml_file"
Expand Down

0 comments on commit b5d8160

Please sign in to comment.