This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Clarify URI configuration in documentation #128
Comments
Since I also searched: info available at https://docs.newrelic.com/docs/accounts/accounts-billing/account-setup/choose-your-data-center/#endpoints, use Metric API. |
Just because I lost far too much of my life on this and to help out anyone else with the same problem - you'll get a 404 if there's a trailing Works: |
v0.8.0 It is hardcoded into public class MetricBatchSender {
...
public static SenderConfigurationBuilder configurationBuilder() {
return SenderConfiguration.builder(DEFAULT_URL, METRICS_PATH);
}
...
} No any option in builder to change host only. |
Closed
kford-newrelic
added
Q3 SC
Represents proposed sustainability targets for FY Q3
and removed
Q3 SC
Represents proposed sustainability targets for FY Q3
labels
Sep 8, 2022
meiao
changed the title
Clarify URI confiugaration in documentation
Clarify URI configuration in documentation
Mar 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
It took me quite a while to figure out that I need to use the Europe URL.
It would be a great if it was explained in the documentation.
(Migrate to Jira)
The text was updated successfully, but these errors were encountered: