Skip to content

Commit

Permalink
DDSaaS: Mux: Crawler Integration v1.0.0 (DataDog#18686)
Browse files Browse the repository at this point in the history
* 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
3 people authored Dec 6, 2024
1 parent 693145c commit fa840c6
Show file tree
Hide file tree
Showing 18 changed files with 3,981 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/mimecast/manifest.json @DataDog/saas-integrations @DataDog/documentation
/mimecast/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core

/mux/ @DataDog/saas-integrations
/mux/*.md @DataDog/saas-integrations @DataDog/documentation
/mux/manifest.json @DataDog/saas-integrations @DataDog/documentation
/mux/metadata.csv @DataDog/saas-integrations @DataDog/documentation

/palo_alto_cortex_xdr/ @DataDog/saas-integrations
/palo_alto_cortex_xdr/*.md @DataDog/saas-integrations @DataDog/documentation
/palo_alto_cortex_xdr/manifest.json @DataDog/saas-integrations @DataDog/documentation
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ integration/mimecast:
- mimecast/**/*
integration/mongo:
- mongo/**/*
integration/mux:
- mux/**/*
integration/mysql:
- mysql/**/*
integration/nagios:
Expand Down
7 changes: 7 additions & 0 deletions mux/CHANGELOG.md
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
53 changes: 53 additions & 0 deletions mux/README.md
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
Loading

0 comments on commit fa840c6

Please sign in to comment.