Skip to content

Commit

Permalink
update url for telemetry stats. refs #47 for eventual abstraction work
Browse files Browse the repository at this point in the history
  • Loading branch information
roncanepa committed Jul 6, 2020
1 parent d53073d commit 756ed17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/statsFromResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function(query, statsInfo, response) {
};

request.post({
url: "http://idb-redis-stats.acis.ufl.edu:3000",
url: "http://idb-portal-telemetry-collector.acis.ufl.edu:3000",
body: JSON.stringify(stats)
}, function(error, response, body) {
if(error) {
Expand Down

0 comments on commit 756ed17

Please sign in to comment.