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
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,17 @@ Graphite stores tag information in a separate tag database (TagDB). Please check
187
187
## Collectd
188
188
Use `COLLECTD=1` environment variable to enable local collectd instance
189
189
190
+
## AMQP
191
+
* CARBON_ENABLE_AMQP: (false) if set to 1 or true will enable AMQP ingestion in Carbon.
192
+
* CARBON_AMQP_VERBOSE: (false) if set to 1 or true will enable verbose AMQP output
193
+
* CARBON_AMQP_HOST: (localhost)
194
+
* CARBON_AMQP_PORT: (5672)
195
+
* CARBON_AMQP_VHOST: (/)
196
+
* CARBON_AMQP_USER: : (guest)
197
+
* CARBON_AMQP_PASSWORD: (guest)
198
+
* CARBON_AMQP_EXCHANGE: (graphite)
199
+
* CARBON_AMQP_METRIC_NAME_IN_BODY: (false)
200
+
190
201
## Carbon-cache
191
202
If custom environment `GRAPHITE_CARBONLINK_HOSTS` variable is setup `carbon-cache` instances as daemons/services are [managed](./conf/etc/run_once/carbon-cache) based on the that, otherwise default instance (`127.0.0.1:7002`) is used.
0 commit comments