@platformatic/foundation 3.2.1 → 3.4.0

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.
Files changed (2) hide show
  1. package/lib/schema.js +5 -0
  2. package/package.json +1 -1
package/lib/schema.js CHANGED
@@ -1021,6 +1021,11 @@ export const runtimeProperties = {
1021
1021
  type: 'object',
1022
1022
  additionalProperties: { type: 'string' }
1023
1023
  },
1024
+ applicationLabel: {
1025
+ type: 'string',
1026
+ default: 'applicationId',
1027
+ description: 'The label name to use for the application identifier in metrics (e.g., applicationId, serviceId)'
1028
+ },
1024
1029
  readiness: {
1025
1030
  anyOf: [
1026
1031
  { type: 'boolean' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/foundation",
3
- "version": "3.2.1",
3
+ "version": "3.4.0",
4
4
  "description": "Platformatic Foundation",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",