Commit Graph

19 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
1762e33c36 Adjust README 2021-10-04 16:22:30 +02:00
Thomas Roehl
ed2020a490 Update README 2021-05-19 19:24:01 +02:00
Thomas Roehl
99f3f3b815 Update READMEs 2021-05-19 01:46:52 +02:00
Thomas Roehl
b7789cc723 Fixing JSON in README 2021-05-18 15:55:34 +02:00
Thomas Roehl
ac41f02dfc Update READMEs 2021-05-18 15:42:11 +02:00
Thomas Roehl
feb9f948f8 Add section about installation and running 2021-05-12 14:46:50 +02:00
Thomas Roehl
40265726ed Add nats sink to global README 2021-03-29 15:36:32 +02:00
Thomas Roehl
bc5d4b288e Add READMEs and Makefile to build and integrate LIKWID 2021-03-27 13:39:43 +01:00
moebiusband73
79149b3c12
Update README.md 2021-02-19 08:26:59 +01:00
moebiusband73
c4a8de939d
Update README.md 2021-02-18 10:31:52 +01:00
moebiusband73
cbacd80992
Update README.md 2021-02-17 14:51:21 +01:00
moebiusband73
9efb6f4ee4
Update README.md 2021-02-17 14:50:19 +01:00
moebiusband73
552bf5b0e2
Update README.md 2021-02-17 14:39:48 +01:00
moebiusband73
6a6f8e0957
Update README.md 2021-02-17 14:38:44 +01:00
moebiusband73
1f03afe81b
Update README.md 2021-02-17 14:34:43 +01:00
moebiusband73
8e6482101b
Update README.md 2021-02-17 14:33:11 +01:00
moebiusband73
33f2800e01
Update README.md 2021-02-17 14:32:23 +01:00
moebiusband73
09b6cceb45
Initial commit 2021-02-16 16:24:11 +01:00