salt-exporter
Salt Prometheus exporter working out of the box without any configuration on Salt side. Comes with an event watcher TUI. (by kpetremann)
msgpack
MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small. (by msgpack)
salt-exporter | msgpack | |
---|---|---|
1 | 5 | |
30 | 7,019 | |
- | 0.3% | |
6.3 | 0.0 | |
about 1 month ago | 4 months ago | |
Go | ||
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
salt-exporter
Posts with mentions or reviews of salt-exporter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-05.
-
Salt Exporter: the story behind the tool
Repository
msgpack
Posts with mentions or reviews of msgpack.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-10.
- SQLite needs testers for the new binary JSON format
-
Salt Exporter: the story behind the tool
I also read that Salt was using MessagePack to format their messages. MessagePack is a format like JSON, but more compact.
- Add extra stuff to a “standard” encoding? Sure, why not
- MessagePack: It's like JSON, but fast and small
-
mus-go - the fastest Golang serializer today
Sorry, but I don't think it looks like MessagePack. I wonder why you think so? MUS format does not contain a data types, unlike MessagePack. So, for example, the uint8 type in MessagePack can be encoded with two bytes (from the MessagePack specification): uint 8 stores a 8-bit unsigned integer +--------+--------+ | 0xcc |ZZZZZZZZ| +--------+--------+ The same data type in MUS format is encoded with just one byte. This fact alone is quite a significant difference.
What are some alternatives?
When comparing salt-exporter and msgpack you can also consider the following projects:
node_exporter - Exporter for machine metrics
protobuf-conformance - A repository running the Protobuf conformance tests against various libraries