Replies: 1 comment
-
The user agent in your gallery-dls config plays a crucial role in web scraping, influencing how servers respond to your requests. Using an older user agent might impact the accuracy of your archive, potentially missing content that relies on recent browser features. It could be insightful to explore how Crawlbase manages user agents in its configurations for web scraping, as it might provide guidance on optimizing user agent settings to ensure comprehensive and up-to-date content retrieval. Good luck with your archiving efforts! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to monitor my azure service bus queues and create an alarm on alertmanager based on the percent of the queue being used.
I have my metrics splitted by entity_name but each queue has different size, so I need the metric obtained from azure monitor and a someway to have the queue size. I first thought about labels but are at a metric level and I should need it at resource level. Here is how I am configuring my scrapping configured with a jinja2 template:
and the info I need for templating is in here:
I wish I could do something like that:
Beta Was this translation helpful? Give feedback.
All reactions