Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
I'm researching services to handle logs from my kubernetes pods. Loki documentation warns about high cardinality performance issues. I could not find any information if kubernetes standard pod labels (such as pod_name, image and so on) are not too cardinal for storing in Loki index.
Anything I could found is answer by Loki team on Grafana forum: Is labels like instance or k8s pod_name have too high cardinality for Loki
Describe the solution you'd like
I believe there should be a chapter about kubernetes labels in Loki documentation so that newcomers won't need to google this cruical information.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Could there be another solutions? :)
Additional context
Add any other context or screenshots about the feature request here.
Activity