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

InfluxDB is a RAM eating Trash piece of software #77

Open
rwjack opened this issue Dec 14, 2023 · 3 comments
Open

InfluxDB is a RAM eating Trash piece of software #77

rwjack opened this issue Dec 14, 2023 · 3 comments

Comments

@rwjack
Copy link

rwjack commented Dec 14, 2023

Anyone create a Prometheus verion of the Dash?

@rwjack rwjack changed the title InfluxDB is a RAM eating Trash piece of software - InfluxDB is a RAM eating Trash piece of software Dec 14, 2023
@rwjack
Copy link
Author

rwjack commented Dec 14, 2023

This seems to work for exporting telegraf data to prom format:

    [[outputs.prometheus_client]]
      ## Address to listen on.
      listen = ":9126"

      ## Use HTTP Basic Authentication.
      # basic_username = "Foo"
      # basic_password = "Bar"

      ## If set, the IP Ranges which are allowed to access metrics.
      ##   ex: ip_range = ["192.168.0.0/24", "192.168.1.0/30"]
      # ip_range = []

      ## Path to publish the metrics on.
      path = "/metrics"

      ## Expiration interval for each metric. 0 == no expiration
      #expiration_interval = "0s"

      ## Collectors to enable, valid entries are "gocollector" and "process".
      ## If unset, both are enabled.
      # collectors_exclude = ["gocollector", "process"]

      ## Send string metrics as Prometheus labels.
      ## Unless set to false all string metrics will be sent as labels.
      # string_as_label = true

      ## If set, enable TLS with the given certificate.
      # tls_cert = "/etc/ssl/telegraf.crt"
      # tls_key = "/etc/ssl/telegraf.key"

      ## Export metric collection time.
      #export_timestamp = true

@rwjack
Copy link
Author

rwjack commented Dec 14, 2023

Though I don't seem to get the PfBlocker metrics in the output.

@rwjack
Copy link
Author

rwjack commented Dec 14, 2023

Correction, InfluxDB v2 seems to be performing way better.

https://github.com/bsmithio/OPNsense-Dashboard

Edit: Never mind, it also goes up to 2-3 gigs during a single query. Absolute disaster

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

No branches or pull requests

1 participant