李国忠
李国忠
https://github.com/open-telemetry/opentelemetry-go-contrib/tree/master/exporters/metric/cortex https://github.com/open-telemetry/opentelemetry-go/tree/master/exporters Please add cortex exporter to this project. 
**What this PR does / why we need it**: When logql is LogSelector type, parallel execute the pipeline in in the go routine that fetch the s3 chunk data to...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Started Loki (SHA or version) 2. Started Promtail (SHA...
**Is your feature request related to a problem? Please describe.** https://grafana.com/docs/tempo/latest/configuration/multitenancy/ https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#otlp-exporter-both-span-and-metric-exporters **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
…ail msg to the client caller. **What this PR does / why we need it**: When logql fails to execute, return the failure information to the caller. Solve the problem...
**What this PR does / why we need it**: [optimization] syntax: Replace "panic" in "/pkg/logql/syntax" with "error" do not panic. **Which issue(s) this PR fixes**: Fixes # **Special notes for...
**What this PR does / why we need it**: ``` type noopPipeline struct { mu sync.RWMutex } ``` noopPipeline.struct add lock ``` type noopPipeline struct { cache map[uint64]*noopStreamPipeline mu sync.RWMutex...
**What this PR does / why we need it**: When ingester's ctx times out, don't try to use grpc to return data to the querier again. This PR fixes the...
**What this PR does / why we need it**: [new feature] shuffle sharding: support Ingesters write path. https://aws.amazon.com/cn/blogs/architecture/shuffle-sharding-massive-and-magical-fault-isolation/ https://grafana.com/docs/mimir/v2.3.x/operators-guide/configure/configuring-shuffle-sharding/ **Which issue(s) this PR fixes**: Fixes # **Special notes for your...
fix https://github.com/m3db/m3/issues/2689