mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs/cloud: change metric name
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> GitOrigin-RevId: ea55c9661ccdcc7d454bd8508e0bf6c58a259145
This commit is contained in:
parent
6093010a6e
commit
0b81677fc6
@ -31,8 +31,7 @@ Navigate to the integrations tab on project settings page to find Datadog integr
|
||||
:alt: Configure Datadog Integration
|
||||
:width: 1146px
|
||||
|
||||
Select the Datadog API region and enter the Datadog API key (can be retrieved by navigating to Datadog's settings page by clicking the ``Get API Key`` link), host, service name and tags to associate with exported logs. A source tag
|
||||
``hasura-cloud-metrics`` is added to all exported logs.
|
||||
Select the Datadog API region and enter the Datadog API key (can be retrieved by navigating to Datadog's settings page by clicking the ``Get API Key`` link), host, service name and tags to associate with exported logs.
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
@ -51,7 +50,7 @@ Select the Datadog API region and enter the Datadog API key (can be retrieved by
|
||||
- The name of the originating host of the log and metrics.
|
||||
|
||||
* - Tags
|
||||
- Tags associated with your logs and metrics.
|
||||
- Tags associated with your logs and metrics. Default tags ``project_id`` and ``project_name`` are exported with all logs and metrics. A source tag ``hasura-cloud-metrics`` is added to all exported logs.
|
||||
|
||||
* - Service Name
|
||||
- The name of the application or service generating the log events.
|
||||
@ -126,7 +125,7 @@ The integration exports the following five metrics to your Datadog dashboard:
|
||||
- ``websockets_open``
|
||||
|
||||
Non zero values of all the above metrics are exported over a one minute time interval. Each metric name
|
||||
is prefixed with your project's name.
|
||||
is prefixed with ``hasura_cloud``.
|
||||
|
||||
Graphs for all the above metrics can be viewed in your Datadog dashboard, under the ``Metrics`` tab. To navigate to the same, click ``View Metrics``.
|
||||
|
||||
@ -139,4 +138,4 @@ graphs corresponding to metrics exported by Hasura Cloud.
|
||||
|
||||
.. thumbnail:: /img/graphql/cloud/metrics/datadog-metrics.png
|
||||
:alt: Metrics successfully exported to Datadog
|
||||
:width: 1146px
|
||||
:width: 1146px
|
||||
|
Loading…
Reference in New Issue
Block a user