Joe Elliott

Results 60 issues of Joe Elliott

This policy: ``` tail_sampling: policies: - type: and and: and_sub_policy: - type: string_attribute string_attribute: key: foo values: - bar - type: string_attribute string_attribute: key: also_foo values: - also_bar ``` Causes...

keepalive
subsystem/traces
help-wanted

The OpenMetrics standard has now been released. Supporting this standard will bring prometheus-net up to current and allow users to make use of exemplars. Please add support for this format...

**Describe the bug** In Azure all components can register DNS errors while trying to work with meta.compacted.json. This issue does not occur in any other environments. Unsure if this is...

**Is your feature request related to a problem? Please describe.** Currently the metrics generator uses now instead of the span time when recording metrics. This is a fine concession to...

good first issue

**What this PR does**: Adds a new CLI command "search one block". That can be executed like: ``` go run ./cmd/tempo-cli search one-block ``` This PR also adds some debugging...

**Is your feature request related to a problem? Please describe.** We have good SLO alerts. These are alerts are great at telling a user when things are breaking, but we'd...

type/docs

In different scenarios partial blocks can be stranded with neither a `meta.json` nor a `meta.compacted.json`. The compactor should also act as a janitor and delete these blocks from the backend.

type/docs

**Is your feature request related to a problem? Please describe.** We need to document a configuration snafu required in AWS Fargate. Per this conversation the interface `eth1` needs to be...

type/docs

Currently we try to print warnings for the user if their config seems like it might be incorrect: https://github.com/grafana/tempo/blob/701739d14082396c4a304a4c0c818aa320478523/cmd/tempo/app/config.go#L119 Instead of directly logging, let's adjust this function to return a...

good first issue

**Is your feature request related to a problem? Please describe.** Distributed tracing often creates a very large amount of data. Storing this with RF3 incurs a lot of cost in...