Apply suggestions from code review
parent
db65207b0b
commit
e087bc5aae
|
@ -15,12 +15,7 @@ menu:
|
|||
|
||||
### Important Changes
|
||||
|
||||
- PR [#17355](https://github.com/influxdata/telegraf/pull/17355) changes the `profiles` support
|
||||
of `inputs.opentelemetry` from the `v1 experimental` to the `v1 development` as this experimental API
|
||||
is updated upstream. This will change the metric by for example removing the no-longer reported
|
||||
`frame_type`, `stack_trace_id`, `build_id`, and `build_id_type` fields. Also, the value format of other fields
|
||||
or tags might have changed. Please refer to the
|
||||
[OpenTelemetry documentation](https://opentelemetry.io/docs/) for more details.
|
||||
- Pull request [#17355](https://github.com/influxdata/telegraf/pull/17355) updates `profiles` support in `inputs.opentelemetry` from v1 experimental to v1 development, following upstream changes to the experimental API. This update modifies metric output. For example, the `frame_type`, `stack_trace_id`, `build_id`, and `build_id_type` fields are no longer reported. The value format of other fields or tags might also have changed. For more information, see the [OpenTelemetry documentation](https://opentelemetry.io/docs/).
|
||||
|
||||
### New Plugins
|
||||
|
||||
|
|
|
@ -515,7 +515,7 @@ input:
|
|||
Docker containers.
|
||||
|
||||
> [!NOTE]
|
||||
> This plugin works only for containers with the `local` or `json-file` or
|
||||
> This plugin works only for containers with the `local`, `json-file`, or
|
||||
> `journald` logging driver. Make sure Telegraf has sufficient permissions
|
||||
> to access the configured endpoint.
|
||||
introduced: v1.12.0
|
||||
|
@ -1972,9 +1972,9 @@ input:
|
|||
via gRPC.
|
||||
|
||||
> [!NOTE]
|
||||
> Telegraf v1.32 through v1.35 support the Profiles signal using the v1
|
||||
> experimental API. Telegraf v1.36+ supports the Profiles signal using the
|
||||
> v1 development API.
|
||||
> Telegraf v1.32 through v1.35 support the Profiles signal using the **v1
|
||||
> experimental API**. Telegraf v1.36+ supports the Profiles signal using the
|
||||
> **v1 development API**.
|
||||
introduced: v1.19.0
|
||||
os_support: [freebsd, linux, macos, solaris, windows]
|
||||
tags: [logging, messaging]
|
||||
|
@ -4056,10 +4056,10 @@ processor:
|
|||
- name: Round
|
||||
id: round
|
||||
description: |
|
||||
This plugin allows to round numerical field values to the configured
|
||||
This plugin rounds numerical field values to the configured
|
||||
precision. This is particularly useful in combination with the [dedup
|
||||
processor](/telegraf/v1/plugins/#processor-dedup) to reduce the number of
|
||||
metrics sent to the output if only a lower precision is required for the
|
||||
metrics sent to the output when a lower precision is required for the
|
||||
values.
|
||||
introduced: v1.36.0
|
||||
os_support: [freebsd, linux, macos, solaris, windows]
|
||||
|
|
Loading…
Reference in New Issue