Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Clarify URI configuration in documentation #128

Open
cemnura opened this issue Apr 24, 2021 · 4 comments
Open

Clarify URI configuration in documentation #128

cemnura opened this issue Apr 24, 2021 · 4 comments

Comments

@cemnura
Copy link

cemnura commented Apr 24, 2021

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)

@HenningWaack
Copy link

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.

@petehannam
Copy link

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 / in the URI:

Works: https://metric-api.eu.newrelic.com/metric/v1
Doesn't work: https://metric-api.eu.newrelic.com/metric/v1/

@RedJabber-Porsche
Copy link

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.

@snekse snekse mentioned this issue Aug 26, 2022
@kford-newrelic 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
@workato-integration
Copy link

@kford-newrelic kford-newrelic removed this from Triage in Java Engineering Board Sep 30, 2022
@meiao 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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants