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

Initial attempt to add UI metrics to influx #1176

Merged
merged 15 commits into from
Sep 27, 2018

Conversation

newswangerd
Copy link
Member

@newswangerd newswangerd commented Sep 26, 2018

This PR is the grand unification of the following analytics and metrics tracking PRs/issues:

It adds the following:

  • Support for defining and inserting data into influx DB
  • Tracking link and button clicks
  • Analyses of page load times
  • Anonymous tracking sessions
  • Analyses of search page

INFLUX_DB_PORT = os.environ.get('GALAXY_INFLUX_DB_PORT', '8086')
INFLUX_DB_USERNAME = os.environ.get('GALAXY_INFLUX_DB_USERNAME', 'admin')
INFLUX_DB_PASSWORD = os.environ.get('GALAXY_INFLUX_DB_PASSWORD', '')
INFLUX_DB_DATABASE_NAME = os.environ.get(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're using multiple influxdb databases, parameter name should reflect database purpose (e.g. GALAXY_INFLUX_UI_EVENTS_DB`

@newswangerd newswangerd changed the title [WIP] Influx DB Metrics Initial attempt to add UI metrics to influx Sep 27, 2018
@newswangerd newswangerd merged commit deaeb5a into ansible:devel Sep 27, 2018
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

Successfully merging this pull request may close these issues.

2 participants