We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
背景 在不索引高基数标签的情况下,在查询时可以使用高基数标签
示例 POST /loki/api/v1/push
{ "streams": [ { "stream": { "label": "value" }, "values": [ [ "<unix epoch in nanoseconds>", "<log line>", {"trace_id": "0242ac120002", "user_id": "superUser123"}] ] } ] }
参考 https://grafana.com/docs/loki/latest/get-started/labels/structured-metadata/ https://grafana.com/docs/loki/latest/reference/loki-http-api/#ingest-logs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景
在不索引高基数标签的情况下,在查询时可以使用高基数标签
示例
POST /loki/api/v1/push
参考
https://grafana.com/docs/loki/latest/get-started/labels/structured-metadata/
https://grafana.com/docs/loki/latest/reference/loki-http-api/#ingest-logs
The text was updated successfully, but these errors were encountered: