You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix typos and linguistic errors in documentation / hacktoberfest (#43497)
#### Description
Fix typos and linguistic errors in documentation. It's not much, but I'm
happy to help
Signed-off-by: Sebastien Dionne <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1668,7 +1668,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
1668
1668
- `elasticsearchexporter`: Enable native frame symbolization for Universal Profiling via the symbolization queue indices. (#38577)
1669
1669
- `hostmetricsreceiver`: Reduced the cost of retrieving number of threads and parent process ID on Windows. Disable the featuregate `hostmetrics.process.onWindowsUseNewGetProcesses` to fallback to the previous implementation.
1670
1670
(#32947, #38589)
1671
-
- `prometheusremotewritereciever`: Add help ref attribute to metric (#37277)
1671
+
- `prometheusremotewritereceiver`: Add help ref attribute to metric (#37277)
1672
1672
- `hostmetricsreceiver`: Reduced the CPU cost of collecting the `process.handles` metric on Windows. (#38886)
1673
1673
Instead of using WMI to retrieve the number of opened handles by each process
1674
1674
the scraper now uses the GetProcessHandleCount Win32 API which results in
@@ -1678,7 +1678,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
1678
1678
- `rabbitmqreceiver`: Enhance the RabbitMQ receiver to collect and report additional node-level metrics: `rabbitmq.node.disk_free`, `rabbitmq.node.disk_free_limit`, `rabbitmq.node.disk_free_alarm`, `rabbitmq.node.disk_free_details.rate`, `rabbitmq.node.mem_used`, `rabbitmq.node.mem_limit`, `rabbitmq.node.mem_alarm`, `rabbitmq.node.mem_used_details.rate`, `rabbitmq.node.fd_used`, `rabbitmq.node.fd_total`, `rabbitmq.node.fd_used_details.rate`, `rabbitmq.node.sockets_used`, `rabbitmq.node.sockets_total`, `rabbitmq.node.sockets_used_details.rate`, `rabbitmq.node.proc_used`, `rabbitmq.node.proc_total`, `rabbitmq.node.proc_used_details.rate`. These provide additional observability into the state and resource usage of RabbitMQ nodes. (#38976)
1679
1679
- `rabbitmqreceiver`: Enhance the RabbitMQ receiver to collect and report additional node-level metrics across multiple categories. These include metrics related to memory, file descriptors, sockets, processes, disk, uptime, scheduling, garbage collection (GC), I/O, message store, connections, clustering, configuration, application info, and context switches. This significantly improves visibility into the performance, state, and resource usage of RabbitMQ nodes. (#38997)
1680
1680
- `resourcedetection`: Adding the os.version resource attribute to system resourcedetection processor (#38087)
1681
-
- `prometheusremotewritereciever`: Separate timeseries with the same labels are now translated into the same OTLP metric. (#37791)
1681
+
- `prometheusremotewritereceiver`: Separate timeseries with the same labels are now translated into the same OTLP metric. (#37791)
1682
1682
timeseries that belongs to the same metric should be added to the same datapoints slice.
1683
1683
- `prometheusremotewritereceiver`: Use Created Timestamps to populate Datapoint's StartTimeUnixNano (#37277)
1684
1684
- `workflow`: Remove path parts from component label suffixes (#38527)
@@ -1835,7 +1835,7 @@ The frequency of recording pipeline lag can be configured with `lag_record_frequ
1835
1835
- `pkg/ottl`: Enhance flatten() editor to resolve attribute key conflicts by adding a number suffix to the conflicting keys. (#35793)
1836
1836
- `geoipprocessor`: Add the `attributes` parameter and consider both `source.address` and `client.address` by default (#37008)
- `prometheusremotewritereciever`: Handle `otel_scope_name` and `otel_scope_version` labels in Prometheus Remote Write receiver properly if not present (#37791)
1838
+
- `prometheusremotewritereceiver`: Handle `otel_scope_name` and `otel_scope_version` labels in Prometheus Remote Write receiver properly if not present (#37791)
1839
1839
if otel_scope_name or otel_scope_name is missing, use collector’s version and description according to the otel spec.
1840
1840
- `exporter/loadbalancing`: Add support for route with composite keys (#35320)
-`name` (optional): The name of the connection, visible in in RabbitMQ management interface
33
+
-`name` (optional): The name of the connection, visible in RabbitMQ management interface
34
34
-`routing`:
35
35
-`routing_key` (default = otlp_spans for traces, otlp_metrics for metrics, otlp_logs for logs): Routing key used to route exported messages to RabbitMQ consumers
36
36
-`exchange`: Name of the exchange used to route messages. If omitted, the [default exchange](https://www.rabbitmq.com/tutorials/amqp-concepts#exchange-default) is used which routes to a queue with the same as the routing key. Only [direct exchanges](https://www.rabbitmq.com/tutorials/amqp-concepts#exchange-direct) are currently supported. Note that this component does not handle queue creation or binding.
0 commit comments