-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
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
Prometheus TSDB enablement #5800
Comments
relevant documentation during the TSDB research phase: some limitation on dimensions fields - https://github.com/elastic/elasticsearch-adrs/blob/master/analytics/tsdb/tsdb-design.md#constraints-on-dimension-fields TSDB Dimensions proposal for ecs field - elastic/ecs#2172 |
Common
For example, one of documents that I found has 10 label - together with ecs fields it is already 17 fields - that exceeds the default limit it is still possible to rewrite the default limit, but since the number of labels is dynamic I think it is better to use fingerprint processor
|
Dimensions✅ Collector datastream - all works after merging fix PR ✅
Query
Remote_write
|
@tetianakravchenko are you considering to support |
@tetianakravchenko, Can metric_type be now added since elastic/kibana#155004 is fixed? |
@tetianakravchenko, Can we update this issue/description, where we are wrt. prometheus TSDB migration and testing status? |
@lalit-satapathy I've updated description. going to run local tests for collector/query today |
Test Environment Setup
Datastream : Collector
Verification and validation
Datastream : Query
Verification and validation
Datastream : Remote Write
related issue - #7533
Verification and validation
The text was updated successfully, but these errors were encountered: