Skip to content

Commit

Permalink
[monitoring] Update Loki documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed May 29, 2023
1 parent 8774863 commit 892750d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
log_level: info
http_listen_port: 3101
clients:
- url: http://loki:3100/loki/api/v1/push
- url: {{loki-simple.loki.client_url:-http://loki:3100/loki/api/v1/push}}
positions:
filename: /run/promtail/positions.yaml
scrape_configs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"alveoli": [
{
"//": "Loki setup to aggregate service logs using promtail, the prometheus for logs.",
"//": "Loki setup to aggregate service logs using promtail, the prometheus for logs.\n\nNOTE: Starting from 1.0.20, the Promtail descriptor moved from Deployment to DaemonSet",
"name": "${project.groupId}:${project.artifactId}:${project.version}",
"descriptors": [
{
Expand Down Expand Up @@ -49,6 +49,10 @@
"name": "loki-simple.loki.image",
"description": "The image to use for loki."
},
{
"name": "loki-simple.loki.client_url",
"description": "URL of the Loki API used to push data."
},
{
"name": "loki-simple.loki.pipeline_stage",
"description": "Pipeline stage to use, generally `cri` or `docker`."
Expand Down

0 comments on commit 892750d

Please # to comment.