Skip to content

Commit

Permalink
AwsSigv4 Code Bug resolved for #1744.
Browse files Browse the repository at this point in the history
Signed-off-by: mallikagogoi7 <[email protected]>
  • Loading branch information
mallikagogoi7 committed Aug 28, 2023
1 parent 7693d9d commit 8e1d7f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class PrometheusSinkAwsService {

private static final Logger LOG = LoggerFactory.getLogger(PrometheusSinkAwsService.class);
public static final String AWS_SIGV4 = "aws_sigv4";
private static final String AOS_SERVICE_NAME = "execute-api"; // TODO : aps
private static final String AOS_SERVICE_NAME = "aps";

public static void attachSigV4(final PrometheusSinkConfiguration prometheusSinkConfiguration, final HttpClientBuilder httpClientBuilder, final AwsCredentialsSupplier awsCredentialsSupplier) {
LOG.info("{} is set, will sign requests using AWSRequestSigningApacheInterceptor", AWS_SIGV4);
Expand Down

0 comments on commit 8e1d7f5

Please sign in to comment.