mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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',
|
||||
displayName: 'Datadog Source Type Name',
|
||||
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',
|
||||
required: 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 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user