Commit 08533c79 authored by Stephane Nicoll's avatar Stephane Nicoll

Update default value for Datadog's default uri

See gh-20833
parent 4b815485
/* /*
* Copyright 2012-2019 the original author or authors. * Copyright 2012-2020 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -56,7 +56,7 @@ public class DatadogProperties extends StepRegistryProperties { ...@@ -56,7 +56,7 @@ public class DatadogProperties extends StepRegistryProperties {
* URI to ship metrics to. If you need to publish metrics to an internal proxy * URI to ship metrics to. If you need to publish metrics to an internal proxy
* en-route to Datadog, you can define the location of the proxy with this. * en-route to Datadog, you can define the location of the proxy with this.
*/ */
private String uri = "https://app.datadoghq.com"; private String uri = "https://api.datadoghq.com";
public String getApiKey() { public String getApiKey() {
return this.apiKey; return this.apiKey;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment