diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/geoip/README.md | 2 | ||||
-rw-r--r-- | plugin/trace/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/geoip/README.md b/plugin/geoip/README.md index b666518f7..583cee9c8 100644 --- a/plugin/geoip/README.md +++ b/plugin/geoip/README.md @@ -25,7 +25,7 @@ if getLongitude := metadata.ValueFunc(ctx, "geoip/longitude"); getLongitude != n ``` ## Databases -The supported databases use city schema such as `City` and `Enterprise`. Other databases types with different schemas are not supported yet. +The supported databases use city schema such as `City` and `Enterprise`. Other databases types with different schemas are not supported yet. You can download a [free and public City database](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data). diff --git a/plugin/trace/README.md b/plugin/trace/README.md index d0b955409..0a0d0e848 100644 --- a/plugin/trace/README.md +++ b/plugin/trace/README.md @@ -98,7 +98,7 @@ trace tracinghost:9411 { The trace plugin will publish the following metadata, if the *metadata* plugin is also enabled: -* `trace/traceid`: identifier of (zipkin/datadog) trace of processed request +* `trace/traceid`: identifier of (zipkin/datadog) trace of processed request ## See Also |