mqtt-client
Here are 732 public repositories matching this topic...
-
Updated
Dec 14, 2020 - 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
Sep 26, 2020 - Objective-C
-
Updated
Dec 10, 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
Dec 14, 2020 - Vue
-
Updated
Dec 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
Dec 14, 2020 - Python
-
Updated
Oct 27, 2020 - C#
-
Updated
Dec 10, 2020 - Python
-
Updated
Nov 15, 2020 - C
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 2, 2020 - C
-
Updated
Mar 1, 2018 - C++
-
Updated
Dec 13, 2020 - Java
-
Updated
May 14, 2016 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 12, 2020 - C
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 26, 2020 - C
-
Updated
Oct 18, 2020 - Python
-
Updated
May 21, 2020 - PHP
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