Commit Graph

7 Commits

Author SHA1 Message Date
Lou Knauer
485223c590 Add new httpSink
This sink is compatible with the HTTP API of cc-metric-store.
Example config.json section:

```
"sink": {
    "type": "http",
    "host": "localhost",
    "port": "8080",
    "database": "api/write",
    "password": "<JWT>"
},
```

The password/JWT can be omitted.
2021-10-12 13:44:38 +02:00
Thomas Roehl
e456497956 Update sink README with SSL for Influx sink 2021-06-30 17:03:56 +02:00
Thomas Roehl
99f3f3b815 Update READMEs 2021-05-19 01:46:52 +02:00
Thomas Roehl
2e9cec5488 Update README for sinks and rename file 2021-05-18 15:39:02 +02:00
Thomas Roehl
1f0c1b4e76 Update sinks' README 2021-03-29 15:33:32 +02:00
Thomas Roehl
df15fc9889 Update sinks' README 2021-03-29 15:31:18 +02:00
Thomas Roehl
bc5d4b288e Add READMEs and Makefile to build and integrate LIKWID 2021-03-27 13:39:43 +01:00