Sha256: e4e0d79d2e12b6bdcf380f4bb6b7fc008283ac4269586fcf9bbdd15b55e637e2

Contents?: true

Size: 506 Bytes

Versions: 2

Compression:

Stored size: 506 Bytes

Contents

<label @measure_time>
  <match>
    @type measure_time
    # This makes available the `measure_time` directive for all plugins
  </match>
</label>

<source>
  @type dummy
  tag raw.dummy
  dummy {"message":"foo"}
</source>

# measure_time plugin output comes here
<match measure_time>
  @type stdout
</match>

# Whatever you want to do
<match greped.**>
  @type stdout
</match>

<match **>
  @type grep
  add_tag_prefix greped
  <measure_time>
    tag measure_time
    hook emit
  </measure_time>
</match>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-measure_time-0.2.1 example/v0.12.conf
fluent-plugin-measure_time-0.2.0 example/v0.12.conf