All
Articles
Conferences
Presentations
Dates
Clear
Within 1 day
Within 1 week
Within 1 month
Within 1 year
Within 3 years
Author
Has Video
2
Conferences
Apply
KubeCon + CloudNativeCon Europe 2022
1
KubeCon + CloudNativeCon Europe 2023
1
Tags
Apply
load
2
Prometheus
1
Response
1
database
1
heatmaps
1
high-resolution
1
histograms
1
latency
1
traffic
1
Sort by:
Most recent
Introduction to Vitess and Real World Usage
Conference:
KubeCon + CloudNativeCon Europe 2023
Authors:
Florent Poinsard
,
Arthur Schreiber
2023-04-21
tldr - powered by Generative AI
GitHub uses MySQL and v-test for their database management and scaling strategy
GitHub has a standard MySQL setup with 80 clusters and 2000 instances
They have a read-heavy load with 330 terabytes of data across primaries and replicas
Their scaling strategy includes setting up separate clusters for new features, breaking up existing clusters, and adding more replicas
They ran into problems with scaling approaches and schema migration times
They implemented v-test as a solution, which is a sharding model that fits their data model well
v-test allows for seamless schema changes, automatic failure detection and repair, and query consolidation
GitHub has successfully migrated 20 key spaces to v-test, reducing the number of hosts needed and improving read and write rates
Tags:
database
traffic
load
latency
Response
Show 0 Comments
Prometheus Sparse High-Resolution Histograms in Action
Conference:
KubeCon + CloudNativeCon Europe 2022
Authors:
Ganesh Vernekar
2022-05-19
tldr - powered by Generative AI
The presentation discusses the implementation of sparse histograms in Prometheus and Grafana for efficient monitoring of metrics.
Sparse histograms are a new type of histogram that allows for efficient monitoring of metrics with high resolution and low memory usage.
The implementation of sparse histograms in Prometheus and Grafana allows for efficient scraping and visualization of metrics.
The use of sparse histograms can be applied to various types of metrics, including latency and memory usage.
The implementation of sparse histograms is open source and available for use in the client golang library and Prometheus server.
Tags:
Prometheus
histograms
high-resolution
heatmaps
load
Show 0 Comments
1