Skip to content

Commit cf78847

Browse files
committed
Update metrics API URL in SimpleMetrics
1 parent cb02d94 commit cf78847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/dev/faststats/core/SimpleMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void shutdown() {
194194

195195
public abstract static class Factory implements Metrics.Factory {
196196
private final Set<Chart<?>> charts = new HashSet<>(0);
197-
private URI url = URI.create("https://api.faststats.dev/v1/metrics");
197+
private URI url = URI.create("https://metrics.faststats.dev/v1/collect");
198198
private @Nullable String token;
199199
private boolean debug = false;
200200

0 commit comments

Comments
 (0)