Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/example/k3d/jsonnetfile.json
4094 views
1
{
2
"version": 1,
3
"dependencies": [
4
{
5
"source": {
6
"git": {
7
"remote": "https://github.com/grafana/cortex-jsonnet.git",
8
"subdir": "cortex-mixin"
9
}
10
},
11
"version": "master"
12
},
13
{
14
"source": {
15
"git": {
16
"remote": "https://github.com/grafana/jsonnet-libs.git",
17
"subdir": "ksonnet-util"
18
}
19
},
20
"version": "master"
21
},
22
{
23
"source": {
24
"git": {
25
"remote": "https://github.com/grafana/loki.git",
26
"subdir": "production/ksonnet/loki-canary"
27
}
28
},
29
"version": "main"
30
},
31
{
32
"source": {
33
"git": {
34
"remote": "https://github.com/grafana/tempo.git",
35
"subdir": "operations/jsonnet/microservices"
36
}
37
},
38
"version": "main"
39
},
40
{
41
"source": {
42
"git": {
43
"remote": "https://github.com/grafana/tempo.git",
44
"subdir": "operations/jsonnet/single-binary"
45
}
46
},
47
"version": "main"
48
},
49
{
50
"source": {
51
"git": {
52
"remote": "https://github.com/jsonnet-libs/k8s-alpha.git",
53
"subdir": "1.14"
54
}
55
},
56
"version": "master"
57
},
58
{
59
"source": {
60
"local": {
61
"directory": "../../production/tanka/grafana-agent"
62
}
63
},
64
"version": ""
65
},
66
{
67
"source": {
68
"local": {
69
"directory": "../../production/grafana-agent-mixin"
70
}
71
},
72
"version": ""
73
}
74
],
75
"legacyImports": true
76
}
77
78