File tree Expand file tree Collapse file tree 20 files changed +85
-37
lines changed
Expand file tree Collapse file tree 20 files changed +85
-37
lines changed Original file line number Diff line number Diff line change 1- # icmpcheckreceiver
21<!-- status autogenerated section -->
2+ # ICMP Check Receiver
3+
4+ The ICMP Check Receiver can be used for synthetic checks against network endpoints. This receiver will send ICMP Echo
5+ Requests (pings) to the specified ` targets ` . It provides device availability monitoring and interface statistics with
6+ native OpenTelemetry OTLP metrics generation.
7+
8+
39| Status | |
410| ------------- | -----------|
511| Stability | [ development] : metrics |
1117[ development ] : https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#development
1218<!-- end autogenerated section -->
1319
14- The ICMP Check Receiver can be used for synthetic checks against network endpoints. This receiver will send ICMP Echo Requests (pings)
15- to the specified ` targets ` . It provides device availability monitoring and interface statistics with native OpenTelemetry OTLP metrics generation.
16-
1720## Configuration
1821
1922The following configuration settings are available:
Original file line number Diff line number Diff line change 1+ display_name : ICMP Check Receiver
12type : icmpcheckreceiver
23
4+ description : |
5+ The ICMP Check Receiver can be used for synthetic checks against network endpoints. This receiver will send ICMP Echo
6+ Requests (pings) to the specified `targets`. It provides device availability monitoring and interface statistics with
7+ native OpenTelemetry OTLP metrics generation.
8+
39status :
410 class : receiver
511 stability :
Original file line number Diff line number Diff line change 1+ <!-- status autogenerated section -->
12# Microsoft IIS Receiver
23
3- <!-- status autogenerated section -->
4+ The Microsoft IIS Receiver grabs metrics about an IIS instance using the Windows Performance Counters. Because of
5+ this, it is a Windows only receiver.
6+
7+
48| Status | |
59| ------------- | -----------|
610| Stability | [ beta] : metrics |
1418[ contrib ] : https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
1519<!-- end autogenerated section -->
1620
17- The ` iis ` receiver grabs metrics about an IIS instance using the Windows Performance Counters.
18- Because of this, it is a Windows only receiver.
19-
2021## Configuration
2122
2223The following settings are optional:
Original file line number Diff line number Diff line change 1+ display_name : Microsoft IIS Receiver
12type : iis
23
4+ description : |
5+ The Microsoft IIS Receiver grabs metrics about an IIS instance using the Windows Performance Counters. Because of
6+ this, it is a Windows only receiver.
7+
38tests :
49 goleak :
510 setup : " setupTestMain(m)"
Original file line number Diff line number Diff line change 1+ <!-- status autogenerated section -->
12# InfluxDB Receiver
23
3- <!-- status autogenerated section -->
4+ This receiver accepts metrics data as [ InfluxDB Line Protocol] ( https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/ ) .
5+
6+
47| Status | |
58| ------------- | -----------|
69| Stability | [ beta] : metrics |
1316[ contrib ] : https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
1417<!-- end autogenerated section -->
1518
16- This receiver accepts metrics data as [ InfluxDB Line Protocol] ( https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/ ) .
17-
1819Write endpoints exist at ` /write ` (InfluxDB 1.x compatibility) and ` /api/v2/write ` (InfluxDB 2.x compatibility).
1920Write query parameters ` db ` /` rp ` (InfluxDB 1.x) and ` org ` /` bucket ` (InfluxDB 2.x) are ignored.
2021Write query parameter ` precision ` is optional, defaults to ` ns ` .
Original file line number Diff line number Diff line change 1+ display_name : InfluxDB Receiver
12type : influxdb
23
4+ description : |
5+ This receiver accepts metrics data as [InfluxDB Line Protocol](https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/).
6+
37status :
48 class : receiver
59 stability :
Original file line number Diff line number Diff line change 1+ <!-- status autogenerated section -->
12# Jaeger Receiver
23
3- <!-- status autogenerated section -->
4+ The Jaeger Receiver receives trace data in the [ Jaeger] ( https://www.jaegertracing.io/ ) format.
5+
6+
47| Status | |
58| ------------- | -----------|
69| Stability | [ beta] : traces |
1518[ k8s ] : https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-k8s
1619<!-- end autogenerated section -->
1720
18- Receives trace data in [ Jaeger] ( https://www.jaegertracing.io/ ) format.
19-
2021## Getting Started
2122
2223By default, the Jaeger receiver will not serve any protocol. A protocol must be
Original file line number Diff line number Diff line change 1+ display_name : Jaeger Receiver
12type : jaeger
23
4+ description : |
5+ The Jaeger Receiver receives trace data in the [Jaeger](https://www.jaegertracing.io/) format.
6+
37status :
48 class : receiver
59 stability :
Original file line number Diff line number Diff line change 1- # JMX Receiver
2-
31<!-- status autogenerated section -->
2+ # JMX Receiver
43| Status | |
54| ------------- | -----------|
65| Stability | [ deprecated] : metrics |
Original file line number Diff line number Diff line change 1+ display_name : JMX Receiver
12type : jmx
23
34status :
You can’t perform that action at this time.
0 commit comments