Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…inxlog-exporter into anthraxn8b-patch-1
  • Loading branch information
martin-helmich committed Apr 26, 2020
2 parents 70aa063 + 8d2119a commit c0e0aa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Experimental features

The exporter contains features that are currently experimental and may change without prior notice.
To use these features, either set the `-enable-experimental` flag or add a `enable_experimental` option
to your configuration file.
to your configuration file (on document root like `enable_experimental: true`).

### Dynamic re-labeling

Expand All @@ -233,6 +233,7 @@ discussion around the reasoning.

Dynamic relabeling also allows you to aggregate your metrics by request path (which replaces
the experimental feature originally introduced in #23):
(`split` the content of the `request` variable at every space and return the second element (index 1) of the resulting list which is the base for the regex)

[source,hcl]
----
Expand Down

0 comments on commit c0e0aa7

Please sign in to comment.