|
| 1 | +--- |
| 2 | +title: Officially Integrating with Datadog |
| 3 | +sidebar: |
| 4 | + nav: |
| 5 | + - header: Guides |
| 6 | + - text: Getting Started with the Agent |
| 7 | + href: "/guides/basic_agent_usage/" |
| 8 | + - text: Datadog Overview |
| 9 | + href: "/overview/" |
| 10 | + - text: Sending App Metrics |
| 11 | + href: "/guides/metrics/" |
| 12 | + - text: Log Parsing in the Agent |
| 13 | + href: "/guides/logs/" |
| 14 | + - text: Writing an Agent Check |
| 15 | + href: "/guides/agent_checks/" |
| 16 | + - text: Setting up Service Checks |
| 17 | + href: "/guides/services_checks/" |
| 18 | + - text: Deploying the Agent with Chef |
| 19 | + href: "/guides/chef/" |
| 20 | + - text: Guide to Alerting |
| 21 | + href: "/guides/alerting/" |
| 22 | + - text: Single Sign On With SAML |
| 23 | + href: "/guides/saml/" |
| 24 | + - text: Billing FAQ |
| 25 | + href: "/guides/billing/" |
| 26 | + - header: References |
| 27 | + - text: API |
| 28 | + href: "/api/" |
| 29 | + - text: Libraries |
| 30 | + href: "/libraries/" |
| 31 | + - text: Graphing |
| 32 | + href: "/graphing/" |
| 33 | + - text: Host Names |
| 34 | + href: "/hostnames/" |
| 35 | + - text: Integrations |
| 36 | + href: "/integrations/" |
| 37 | + - text: DogStatsD |
| 38 | + href: "/guides/dogstatsd/" |
| 39 | +--- |
| 40 | +<p>Being able to |
| 41 | +see all of your metrics from across your infrastructure is key within Datadog. |
| 42 | +While we do have guides to submit <a target="_blank" href="http://docs.datadoghq.com/guides/metrics/">custom metrics</a> |
| 43 | +via our <a target="_blank" href="http://docs.datadoghq.com/api/">API</a> |
| 44 | +and <a target="_blank" href="http://docs.datadoghq.com/libraries/">code instrumentation</a>, |
| 45 | +it's possible you might want to see a certain source become an |
| 46 | +official integration. Overall, the largest deciding factor in what integrations |
| 47 | +we build is what our clients request.</p> |
| 48 | + |
| 49 | +<p>If you would like to propose an |
| 50 | +integration, please reach out to support@datadoghq.com and tell us what metrics |
| 51 | +you would like to see from that given source.</p> |
| 52 | + |
| 53 | +<p>If you manage or work with a |
| 54 | +service and would like to see Datadog integrate it, the following information |
| 55 | +is needed:</p> |
| 56 | +<ul> |
| 57 | + <li>How will data get into Datadog? There are currently three options: |
| 58 | + <ol> |
| 59 | + <li>Push data from the source to Datadog</li> |
| 60 | + <li>Crawl the data source's API</li> |
| 61 | + <li>Have the Datadog Agent pick up the information from the source</li> |
| 62 | + </ol> |
| 63 | + </li> |
| 64 | + <li>What are the metrics and tags should be picked up from the source?</li> |
| 65 | + <li>What metrics should be included on the default dashboard that we generate for each integration?</li> |
| 66 | +</ul> |
| 67 | + |
| 68 | + |
| 69 | +<p>We will also need a short blurb describing the integration as well as the correct |
| 70 | +image to use across our site. </p> |
0 commit comments