@backstage/plugin-scaffolder-backend 0.0.0-nightly-20221025030246 → 0.0.0-nightly-20221026025413

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20221025030246
3
+ ## 0.0.0-nightly-20221026025413
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -41,20 +41,78 @@
41
41
 
42
42
  ### Patch Changes
43
43
 
44
+ - 7573b65232: Internal refactor of imports to avoid circular dependencies
44
45
  - Updated dependencies
45
- - @backstage/backend-common@0.0.0-nightly-20221025030246
46
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20221025030246
47
- - @backstage/integration@0.0.0-nightly-20221025030246
48
- - @backstage/backend-tasks@0.0.0-nightly-20221025030246
49
- - @backstage/types@0.0.0-nightly-20221025030246
50
- - @backstage/backend-plugin-api@0.0.0-nightly-20221025030246
51
- - @backstage/plugin-auth-node@0.0.0-nightly-20221025030246
52
- - @backstage/plugin-catalog-node@0.0.0-nightly-20221025030246
53
- - @backstage/catalog-client@0.0.0-nightly-20221025030246
54
- - @backstage/catalog-model@0.0.0-nightly-20221025030246
55
- - @backstage/config@0.0.0-nightly-20221025030246
56
- - @backstage/errors@0.0.0-nightly-20221025030246
57
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20221025030246
46
+ - @backstage/backend-common@0.0.0-nightly-20221026025413
47
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20221026025413
48
+ - @backstage/integration@0.0.0-nightly-20221026025413
49
+ - @backstage/backend-tasks@0.0.0-nightly-20221026025413
50
+ - @backstage/catalog-model@0.0.0-nightly-20221026025413
51
+ - @backstage/plugin-auth-node@0.0.0-nightly-20221026025413
52
+ - @backstage/types@0.0.0-nightly-20221026025413
53
+ - @backstage/backend-plugin-api@0.0.0-nightly-20221026025413
54
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20221026025413
55
+ - @backstage/catalog-client@0.0.0-nightly-20221026025413
56
+ - @backstage/config@0.0.0-nightly-20221026025413
57
+ - @backstage/errors@0.0.0-nightly-20221026025413
58
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20221026025413
59
+
60
+ ## 1.8.0-next.0
61
+
62
+ ### Minor Changes
63
+
64
+ - ea14eb62a2: Added a set of default Prometheus metrics around scaffolding. See below for a list of metrics and an explanation of their labels:
65
+
66
+ - `scaffolder_task_count`: Tracks successful task runs.
67
+
68
+ Labels:
69
+
70
+ - `template`: The entity ref of the scaffolded template
71
+ - `user`: The entity ref of the user that invoked the template run
72
+ - `result`: A string describing whether the task ran successfully, failed, or was skipped
73
+
74
+ - `scaffolder_task_duration`: a histogram which tracks the duration of a task run
75
+
76
+ Labels:
77
+
78
+ - `template`: The entity ref of the scaffolded template
79
+ - `result`: A boolean describing whether the task ran successfully
80
+
81
+ - `scaffolder_step_count`: a count that tracks each step run
82
+
83
+ Labels:
84
+
85
+ - `template`: The entity ref of the scaffolded template
86
+ - `step`: The name of the step that was run
87
+ - `result`: A string describing whether the task ran successfully, failed, or was skipped
88
+
89
+ - `scaffolder_step_duration`: a histogram which tracks the duration of each step run
90
+
91
+ Labels:
92
+
93
+ - `template`: The entity ref of the scaffolded template
94
+ - `step`: The name of the step that was run
95
+ - `result`: A string describing whether the task ran successfully, failed, or was skipped
96
+
97
+ You can find a guide for running Prometheus metrics here: https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md
98
+
99
+ ### Patch Changes
100
+
101
+ - 7573b65232: Internal refactor of imports to avoid circular dependencies
102
+ - Updated dependencies
103
+ - @backstage/backend-common@0.16.0-next.0
104
+ - @backstage/plugin-catalog-backend@1.5.1-next.0
105
+ - @backstage/integration@1.4.0-next.0
106
+ - @backstage/backend-tasks@0.3.7-next.0
107
+ - @backstage/catalog-model@1.1.3-next.0
108
+ - @backstage/plugin-auth-node@0.2.7-next.0
109
+ - @backstage/types@1.0.1-next.0
110
+ - @backstage/backend-plugin-api@0.1.4-next.0
111
+ - @backstage/plugin-catalog-node@1.2.1-next.0
112
+ - @backstage/catalog-client@1.1.2-next.0
113
+ - @backstage/config@1.0.4-next.0
114
+ - @backstage/errors@1.1.3-next.0
115
+ - @backstage/plugin-scaffolder-common@1.2.2-next.0
58
116
 
59
117
  ## 1.7.0
60
118
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "0.0.0-nightly-20221025030246",
3
+ "version": "0.0.0-nightly-20221026025413",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }