Skip to content

Commit 8286357

Browse files
committed
fixing docs
1 parent 25b52dd commit 8286357

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-pika/src/opentelemetry/instrumentation/pika

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-pika/src/opentelemetry/instrumentation/pika/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def consume_hook(span: Span, body: bytes, properties: BasicProperties):
7878
PikaInstrumentor.instrument_channel(channel, publish_hook=publish_hook, consume_hook=consume_hook)
7979
8080
Consumer Instrumentation
81-
-----
81+
------------------------
8282
For consumer instrumentation, pika supports two consuming modes:
8383
8484
* Consumers using the `basic_consume` method which accepts a callback. This is supported for global instrumentation

0 commit comments

Comments
 (0)