mxinden / modbus_exporter

Exporter which retrieves stats from a modbus system and exports them via HTTP for Prometheus consumption.
GNU General Public License v3.0
1 stars 0 forks source link

*: Enable configuration of Prometheus metric type #11

Closed mxinden closed 5 years ago

RichiH commented 5 years ago

I think we will need to be explicit about Little/Big Endian and support both even though there is a "natural" choice.

Sent by mobile; please excuse my brevity.

On Wed, Jun 5, 2019, 21:02 Max Inden notifications@github.com wrote:


You can view, comment on, or merge this pull request online at:

https://github.com/mxinden/modbus_exporter/pull/11 Commit Summary

  • *: Enable configuration of Prometheus metric type

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mxinden/modbus_exporter/pull/11?email_source=notifications&email_token=AAFYII5IP4ESMLIVJOL7TMLPZAETTA5CNFSM4HUD33R2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GX3EJRQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFYII6FQPQEZFX7BWNPRRDPZAETTANCNFSM4HUD33RQ .

mxinden commented 5 years ago

I think we will need to be explicit about Little/Big Endian and support both even though there is a "natural" choice.

@RichiH for sure. This is part of the todo list on the README.md page.