Use telegraf as the steam ID
This commit is contained in:
parent
2d3538be4f
commit
e70a27ec79
|
@ -44,7 +44,7 @@
|
||||||
};
|
};
|
||||||
outputs = {
|
outputs = {
|
||||||
websocket = {
|
websocket = {
|
||||||
url = "ws://localhost:${toString config.services.prometheus.port}/api/live/push/custom_stream_id";
|
url = "ws://localhost:${toString config.services.prometheus.port}/api/live/push/telegraf";
|
||||||
data_format = "influx";
|
data_format = "influx";
|
||||||
headers = {
|
headers = {
|
||||||
Authorisation = "Bearer glsa_lqpcKV34Pp0d7eIhKN79E2HTwzWWwN4m_fe64e398";
|
Authorisation = "Bearer glsa_lqpcKV34Pp0d7eIhKN79E2HTwzWWwN4m_fe64e398";
|
||||||
|
|
Loading…
Reference in a new issue