李国忠

Results 12 issues of 李国忠

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. ![image](https://user-images.githubusercontent.com/9583245/93978545-bb7eaf00-fdae-11ea-9005-4ad68b83733a.png)

area: exporter
release:after-ga

**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...

size/XXL

**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...

kind/bug
component/ingester

**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...

size/XS

**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...

size/L

**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...

size/XS

**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...

stale
size/S

**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...

size/M

fix https://github.com/m3db/m3/issues/2689