Apollo

Results 12 comments of Apollo

If you are using docker compose, it's possible to use my forked repository as the build context: ```yaml ... exporter: build: context: https://github.com/Apollo-Roboto/minecraft-exporter.git#master dockerfile: Dockerfile environment: RCON_HOST: server RCON_PORT: '25575'...

I find this flag confusing too. When trying to disable hot-reload, it throws an error: ``` > dx serve --hot-reload false error: unexpected argument 'false' found Usage: dx.exe serve [OPTIONS]...

I created a pull request related to that issue: #1363

Same issue on my side, I had to downgrade from `0.3.2` to `0.3.1` ```bash pip install --upgrade pyvis==0.3.1 ```

I've created a pull request that seems to have fixed the issues. Some review would be appreciated!

By `ON_INTERACTION_COUNTER` I think you mean `discord_event_on_interaction`. `discord_event_on_interaction` counts all the application interactions. All interaction type are listed on the documentation over [here](https://discordpy.readthedocs.io/en/stable/interactions/api.html#discord.InteractionType). `command` will be none unless the interaction...

I'm not sure how to approach this, that sounds like a case for an analytical database more than system metrics, Prometheus isn't designed for persistence. Personally I'd like to see...

I totally agree. At the moment, all interractions are under one metric but that might not be the best approach. We might need new counters to support modal names and...

`discord_event_on_application_command_interaction` could be splitted into the 5 [interaction types](https://discordpy.readthedocs.io/en/stable/interactions/api.html?highlight=interactiontype#discord.InteractionType) - `discord_interaction_component` - `discord_interaction_slash_command` - `discord_interaction_modal_submit` - `discord_interaction_ping` - `discord_interaction_autocomplete`

> not just the name, but any other option as well! I wanted to use this with my 3d printer for the layer progress, but I can't template the max...