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

Gebruik Influx URL i.p.v. Influx hostname + port combinatie #1984

Open
4 tasks done
macmenco opened this issue Apr 8, 2024 · 2 comments
Open
4 tasks done

Gebruik Influx URL i.p.v. Influx hostname + port combinatie #1984

macmenco opened this issue Apr 8, 2024 · 2 comments
Labels
review Not sure yet whether to implement this

Comments

@macmenco
Copy link

macmenco commented Apr 8, 2024

Language / Voertaal

🇳🇱 Nederlandstalig

Help yourself

Inquiry

Feature or idea

Description

Om gebruik te kunnen maken van Grafana Cloud, kan de Influx integratie gebruikt worden aldus https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-influxdb/push-from-telegraf/. Echter moet dan wel de volledige URL ingevoerd worden i.p.v. een hostname + port.

Is het mogelijk om deze configuratie aan te passen van hostname + port naar url. M.a.w., ongeveer zoiets in

server_base_url = "https://{}:{}".format(
influxdb_settings.hostname, influxdb_settings.port
)

        server_base_url = "{}".format(
            influxdb_settings.url
        )

Of, is het mogelijk om een Prometheus exporter toe te voegen...

Mijn Python/DJANGO kennis gaat helaas niet ver genoeg om er een PR van te maken.

DSMR-reader version

v5.11

DSMR-reader platform

Docker (e.g. Xirixiz's DSMR-reader Docker)

Optional: Debug info dump (of DSMR-reader)

No response

Optional: Smart meter telegram

No response

@dennissiemensma
Copy link
Member

Bedankt voor je verzoek. Ik kan het niet aanpassen omdat het dan bij anderen stuk gaat. Ik kan in de toekomst wel een URL path toevoegen zodat

https://{}:{}

Iets als

https://{}:{}{}

wordt. Waarbij de laatste dan /api/v1/push/influx is.

@dennissiemensma dennissiemensma added the review Not sure yet whether to implement this label Apr 8, 2024
@macmenco
Copy link
Author

Tuurlijk! Een heel goed idee...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review Not sure yet whether to implement this
Projects
None yet
Development

No branches or pull requests

2 participants