This commit is contained in:
parent
f62fa502db
commit
81e1574023
4 changed files with 21 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ in
|
|||
common = {
|
||||
ring = {
|
||||
instance_addr = "127.0.0.1";
|
||||
kvstore.store = "inmmemory";
|
||||
kvstore.store = "inmemory";
|
||||
};
|
||||
replication_factor = 1;
|
||||
path_prefix = "/tmp/loki";
|
||||
|
|
|
|||
|
|
@ -29,9 +29,11 @@ in
|
|||
filename = "filename";
|
||||
};
|
||||
|
||||
clients = {
|
||||
url = "http://127.0.0.1:3100/loki/api/v1/push";
|
||||
};
|
||||
clients = [
|
||||
{
|
||||
url = "http://::1:9003/loki/api/v1/push";
|
||||
}
|
||||
];
|
||||
|
||||
scrape_configs = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue