Skip to content

Commit

Permalink
Update Hasura Cloud integration with traces (#1615)
Browse files Browse the repository at this point in the history
* Document Hasura trace integration

* Suggested grammar changes to README.md
  • Loading branch information
sfarqu authored Nov 30, 2022
1 parent 31929c1 commit 6d3fcf1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions hasura_cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# CHANGELOG - Hasura Cloud

## 1.1.1 / 2022-10-17
* [FIX] Support Datadog `env` tag in traces from Hasura Cloud

## 1.1.0 / 2022-06-02
* [FEATURE] Add support for sending Hasura Cloud traces to Datadog

## 1.0.0 / 2021-05-12
* [FEATURE] Initial Hasura Cloud integration
8 changes: 5 additions & 3 deletions hasura_cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
secure, production-ready GraphQL API over your data sources.

The Datadog integration is an observability feature of Hasura Cloud that exports
your Hasura Cloud project's operation logs and metrics to your Datadog dashboard.
your Hasura Cloud project's operation logs, metrics, and traces to your Datadog dashboard.

## Setup

To set up the Hasura Cloud Datadog integration for your Hasura Cloud project, provide a Datadog API key and region to Hasura Cloud.

See the [Hasura Cloud documentation][3] to configure the Datadog integration for your Hasura Cloud project.
See the [Hasura Cloud documentation][3] for how to configure the Datadog integration for your Hasura Cloud project.

Once the above is done, go to the [Logs section][5] in Datadog and create facets for the following top level fields:

Expand All @@ -23,6 +23,8 @@ Once the above is done, go to the [Logs section][5] in Datadog and create facets

See the [Datadog Log Facets documentation][4] for information regarding creating facets from logs.

Logs, metrics, and traces from your Hasura Cloud project are automatically sent to Datadog when your project receives traffic.

## Data Collected

### Metrics
Expand All @@ -43,7 +45,7 @@ Need help? Contact [Datadog support][6].

[1]: https://hasura.io/cloud/
[2]: https://raw.githubusercontent.com/DataDog/integrations-extras/master/algorithmia/images/algorithmia-insights-datadog.png
[3]: https://hasura.io/docs/latest/graphql/cloud/metrics/integrations/datadog.html
[3]: https://hasura.io/docs/latest/observability/integrations/datadog/
[4]: https://docs.datadoghq.com/logs/explorer/facets/#create-facets
[5]: http://app.datadoghq.com/logs
[6]: https://docs.datadoghq.com/help/

0 comments on commit 6d3fcf1

Please sign in to comment.