Skip to content

Commit

Permalink
add channel metric to README
Browse files Browse the repository at this point in the history
  • Loading branch information
wagpa committed Jan 10, 2025
1 parent 44b2bdc commit 6e3352f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@ requirements.
dcexport provides the following metrics. Every metric uses the label `guild_id` to differentiate the different guilds.
For more detailed information about the metrics and their labels, see the [source code](./src/metrics.rs).

| Name | Description | Type |
|---------------|-------------------------------------------------------------------------------|---------|
| guild | The number of guilds handled by the exporter. | Gauge |
| message_sent | The total number of discord messages sent by guild members. | Counter |
| emote_used | The total number of discord emotes reacted with by guild members in messages. | Counter |
| activity | The number of current activities. | Gauge |
| member | The number of members (including bots) on the guild. | Gauge |
| bot | The number of bot members on the guild. | Gauge |
| member_status | The number of members on the guild per status. | Gauge |
| member_voice | The number of members in voice channels. | Gauge |
| boost | The number of boosts active on the guild. | Gauge |
| Name | Description | Type |
|---------------|-------------------------------------------------------------------------------------------|---------|
| guild | The number of guilds handled by the exporter. | Gauge |
| message_sent | The total number of discord messages sent by guild members. | Counter |
| emote_used | The total number of discord emotes reacted with by guild members in messages. | Counter |
| activity | The number of current activities. | Gauge |
| member | The number of members (including bots) on the guild. | Gauge |
| bot | The number of bot members on the guild. | Gauge |
| member_status | The number of members on the guild per status. | Gauge |
| member_voice | The number of members in voice channels. | Gauge |
| boost | The number of boosts active on the guild. | Gauge |
| channel | The number of channels on the guild. Used for injecting channel names into other metrics. | Gauge |


## Getting Started
Expand Down

0 comments on commit 6e3352f

Please sign in to comment.