-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
62 lines (62 loc) · 2.21 KB
/
plugin.json
File metadata and controls
62 lines (62 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "workflow-plugin-observability",
"version": "0.0.0",
"description": "observability plugin for the workflow engine",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"private": false,
"minEngineVersion": "0.64.2",
"keywords": [
"observability",
"opentelemetry",
"metrics",
"logs",
"traces"
],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-observability",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-observability",
"capabilities": {
"configProvider": false,
"moduleTypes": [
"observability.collector",
"observability.telemetry"
],
"stepTypes": [],
"triggerTypes": []
},
"contracts": [],
"downloads": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-observability/releases/download/v0.0.0/workflow-plugin-observability-linux-amd64.tar.gz"
},
{
"os": "linux",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-observability/releases/download/v0.0.0/workflow-plugin-observability-linux-arm64.tar.gz"
},
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-observability/releases/download/v0.0.0/workflow-plugin-observability-darwin-amd64.tar.gz"
},
{
"os": "darwin",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-observability/releases/download/v0.0.0/workflow-plugin-observability-darwin-arm64.tar.gz"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-observability/releases/download/v0.0.0/workflow-plugin-observability-windows-amd64.tar.gz"
},
{
"os": "windows",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-observability/releases/download/v0.0.0/workflow-plugin-observability-windows-arm64.tar.gz"
}
]
}