File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
pkg/extension/opampextension Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ docs: Updated readme file to reflect the components for opampextension
Original file line number Diff line number Diff line change @@ -91,3 +91,32 @@ it persists each received YAML configuration to a local file in the
91
91
` remote_configuration_directory` are removed before doing so. A configuration
92
92
provider must be used in order to load the stored configuration, for example :
93
93
` --config "glob:/etc/otelcol-sumo/opamp.d/*"` .
94
+
95
+ # # Components
96
+
97
+ This section lists the components that are included in the sumologic opamp extension for OpenTelemetry Collector.
98
+
99
+ | Receivers | Processors | Exporters | Extensions | Connectors |
100
+ | :------- : | :--------: | :-------: | :--------: | :--------: |
101
+ | nop | attributes | awskinesis | awsproxy | |
102
+ | apache | batch | awss3 | filestorage | |
103
+ | filelog | memorylimiter | carbon | healthcheck | |
104
+ | hostmetrics | resourcedetection | debug | opamp | |
105
+ | otlp | resource | file | pprof | |
106
+ | windowseventlog | filter | kafka | sumologic | |
107
+ | nginx | transform | loadbalancing | | |
108
+ | redis | | nop | | |
109
+ | kafka | | otlp | | |
110
+ | kafkametrics | | sumologic | | |
111
+ | dockerstats | | syslog | | |
112
+ | rabbitmq | | | | |
113
+ | windowsperfcounters | | | | |
114
+ | syslog | | | | |
115
+ | mysql | | | | |
116
+ | elasticsearch | | | | |
117
+ | postgresql | | | | |
118
+ | awscloudwatch | | | | |
119
+ | awscontainerinsight | | | | |
120
+ | awsecscontainermetrics | | | | |
121
+ | awsfirehose | | | | |
122
+ | awsxray | | | | |
You can’t perform that action at this time.
0 commit comments