From 11270773ca5d405a225ea0693450be3d5c470d56 Mon Sep 17 00:00:00 2001 From: Holden Omans Date: Tue, 3 Aug 2021 13:50:57 -0400 Subject: [PATCH] common readmeupdate --- ndustrial/common/Chart.yaml | 4 ++-- ndustrial/common/README.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ndustrial/common/Chart.yaml b/ndustrial/common/Chart.yaml index b37bfa3..65f9508 100644 --- a/ndustrial/common/Chart.yaml +++ b/ndustrial/common/Chart.yaml @@ -19,5 +19,5 @@ sources: - https://ndustrial.io/ type: library # Please make sure that version and appVersion are always the same. -version: 0.1.11 -appVersion: 0.1.11 +version: 0.1.12 +appVersion: 0.1.12 diff --git a/ndustrial/common/README.md b/ndustrial/common/README.md index 0cb4573..4036b49 100644 --- a/ndustrial/common/README.md +++ b/ndustrial/common/README.md @@ -57,6 +57,7 @@ This chart provides a common template helpers which can be used to develop new c | `contxt.serviceId` | The ID of the Contxt Service that this object belongs to (if applicable) | `nil` | | `contxt.serviceType` | The type of the Contxt Service that this object belongs to (if applicable) | `nil` | + ### Datadog integration parameters | Name | Description | Value | @@ -67,7 +68,7 @@ This chart provides a common template helpers which can be used to develop new c | `datadog.apm.version` | Set an application’s version in traces and logs e.g. 1.2.3, 6c44da20, 2020.02.13. Generally set along with DD_SERVICE. | `""` | | `datadog.apm.profiling_enabled` | Enable Datadog profiling when using ddtrace-run. (Default: false) | `false` | | `datadog.apm.logs_injection` | Enables Logs Injection https://ddtrace.readthedocs.io/en/stable/advanced_usage.html#logs-injection (Default: true) | `true` | -| `datadog.apm.trace_sample_rate` | A float, f, 0.0 <= f <= 1.0. f\*100% of traces will be sampled. (Default: 1.0) | `1` | +| `datadog.apm.trace_sample_rate` | A float, f, 0.0 <= f <= 1.0. f*100% of traces will be sampled. (Default: 1.0) | `1` | | `datadog.apm.trace_agent_host` | The Datadog Agent hostname for sending traces -- has the same functionality as the above agent_host but is used by different language's implementations of the Datadog trace library (Default: status.hostIP) | `""` | | `datadog.openmetrics.enabled` | Enable OpenMetrics scraping | `false` | | `datadog.openmetrics.schema` | The schema to use for OpenMetrics. (Default: http) | `http` | @@ -77,6 +78,7 @@ This chart provides a common template helpers which can be used to develop new c | `datadog.openmetrics.metrics` | List of metrics to collect | `[]` | | `datadog.openmetrics.type_overrides` | Override the collected metrics types | `{}` | + The following table lists the helpers available in the library which are scoped in different sections. ### Affinities