Skip to content

Commit

Permalink
Merge pull request #19561 from brnhensley/patch-3
Browse files Browse the repository at this point in the history
chore: code in backticks
  • Loading branch information
cbehera-newrelic authored Dec 18, 2024
2 parents d5b38c0 + dd59dde commit 547b000
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 194 deletions.
18 changes: 9 additions & 9 deletions src/content/docs/mlops/bring-your-own/getting-started-byo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ We created these notebooks in Google colab so you can try them out:

## EU Account Users [#EU-account-users]

If you are using an EU account, send it as a parameter at the MLPerformanceMonitoring call if your environment variable is not set:
If you are using an EU account, send it as a parameter at the `MLPerformanceMonitoring` call if your environment variable is not set:

* `EVENT_CLIENT_HOST and METRIC_CLIENT_HOST`
* US region account (default) -
* `EVENT_CLIENT_HOST`: insights-collector.newrelic.com
* `METRIC_CLIENT_HOST`: metric-api.newrelic.com
* EU region account -
* `EVENT_CLIENT_HOST`: insights-collector.eu01.nr-data.net
* `METRIC_CLIENT_HOST`: metric-api.eu.newrelic.com/metric/v1
* `EVENT_CLIENT_HOST` and `METRIC_CLIENT_HOST`
* US region account (default):
* `EVENT_CLIENT_HOST: insights-collector.newrelic.com`
* `METRIC_CLIENT_HOST: metric-api.newrelic.com`
* EU region account:
* `EVENT_CLIENT_HOST: insights-collector.eu01.nr-data.net`
* `METRIC_CLIENT_HOST: metric-api.eu.newrelic.com/metric/v1`

It can also be sent as parameters at the MLPerformanceMonitoring call.
It can also be sent as parameters at the `MLPerformanceMonitoring` call.
Loading

0 comments on commit 547b000

Please sign in to comment.