forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DDSaaS: Mux: Crawler Integration v1.0.0 (DataDog#18686)
* Mux integration-core project skeleton w/o assets * Mux labeler added * tags added and empty dashboard removed * Added dashboard, monitors and images * Updated readme, manifest, metadata, changelog files * Updated Dashboards, images and monitors * fix metadata check failure * minor change in mux-mertrics dashbpard * modified metadata.csv * modified metadata.csv * modified configuration section in readme * README changes * CODEOWNERS added * Updated Dashboards and Images * Updated readme and manifest files * CODEOWNERS updated --------- Co-authored-by: Bhavik Parmar <[email protected]> Co-authored-by: Bhavik Parmar <[email protected]>
- Loading branch information
1 parent
693145c
commit fa840c6
Showing
18 changed files
with
3,981 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# CHANGELOG - Mux | ||
|
||
## 1.0.0 / 2024-09-24 | ||
|
||
***Added***: | ||
|
||
* Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# MUX | ||
|
||
## Overview | ||
|
||
[Mux][1] is an all-in-one video streaming platform. It offers APIs and tools for video hosting, live streaming, etc. enabling users to easily create, manage, and optimize video content. Mux provides scalable video infrastructure to build seamless video experiences. | ||
|
||
Integrate Mux with Datadog to gain insights into mux video performance data. | ||
|
||
## Setup | ||
|
||
### Get config parameters from Mux | ||
|
||
#### Find your Access Token ID and Secret Key from Mux | ||
1. Login to [MUX account][2]. | ||
2. In the sidebar, click on **Settings**. | ||
3. Click on **Access Tokens**. | ||
4. Select **Generate new token**. | ||
5. Choose the environment. | ||
6. Under the **permission** section, select **Mux Data(read-only)**. | ||
7. Enter the access token name. | ||
8. Click on **Generate Token**. | ||
9. Save the Access Token ID and Secret Key from the **Here's your new Access Token** tab. | ||
|
||
### Add your Mux credentials | ||
- Access token ID | ||
- Secret key | ||
|
||
## Data Collected | ||
|
||
### Logs | ||
|
||
The Mux integration does not include any logs. | ||
|
||
### Metrics | ||
|
||
The Mux integration collects and forwards mux metrics data to Datadog. See [metadata.csv][4] for a list of metrics provided by this integration. | ||
|
||
### Service Checks | ||
|
||
The Mux integration does not include any service checks. | ||
|
||
### Events | ||
|
||
The Mux integration does not include any events. | ||
|
||
## Troubleshooting | ||
|
||
Need help? Contact [Datadog support][3]. | ||
|
||
[1]: https://www.mux.com/ | ||
[2]: https://dashboard.mux.com/ | ||
[3]: https://docs.datadoghq.com/help/ | ||
[4]: https://github.com/DataDog/integrations-core/blob/master/mux/metadata.csv |
Oops, something went wrong.