This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmint.json
95 lines (95 loc) · 2.09 KB
/
mint.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "Odigos",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#30638E",
"light": "#C0E0DE",
"dark": "#123C60",
"anchors": {
"from": "#264F71",
"to": "#476987"
}
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/keyval-dev/odigos"
},
"anchors": [
{
"name": "Demo",
"icon": "circle-play",
"url": "https://www.youtube.com/watch?v=9d36AmVtuGU"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://keyval.dev/blog/"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": [
"overview",
{
"group": "Quickstart",
"pages": [
"intro",
"installation",
"instrumenting",
"viewing",
"next-steps"
]
}
]
},
{
"group": "Observability Backends",
"pages": [
"backends/datadog",
"backends/prometheus",
"backends/tempo",
"backends/grafanacloud",
"backends/honeycomb",
"backends/newrelic",
"backends/splunk",
"backends/lightstep",
"backends/jaeger",
"backends/qryn",
"backends/loki",
"backends/elasticsearch",
"backends/googlecloud",
"backends/gcs",
"backends/azureblob",
"backends/opsverse",
"backends/logzio",
"backends/sentry",
"backends/signoz",
"backends/opentelemetry"
]
},
{
"group": "Concepts",
"pages": [
"architecture",
"telemetry-types",
"custom-resources",
"uninstall",
"usage-reports"
]
},
{
"group": "Contibution Guidelines",
"pages": ["adding-new-dest"]
}
],
"footerSocials": {
"twitter": "https://twitter.com/odigosio",
"github": "https://github.com/keyval-dev/odigos",
"slack": "https://odigos.slack.com/join/shared_invite/zt-1d7egaz29-Rwv2T8kyzc3mWP8qKobz~A#/shared-invite/email"
}
}