@emeryld/obs-stack 0.1.14 → 0.1.15

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.
@@ -17,6 +17,19 @@ exporters:
17
17
 
18
18
  loki:
19
19
  endpoint: http://loki:3100/loki/api/v1/push
20
+ labels:
21
+ resource:
22
+ - service.name
23
+ attributes:
24
+ - logType
25
+ - level
26
+ - name
27
+ - status
28
+ - method
29
+ - path
30
+ - operation
31
+ - direction
32
+ - durationMs
20
33
 
21
34
  service:
22
35
  pipelines:
@@ -37,7 +37,7 @@
37
37
  "refresh": 1,
38
38
  "includeAll": true,
39
39
  "multi": true,
40
- "allValue": ".*",
40
+ "allValue": ".+",
41
41
  "current": {
42
42
  "text": "All",
43
43
  "value": "$__all"
@@ -37,7 +37,7 @@
37
37
  "refresh": 1,
38
38
  "includeAll": true,
39
39
  "multi": true,
40
- "allValue": ".*",
40
+ "allValue": ".+",
41
41
  "current": {
42
42
  "text": "All",
43
43
  "value": "$__all"
@@ -55,7 +55,7 @@
55
55
  "refresh": 1,
56
56
  "includeAll": true,
57
57
  "multi": true,
58
- "allValue": ".*",
58
+ "allValue": ".+",
59
59
  "current": {
60
60
  "text": "All",
61
61
  "value": "$__all"
@@ -37,7 +37,7 @@
37
37
  "refresh": 1,
38
38
  "includeAll": true,
39
39
  "multi": true,
40
- "allValue": ".*",
40
+ "allValue": ".+",
41
41
  "current": {
42
42
  "text": "All",
43
43
  "value": "$__all"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/obs-stack",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Docker Compose-based Grafana + Tempo + Loki + OpenTelemetry Collector stack",
5
5
  "type": "commonjs",
6
6
  "bin": {