Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed quite a few issues and removed quite a few un-needed containers. #6

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

InfinityDevTech
Copy link

Hello!

Here is what I have changed and fixed:

  • When pulling from a private server, if the username was an email, and the email had a period, it would add a sub-object in Grafana.
    This was fixed by adding the replaceName option to the config, if it is added, the username is replaced with whatever is in the replaceName attribute.

  • Switch from this container dance to just pure graphite. Makes the compose easier to understand and debugging much easier.

  • Remove traefik, as it would probably be better for the user to add it themselves.

  • Fixed the AdminStatsUsers getter, as it was attempting to forEach((user) => {}) over an object. That did not work.

  • Cleaned up the example config files, making it a bit easier to understand.

@pieterbrandsen
Copy link
Collaborator

Thanks looks good!

@pieterbrandsen pieterbrandsen merged commit b3d752a into screepers:master Jun 14, 2024
1 of 2 checks passed
tiennou added a commit to tiennou/ScreepsGrafanaV2 that referenced this pull request Sep 27, 2024
This got disabled by screepers#6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants