@emeryld/obs-stack 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,9 +12,9 @@ storage:
12
12
  trace:
13
13
  backend: local
14
14
  local:
15
- path: /tempo/traces
15
+ path: /var/tempo/traces
16
16
  retention: 24h
17
17
 
18
18
  compactor:
19
- working_directory: /tempo/compactor
19
+ working_directory: /var/tempo/compactor
20
20
  retention: 24h
@@ -23,7 +23,7 @@ services:
23
23
  - "-config.file=/etc/tempo/local-config.yaml"
24
24
  volumes:
25
25
  - ./configs/tempo.yaml:/etc/tempo/local-config.yaml:ro
26
- - tempo-data:/tempo
26
+ - tempo-data:/var/tempo
27
27
  restart: unless-stopped
28
28
 
29
29
  loki:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/obs-stack",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Docker Compose-based Grafana + Tempo + Loki + OpenTelemetry Collector stack",
5
5
  "type": "commonjs",
6
6
  "bin": {