Sha256: 168613a3c1b253ac0490a9ce50b91f0b599ed2f5a155905061dfb764488bf619

Contents?: true

Size: 254 Bytes

Versions: 5

Compression:

Stored size: 254 Bytes

Contents

# bundle exec fluentd -c patched_in_forward.conf -p plugin
<source>
  type forward
  port 24224
  <elapsed>
    hook on_message
  </elapsed>
</source>
<match dummy>
  type flowcounter_simple
  unit second
</match>

<match elapsed>
  type stdout
</match>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-measure_time-0.2.1 benchmark/patched_in_forward.conf
fluent-plugin-measure_time-0.2.0 benchmark/patched_in_forward.conf
fluent-plugin-measure_time-0.1.2 benchmark/patched_in_forward.conf
fluent-plugin-measure_time-0.1.1 benchmark/patched_in_forward.conf
fluent-plugin-measure_time-0.1.0 benchmark/patched_in_forward.conf