Skip to content

Commit a165d7a

Browse files
docs: add dynatrace and opentelemetry to observability section
1 parent 3a50860 commit a165d7a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/integrations/index.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,23 @@ DevCycle APIs, as well as third party integrations to connect DevCycle to the to
3838

3939
<CustomDocCardList
4040
items={[
41+
{
42+
type: 'link',
43+
href: '/integrations/dynatrace',
44+
label: 'Dynatrace',
45+
description:
46+
'Monitor and analyze your feature flags with Dynatrace observability platform.',
47+
icon: '',
48+
customIconPath: '/integrations/dynatrace/dynatrace-icon.svg',
49+
},
50+
{
51+
type: 'link',
52+
href: '/integrations/opentelemetry',
53+
label: 'OpenTelemetry',
54+
description: 'Monitor and analyze your feature flags with OpenTelemetry.',
55+
icon: '',
56+
customIconPath: '/integrations/opentelemetry/otel-icon.svg',
57+
},
4158
{
4259
type: 'link',
4360
href: '/integrations/snowflake',

0 commit comments

Comments
 (0)