This commit is contained in:
2024-02-23 14:21:35 +01:00
parent 818a21befc
commit 7c8a52b7e1
125 changed files with 357 additions and 355 deletions

View File

@@ -4,8 +4,18 @@ kind: Component
category: monitor
metadata:
name: promtail
description: null
description: Promtail is an agent which ships the contents of local logs to a Loki instance
options:
log_format:
default: logfmt
examples:
- logfmt
type: string
log_level:
default: info
examples:
- info
type: string
images:
default:
promtail:
@@ -45,21 +55,11 @@ options:
type: string
type: object
type: object
log_format:
default: logfmt
examples:
- logfmt
type: string
loki-url:
default: loki
examples:
- loki
type: string
log_level:
default: info
examples:
- info
type: string
dependencies: []
providers:
kubernetes: true