Skip to content

Commit ce35f2f

Browse files
rogercollzeck-ops
authored andcommitted
chore: add geolocation databases license caption (open-telemetry#37141)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description The use and/or administration of geolocation databases might involve compiling with vendors licensing, this PR adds some words into the `geoIP` processor as a reminder. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
1 parent f8bde28 commit ce35f2f

File tree

1 file changed

+2
-0
lines changed
  • processor/geoipprocessor/internal/provider/maxmindprovider

1 file changed

+2
-0
lines changed

processor/geoipprocessor/internal/provider/maxmindprovider/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# MaxMind GeoIP Provider
22

3+
> Use of MaxMind and other geolocation databases are subject to applicable licenses and terms governing the databases. Consult the database provider for the latest applicable terms.
4+
35
This package provides a MaxMind GeoIP provider for use with the OpenTelemetry GeoIP processor. It leverages the [geoip2-golang package](https://github.com/oschwald/geoip2-golang) to query geographical information associated with IP addresses from MaxMind databases. See recommended clients: https://dev.maxmind.com/geoip/docs/databases#api-clients
46

57
# Features

0 commit comments

Comments
 (0)