mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-02 22:32:19 +00:00
update mastodon identifier
This commit is contained in:
parent
88ee8ac2a7
commit
853e7ea48f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ func getUserCounts() ([]metric, error) {
|
||||||
} else {
|
} else {
|
||||||
customMetrics := []metric{
|
customMetrics := []metric{
|
||||||
{
|
{
|
||||||
Service: MATRIX_IDENTIFIDER,
|
Service: MASTODON_IDENTIFIER,
|
||||||
MetricName: METRICNAME_1W_USERCOUNT,
|
MetricName: METRICNAME_1W_USERCOUNT,
|
||||||
MetricValue: userCount1W,
|
MetricValue: userCount1W,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue