Holger Obermaier
9ccc5a6ca7
Allow only one timer at a time
2022-06-23 21:53:02 +02:00
Holger Obermaier
b7dcbaebcf
Add drop rate, when send buffer is full
2022-06-23 18:27:03 +02:00
Holger Obermaier
a3ac8f2ead
Check that at least one sink is running
2022-06-23 15:44:02 +02:00
Holger Obermaier
0ca6d1a794
Improved dropping of metrics failed to send
2022-06-21 07:59:24 +02:00
Holger Obermaier
580d21d8bb
Fix: When sending metrics failed the batch size could be exceeded
2022-06-20 18:06:27 +02:00
Lou
b732b2d739
Improved http sink ( #78 )
...
* automatic flush in NatsSink
* tweak default options of HttpSink
* shorter cirt. section and retries for HttpSink
* fix error handling
* Remove file added by mistake.
* Use http instead of ftp to download likwid
* Fix serial number in rocmCollector
Co-authored-by: Thomas Roehl <thomas.roehl@fau.de>
2022-06-08 14:12:35 +02:00
Holger Obermaier
ee4bd558f1
Cleanup: Remove unused code
2022-05-06 11:44:57 +02:00
Holger Obermaier
c35ac9dba8
Flush if batch size is reached
2022-05-04 11:28:06 +02:00
Thomas Roehl
70a9530aba
Set WriteFailedCallback to get some error message
2022-04-04 11:48:54 +02:00
Thomas Roehl
69f7c19659
InfluxAsyncSink: Add custom flush mechanism
2022-04-04 02:56:23 +02:00
Thomas Roehl
28348bd108
InfluxSink: Use batch&flush logic from HttpSink
2022-04-01 18:37:45 +02:00
Thomas Roehl
a3b9d8a90b
HttpSink: Use sink name in error outputs
2022-04-01 18:36:54 +02:00
Thomas Roehl
7e43e9171e
Use default options. Overwrite if anything is configured differently. Use seconds as precision
2022-04-01 17:26:56 +02:00
Thomas Gruber
57629a2e0a
Meta to tags list and map for sinks ( #63 )
...
* Change ccMetric->Influx functions
* Use a meta_as_tags string list in config but create a lookup map afterwards
* Add meta as tag logic to sampleSink
2022-03-15 16:16:26 +01:00
Thomas Gruber
1de3dda7be
Use old metric name in Ganglia if rename has happened in the router ( #60 )
...
* Use old metric name if rename has happened in the router
* Also check for Ganglia renames for the oldname
2022-03-11 13:44:32 +01:00
Thomas Gruber
c9b8fcdaa7
Add config options for retry intervals of InfluxDB clients ( #59 )
2022-03-11 13:43:03 +01:00
Holger Obermaier
33fec95eac
Additional comments
2022-02-28 12:16:48 +01:00
Holger Obermaier
a2f9b23e85
Additional comments
2022-02-28 09:39:59 +01:00
Thomas Gruber
f099a311a0
Add sink for Prometheus monitoring system ( #46 )
...
* Add sink for Prometheus monitoring system
* Add prometheus sink to README
2022-02-25 14:33:20 +01:00
Thomas Roehl
fe3a8d59b0
Ping InfluxDB server after connecting to recognize faulty connections
2022-02-25 13:51:52 +01:00
Thomas Roehl
bac1f18b1d
Add samples for collectors, sinks and receivers
2022-02-25 13:47:19 +01:00
Thomas Gruber
16c03d2aa2
Use Ganglia configuration ( #44 )
...
* Copy all metric configurations from original Ganglia code
* Use metric configurations from Ganglia for some metrics
* Format value string also for known metrics
2022-02-24 18:22:20 +01:00
Holger Obermaier
73981527d3
Refactor: Embed Init() into New() function
2022-02-23 14:56:29 +01:00
Thomas Roehl
24e12ccc57
Update sink README and SampleSink
2022-02-22 16:19:46 +01:00
Thomas Roehl
18a226183c
Use new sink instances to allow multiple of same sink type
2022-02-22 16:15:25 +01:00
Thomas Roehl
9cfbe10247
Add uint types to GangliaSink and LibgangliaSink
2022-02-22 15:51:08 +01:00
Holger Obermaier
a97c705f4c
Do not create link to libganglia.so.
...
libganglia.so is now loaded during runtime by dlopen
and no longer required during link time
2022-02-21 20:55:14 +01:00
Holger Obermaier
54c693532f
Do not create fake libganglia.so.
...
libganglia.so is now loaded during runtime by dlopen
and no longer required during link time
2022-02-21 17:28:54 +01:00
Thomas Roehl
842395682c
Remove -lganglia ldflag and check dl lib
2022-02-21 17:01:13 +01:00
Holger Obermaier
e8adf5b909
Create an empty libganglia.so stub if none exists
2022-02-18 15:44:12 +01:00
Thomas Roehl
d9a81501e5
Use common functions in both Ganglia sinks
2022-02-18 15:05:45 +01:00
Thomas Roehl
e2f78fe1c0
Add linker flag -Wl,--unresolved-symbols=ignore-in-object-files to build without library. Remove build tags
2022-02-18 11:41:15 +01:00
Holger Obermaier
bb9c6be741
Do not create libganglia link if libganglia is not installed
2022-02-17 08:03:55 +01:00
Thomas Roehl
3f8a2cb9b8
Fix default gmond config file path for libgangliaSink
2022-02-17 01:33:38 +01:00
Thomas Roehl
7be6d2a338
Use only readable files when searching for libganglia.so
2022-02-16 23:23:07 +01:00
Thomas Roehl
e5585eaaa0
Add additional lines for build tags
2022-02-16 19:07:00 +01:00
Thomas Gruber
e28c1fb30b
Ganglia sink using libganglia.so
directly ( #35 )
...
* Add sink directly using libganglia.so
* Remove unneeded confuse header
* add submodule init to build action
* add submodule init to runonce action
* add installation og ganglia to runonce
* add installation of ganglia to runonce
* add installation of ganglia to runonce
* libconfuse not required
* Remove ganglia submodule
* Remove ganglia.h
* Add Makefile to help creating the libganglia.so link
* Fix cgo header
* Rename new Ganglia sink to 'libgangliaSink'
* Add documentation for libgangliaSink
* Extend make buildsystem with find&symlink helper for libgangliaSink
* Add metric renaming function
* Add build tag 'ganglia' and create corresponding files
2022-02-16 18:33:46 +01:00
Holger Obermaier
a3ad9d0cb0
Move toTheSinks out of for loop
2022-02-14 18:53:37 +01:00
Thomas Roehl
247fb23de1
Try to operate on multiple metrics if channels if filled
2022-02-14 18:12:50 +01:00
Holger Obermaier
e4285f02c5
Avoid one append
2022-02-11 17:17:25 +01:00
Thomas Roehl
dc1e4f28a0
Check for Ganglia group explicitly in tags and meta info
2022-02-11 16:10:59 +01:00
Lou
442e512f2d
Automatically flush batched writes in the HTTP sink ( #31 )
...
* Add error handling for Sink.Write
* simplify HttpSink config
* HttpSink: dynamically sized batches flushed after timer
* fix panic if sink type does not exist
2022-02-10 13:12:32 +01:00
Holger Obermaier
2aa8c812a6
Add config option flush_interval
2022-02-10 09:43:02 +01:00
Holger Obermaier
acf5db543e
Fix: Reset counter
2022-02-09 23:22:54 +01:00
Holger Obermaier
a0e97d216a
Move all flush operations to the sinks
2022-02-09 19:47:49 +01:00
Holger Obermaier
1d299be3ea
Add comments
2022-02-09 11:08:50 +01:00
Holger Obermaier
b4d7643c25
Add comments
2022-02-09 10:09:03 +01:00
Thomas Roehl
7f78a5baf2
Add timeout options to httpSink
2022-02-08 18:06:07 +01:00
Thomas Roehl
fec3c5981d
Fix for gangliaSink
2022-02-08 18:04:08 +01:00
Thomas Roehl
7e4c35e224
Merge branch 'develop' of github.com:ClusterCockpit/cc-metric-collector into develop
2022-02-08 13:46:48 +01:00