Skip to content

Commit 1098f14

Browse files
committed
move docker-compoese to own dir
1 parent 2a17d69 commit 1098f14

File tree

13 files changed

+25
-1
lines changed

13 files changed

+25
-1
lines changed

example-config.alloy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This config file is designed to send traces and metrics to the docker
2-
// compose environment from example/docker-compose.
2+
// compose environment from examplemk/docker-compose.
33

44
logging {
55
level = "debug"
File renamed without changes.
File renamed without changes.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
apiVersion: 1
2+
datasources:
3+
- name: cortex-dev-01-dev-us-central-0
4+
uid: cortex-dev-01-dev-us-central-0
5+
type: prometheus
6+
url: https://prometheus-dev-01-dev-us-central-0.grafana-dev.net/api/prom
7+
basicAuth: true
8+
basicAuthUser: 9960
9+
secureJsonData:
10+
basicAuthPassword: $MIMIR_DEV_READ_KEY
11+
editable: true
12+
isDefault: true
13+
version: 1
14+
- name: loki-dev
15+
uid: loki-dev
16+
type: loki
17+
url: https://logs-dev-005.grafana-dev.net
18+
basicAuth: true
19+
basicAuthUser: 29
20+
secureJsonData:
21+
basicAuthPassword: $LOKI_DEV_READ_KEY
22+
editable: true
23+
isDefault: false
24+
version: 1
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)