mqtt-client
Here are 718 public repositories matching this topic...
-
Updated
Nov 9, 2020 - C#
-
Updated
Sep 26, 2020 - Objective-C
SQL Insert Statement
Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):
-
Updated
Oct 29, 2020 - Java
More stats
Some more stats for perfromace would be nice:
- Messages last minute
- Messages last hour
- Messages last 24h
- Shortest time between messages
- Min/max/average message payload size
-
Updated
Nov 9, 2020 - Vue
-
Updated
Nov 4, 2020 - Python
-
Updated
Oct 6, 2020 - C
Problem or use case
The client is currently only logging errors and warnings. For debugging purposes and during application development, it would be very useful to also have logs detailing the message flow.
Preferred solution or suggestions
TRACE level logging for incoming and outgoing MQTT control packet types, e.g., PUBLISH, SUBSCRIBE, PUBACK, SUBACK.
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 27, 2020 - C#
-
Updated
Nov 9, 2020 - Python
-
Updated
Sep 30, 2020 - HTML
-
Updated
Nov 9, 2020 - C
-
Updated
Nov 5, 2020 - C
-
Updated
Mar 1, 2018 - C++
-
Updated
May 14, 2016 - Java
-
Updated
Nov 2, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 5, 2020 - C
-
Updated
Feb 19, 2020 - C
-
Updated
Nov 5, 2020 - Python
-
Updated
May 21, 2020 - PHP
-
Updated
Oct 18, 2020 - Python
Improve this page
Add a description, image, and links to the mqtt-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mqtt-client topic, visit your repo's landing page and select "manage topics."
https://github.com/collectd/collectd/blob/0b2796dfa3b763ed10194ccd66b39b1e056da9b9/src/mysql.c#L772
Hi,
As I saw in the source for the mysql plugin, the collector specifically ignors the Prepared_stmt_count variable.
I would like to have that in the output for collectd as well.
Is it possible to enable this key in the collectd mysql collector?
Unfortunately my C skills are pretty near zer