-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.98 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
63
64
65
66
67
68
69
70
{
"id" : "netuitive.packages.aws.lambda",
"version" : "1.5.0",
"manifest" : {
"name" : "Netuitive Packages AWS Lambda",
"description" : "A set of Netuitive analytics configurations, polices, dashboards, and reports that are used to monitor performance of AWS Lambda functions.",
"author" : {
"name" : "Netuitive Research",
"email" : "research@netuitive.com"
},
"distro" : {
"logo" : "http://assets.app.netuitive.com/pkg/logo/netuitive/banner_logo.png",
"download" : "https://github.com/netuitive-community-packages/netuitive-packages-aws-lambda/archive/master.zip"
},
"compatibility" : [ "AWS:Lambda" ],
"tags" : [ ],
"checksum" : null
},
"policies" : [ {
"data" : {
"file" : "policies/aws.lambda.-.elevated.invocation.count.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/aws.lambda.-.elevated.latency.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "policies/aws.lambda.-.depressed.invocation.count.json",
"encoding" : "application/json",
"content" : null
}
} ],
"analyticConfigurations" : [ {
"data" : {
"file" : "analyticConfigurations/ace-aws.lambda.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "analyticConfigurations/computed_metric-aws.lambda.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "analyticConfigurations/metric_meta-aws.lambda.json",
"encoding" : "application/json",
"content" : null
}
} ],
"dashboards" : [ {
"data" : {
"file" : "dashboards/aws.lambda.element.detail.page.json",
"encoding" : "application/json",
"content" : null
}
}, {
"data" : {
"file" : "dashboards/aws.lambda.summary.json",
"encoding" : "application/json",
"content" : null
}
} ]
}