Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration overview fixes + Datadog apikey image replace #476

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/integrations/datadog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ensures that every setting change in ConfigCat is sent to Datadog as an Event.

1. Have a <a href="https://www.datadoghq.com/" target="_blank">Datadog subscription.</a>
2. Get a <a href="https://docs.datadoghq.com/account_management/api-app-keys/#api-keys" target="_blank">Datadog API Key.</a>
<img src="/docs/assets/datadog_apikey.png" className="zoomable" alt="datadog_event" />
<img src="/docs/assets/datadog_apikey2.png" className="zoomable" alt="datadog_event" />
3. Open the <a href="https://app.configcat.com/product/integrations" target="_blank">integrations tab</a> on ConfigCat Dashboard.
4. Click on Datadog's CONNECT button and set your Datadog API key.
5. OPTIONAL - Set the proper site of your Datadog account. [More about Datadog site](https://docs.datadoghq.com/getting_started/site/).
Expand Down
9 changes: 7 additions & 2 deletions website/docs/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Scan your code repository to identify unused feature flags, helping you maintain
Monitor feature flag events in real-time. Feature flag changes will appear as events in Datadog, tagged with relevant product, config, and environment details.
[See the detailed guide](datadog.mdx)

## GitHub Actions
## GitHub Action

Discover feature flag usages in your source code and upload the found code references to ConfigCat.
[See the detailed guide](github.mdx)
Expand Down Expand Up @@ -73,9 +73,14 @@ Turn features On / Off right from a linked card on your Trello board.

## Twilio Segment

Track feature flag evaluations and monitor change events. This integration allows you to analyze user interactions and experiment results. seamlessly.
Track feature flag evaluations and monitor change events. This integration allows you to analyze user interactions and experiment results seamlessly.
[See the detailed guide](segment.mdx)

## Visual Studio Code

Manage your feature flags from VSCode.
[See the detailed guide](vscode.mdx)

## Zapier

Integrate ConfigCat with Zapier to automate workflows and connect with over 2,000 web services.
Expand Down
Binary file removed website/static/assets/datadog_apikey.png
Binary file not shown.
Binary file added website/static/assets/datadog_apikey2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ensures that every setting change in ConfigCat is sent to Datadog as an Event.

1. Have a <a href="https://www.datadoghq.com/" target="_blank">Datadog subscription.</a>
2. Get a <a href="https://docs.datadoghq.com/account_management/api-app-keys/#api-keys" target="_blank">Datadog API Key.</a>
<img src="/docs/assets/datadog_apikey.png" className="zoomable" alt="datadog_event" />
<img src="/docs/assets/datadog_apikey2.png" className="zoomable" alt="datadog_event" />
3. Open the <a href="https://app.configcat.com/product/integrations" target="_blank">integrations tab</a> on ConfigCat Dashboard.
4. Click on Datadog's CONNECT button and set your Datadog API key.
5. OPTIONAL - Set the proper site of your Datadog account. [More about Datadog site](https://docs.datadoghq.com/getting_started/site/).
Expand Down
9 changes: 7 additions & 2 deletions website/versioned_docs/version-V1/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Scan your code repository to identify unused feature flags, helping you maintain
Monitor feature flag events in real-time. Feature flag changes will appear as events in Datadog, tagged with relevant product, config, and environment details.
[See the detailed guide](./datadog.mdx)

## GitHub Actions
## GitHub Action

Discover feature flag usages in your source code and upload the found code references to ConfigCat.
[See the detailed guide](./github.mdx)
Expand Down Expand Up @@ -73,9 +73,14 @@ Turn features On / Off right from a linked card on your Trello board.

## Twilio Segment

Track feature flag evaluations and monitor change events. This integration allows you to analyze user interactions and experiment results. seamlessly.
Track feature flag evaluations and monitor change events. This integration allows you to analyze user interactions and experiment results seamlessly.
[See the detailed guide](./segment.mdx)

## Visual Studio Code

Manage your feature flags from VSCode.
[See the detailed guide](vscode.mdx)

## Zapier

Integrate ConfigCat with Zapier to automate workflows and connect with over 2,000 web services.
Expand Down
Loading