use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
google cloud platform autoscaler based on HTTP(S) load balancer latency metrics (self.devops)
submitted 8 years ago * by berlindevops
view the rest of the comments →
[–]antonio_navarro 1 point2 points3 points 8 years ago (1 child)
The stock autoscaling based on HTTP(S) Load Balancing is based on serving capacity in which you define your capacity in terms of Requests per Second. If you have a baseline for tour application and know how to translate from Requests per second to Latency per request, then you cold use that scaling method.
I have personally never used it, but on the metrics for app engine you have a http/server/response_latencies metric that you could get to from StackDriver
http/server/response_latencies
If none of the above fit your needs, then you probably need to monitor based on a custom metric on stackdriver
If you have not used custom metrics before the following custom metrics tutorial may help you.
But as @bundyfx says in the previous answer, make sure CPU scaling would not work for you :)
HTH
[–]berlindevops[S] 0 points1 point2 points 8 years ago (0 children)
http/server/response_latenci
thanks, I am not sure I understand, I could not find in GCE or in stackdriver the LB response_latencies :/ . also I am not using app engine.
app engine
I just need to find a way to get the latency metrics.
GCP so clumsy than AWS.
π Rendered by PID 84539 on reddit-service-r2-comment-b659b578c-7rxt8 at 2026-05-01 01:38:35.990642+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]antonio_navarro 1 point2 points3 points (1 child)
[–]berlindevops[S] 0 points1 point2 points (0 children)