Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced usage statistics #31

Open
adibaba opened this issue Mar 15, 2022 · 2 comments
Open

Advanced usage statistics #31

adibaba opened this issue Mar 15, 2022 · 2 comments

Comments

@adibaba
Copy link
Member

adibaba commented Mar 15, 2022

Interesting would be ranges of IPs to check e.g. usage of other universities

@adibaba
Copy link
Member Author

adibaba commented Mar 15, 2022

See #7 (comment)

@adibaba
Copy link
Member Author

adibaba commented Apr 11, 2022

Current state:

We're logging the following data:

  "date": {
      "type": "date",
      "format": "epoch_second"
  },
  "ip": {
      "type": "keyword"
  },
  'path': {
      'type': 'keyword'
  },
  'parameters': {
      'type': 'flattened'
  }

see https://github.com/dice-group/embeddings.cc/blob/master/scripts/create-iphash-logger.py#L52

For the IPs, the last IP part is removed. The other IP-parts are hashed, see https://github.com/dice-group/embeddings.cc/blob/master/webservice_public/__init__.py#L252

Questions:

  • Which logging parts do we want to check online?
  • Which logging parts do we want to state in the paper?

@adibaba adibaba removed the important label Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant