Skip to content

Commit

Permalink
Documentation: Python trace exporter to Datadog is supported (census-…
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaultAI authored and songy23 committed Jan 17, 2020
1 parent 86ece33 commit 4c3cfb8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ _site
public/
.DS_Store
.idea/
*.swp
*.swo
30 changes: 30 additions & 0 deletions content/exporters/supported-exporters/Python/DataDog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Datadog (Stats and Tracing)"
date: 2020-01-13T14:29:35-08:00
draft: false
weight: 3
class: "resized-logo"
aliases: [/supported-exporters/python/datadog, /guides/exporters/supported-exporters/python/datadog]
logo: /img/partners/datadog_logo.svg
---

- [Introduction](#introduction)
- [Creating the exporter](#creating-the-exporter)
- [Viewing your metrics](#viewing-your-metrics)
- [Viewing your traces](#viewing-your-traces)

## Introduction
[Datadog](https://www.datadoghq.com/) is a real-time monitoring system that supports distributed tracing and monitoring.

## Creating the exporter
To create the exporter, we'll need:
* Datadog credentials which you can get from [Here](https://docs.datadoghq.com/getting_started/)
* Create an exporter in code

You can find examples of using the OpenCensus Python Datadog exporter [here](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-datadog/examples).

## Viewing your metrics
Please visit [https://docs.datadoghq.com/dashboards/](https://docs.datadoghq.com/dashboards/).

## Viewing your traces
Please visit [https://docs.datadoghq.com/tracing/](https://docs.datadoghq.com/tracing/)
2 changes: 1 addition & 1 deletion layouts/shortcodes/feature-matrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<td data-label="java"><abbr title="Trace Exporter" class="trace-exporter blue white-text">T</abbr></td>
<td data-label="nodejs"></td>
<td data-label="php"></td>
<td data-label="python"></td>
<td data-label="python"><abbr title="Trace Exporter" class="trace-exporter blue white-text">T</abbr></td>
<td data-label="ruby"></td>
</tr>

Expand Down

0 comments on commit 4c3cfb8

Please sign in to comment.