Skip to content

Commit

Permalink
common readmeupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinon committed Aug 3, 2021
1 parent e54ef25 commit 1127077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ndustrial/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion ndustrial/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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` |
Expand All @@ -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
Expand Down

0 comments on commit 1127077

Please sign in to comment.