forked from census-instrumentation/opencensus-website
-
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.
Documentation: Python trace exporter to Datadog is supported (census-…
- Loading branch information
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ _site | |
public/ | ||
.DS_Store | ||
.idea/ | ||
*.swp | ||
*.swo |
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,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/) |
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