exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DbaasEndpointDatadogInputUpdateSettings

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**datadog_api_key** | **String** | Datadog API key | 
**site** | Option<[**models::EnumDatadogSite**]enum-datadog-site.md> |  | [optional]
**datadog_tags** | Option<[**Vec<models::DbaasDatadogTag>**]dbaas-datadog-tag.md> | Custom tags provided by user | [optional]
**disable_consumer_stats** | Option<**bool**> | Disable kafka consumer group metrics. Applies only when attached to kafka services. | [optional]
**kafka_consumer_check_instances** | Option<**u64**> | Number of separate instances to fetch kafka consumer statistics with. Applies only when attached to kafka services. | [optional]
**kafka_consumer_stats_timeout** | Option<**u64**> | Number of seconds that datadog will wait to get consumer statistics from brokers. Applies only when attached to kafka services. | [optional]
**max_partition_contexts** | Option<**u64**> | Maximum number of partition contexts to send. Applies only when attached to kafka services. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)