promscale icon indicating copy to clipboard operation
promscale copied to clipboard

[DEPRECATED] Promscale is a unified metric and trace observability backend for Prometheus, Jaeger and OpenTelemetry built on PostgreSQL and TimescaleDB.

Results 200 promscale issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://togithub.com/actions/setup-go) | action | minor | `v3.2.1` -> `v3.3.0` | |...

dependencies
github_actions

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | jaegertracing/all-in-one | minor | `1.39.0` -> `1.55.0` | | jaegertracing/example-hotrod | minor |...

dependencies

Tag filtering for traces in jaeger queries need improvement - indexes are often not used - searches should cover all possible textual representations #1467 - tag queries for non-existent tags...

The following are my rough notes on things that we can do to improve the user experience of reaching 200k metric samples/s: - max_wal_size - We can provide an actual...

Signed-off-by: Arunprasad Rajkumar ## Description *Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug...

Refactor

Batching will help to achieve better ingest performance, especially if traces are sent one by one. A batch is produced when one of two conditions is met: batch size or...

epic/jaeger-grpc-write

In prom-migrator add support for headers to writer URL, helps in configuring tenant and auth-related details through headers. ``` ./prom-migrator_0.0.3_Linux_x86_64 -start=1641486391 -reader-url=http://x.x.x.x:portnumber/prom/api/v1/read -writer-url=http://y.y.y.y:portnumber/write -progress-enabled=false **--headers="TENANT="** ```

Improvement
prom-migrator

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.18.4-alpine` -> `1.19.1-alpine` | ---...

dependencies