Skip to content

Commit

Permalink
Merge pull request #83 from newrelic/fix_event_endpoint
Browse files Browse the repository at this point in the history
fix event endpoint in readme
  • Loading branch information
gfuller1 authored Sep 29, 2020
2 parents b922fb2 + 953c267 commit b00583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ default behavior, the following environment variables are recognized:
| REMOTE_JMX_HOST | N | localhost | The host to pull JFR data from via JMX |
| REMOTE_JMX_PORT | N | 1099 | The port to pull JFR data from via JMX |
| METRICS_INGEST_URI | N | [US production](https://metric-api.newrelic.com/metric/v1) | Where to send metric data
| EVENTS_INGEST_URI | N | [US production](https://trace-api.newrelic.com/v1/accounts/events) | Where to send event data
| EVENTS_INGEST_URI | N | [US production](https://insights-collector.newrelic.com/v1/accounts/events) | Where to send event data
| JFR_SHARED_FILESYSTEM | N | false | Use a shared filesystem instead of streaming data from JMX

---
Expand Down

0 comments on commit b00583b

Please sign in to comment.