-
Notifications
You must be signed in to change notification settings - Fork 62
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
No Unique Label #15
Comments
The unique labels are a feature of Grafana, comparing the unique labels of your query results. To set labels with python-logging-loki use the |
@MartijnVanAndel I'm confused about the use of tags and labels here. If you set tags, are these treated as loki Labels? and if so, isn't storing hostname as a label a label antipattern? |
It's been quite some time I've been working with this. So don't know if some properties have changed over time. But at the time of writing in 2021 the following was the case:
So I wouldn't say best practice, but it solved label name requirements without programming. |
I am pushing logs to loki and it is working nice.
But when I show the log in Grafana, it is saying "no unique labels"
Could you guide me how I can set the unique label?
The text was updated successfully, but these errors were encountered: