mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +02:00
feat: datadog integration - link to valid source type names (#5608)
Datadog only supports know source_type_names, lets make that easy to figure out for the user.
This commit is contained in:
parent
4376697250
commit
d6afe80bab
@ -46,7 +46,7 @@ const dataDogDefinition: IAddonDefinition = {
|
|||||||
name: 'sourceTypeName',
|
name: 'sourceTypeName',
|
||||||
displayName: 'Datadog Source Type Name',
|
displayName: 'Datadog Source Type Name',
|
||||||
description:
|
description:
|
||||||
'(Optional) source_type_name parameter to be included in Datadog events.',
|
'(Optional) source_type_name parameter to be included in Datadog events. Valid values: https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value/',
|
||||||
type: 'text',
|
type: 'text',
|
||||||
required: false,
|
required: false,
|
||||||
sensitive: false,
|
sensitive: false,
|
||||||
|
@ -46,7 +46,7 @@ Unleash Datadog integration takes the following parameters.
|
|||||||
|
|
||||||
- **Datadog API key** - This is a required property. The API key to use to authenticate with Datadog.
|
- **Datadog API key** - This is a required property. The API key to use to authenticate with Datadog.
|
||||||
|
|
||||||
- **Datadog Source Type Name** - This is an optional property. Sets `source_type_name` parameter to be included in Datadog events.
|
- **Datadog Source Type Name** - This is an optional property. Sets `source_type_name` parameter to be included in Datadog events. [List of valid api source values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value/)
|
||||||
|
|
||||||
- **Extra HTTP Headers** - This is an optional property. Used to set the additional headers when Unleash communicates with Datadog.
|
- **Extra HTTP Headers** - This is an optional property. Used to set the additional headers when Unleash communicates with Datadog.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user