We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb02d94 commit cf78847Copy full SHA for cf78847
core/src/main/java/dev/faststats/core/SimpleMetrics.java
@@ -194,7 +194,7 @@ public void shutdown() {
194
195
public abstract static class Factory implements Metrics.Factory {
196
private final Set<Chart<?>> charts = new HashSet<>(0);
197
- private URI url = URI.create("https://api.faststats.dev/v1/metrics");
+ private URI url = URI.create("https://metrics.faststats.dev/v1/collect");
198
private @Nullable String token;
199
private boolean debug = false;
200
0 commit comments