forked from canonical/grafana-agent-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
48 lines (39 loc) · 1.15 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.
name: grafana-agent-k8s
description: |
Grafana Agent for Kubernetes cluster
summary: |
Grafana Agent is a telemetry collector for sending metrics, logs, and trace data to the opinionated Grafana observability stack.
maintainers:
- Jose Massón <[email protected]>
assumes:
- k8s-api
docs: https://discourse.charmhub.io/t/grafana-agent-k8s-docs-index/5605
website: https://charmhub.io/grafana-agent-k8s
source: https://github.com/canonical/grafana-agent-k8s-operator
issues: https://github.com/canonical/grafana-agent-k8s-operator/issues
containers:
agent:
resource: agent-image
mounts:
- storage: data
location: /tmp/agent/data
resources:
agent-image:
type: oci-image
upstream-source: ghcr.io/canonical/grafana-agent:latest
description: OCI image for Grafana Agent
requires:
send-remote-write:
interface: prometheus_remote_write
metrics-endpoint:
interface: prometheus_scrape
logging-consumer:
interface: loki_push_api
provides:
logging-provider:
interface: loki_push_api
storage:
data:
type: filesystem