mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 05:02:52 +02:00
update
This commit is contained in:
parent
ef7bd59a05
commit
9114d69512
1 changed files with 6 additions and 2 deletions
|
@ -3,12 +3,16 @@ data_dir = "/var/lib/vector"
|
|||
[api]
|
||||
enabled = false
|
||||
|
||||
[sources.observe-nokiy-net]
|
||||
[sources.observe_nokiy_net_logs]
|
||||
type = "docker_logs"
|
||||
include_containers = ["openobserve"]
|
||||
|
||||
[sources.observe_nokiy_net_metrics]
|
||||
type = "prometheus_scrape"
|
||||
endpoints = ["http://localhost:5080/metrics"]
|
||||
|
||||
[sinks.openobserve]
|
||||
inputs = ["observe-nokiy-net"]
|
||||
inputs = ["observe_nokiy_net_logs", "observe_nokiy_net_metrics"]
|
||||
type = "http"
|
||||
uri = "${OPENOBSERVE_URL}"
|
||||
method = "post"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue