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

Add spider to influxdb-rails webui request tags #17041

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hennevogel
Copy link
Member

So we can measure the traffic identified spiders cause.

So we can measure the traffic identified spiders cause.
@github-actions github-actions bot added the Frontend Things related to the OBS RoR app label Oct 30, 2024
Comment on lines 20 to 22
before_action :check_anonymous
before_action :check_spider
before_action :set_influxdb_data
Copy link
Member

@eduardoj eduardoj Oct 30, 2024

Choose a reason for hiding this comment

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

Suggested change
before_action :check_anonymous
before_action :check_spider
before_action :set_influxdb_data
before_action :check_spider
before_action :set_influxdb_data
before_action :check_anonymous

Otherwise @spider_bot won't be set, and therefore won't be tracked, for pages requiring authentication...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants