-
Notifications
You must be signed in to change notification settings - Fork 19
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
Tracing schema typo #200
base: main
Are you sure you want to change the base?
Tracing schema typo #200
Conversation
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
…sue](opensearch-project#199) Signed-off-by: YANGDB <yang.db.dev@gmail.com>
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
} | ||
} | ||
} | ||
"type": "keyword", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the actual difference between mapping for data streams and index patterns? is it only "data_stream": {}
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
"attributes": { | ||
"type": "object", | ||
"data_stream": { | ||
"properties": { | ||
"dataset": { | ||
"ignore_above": 128, | ||
"type": "keyword" | ||
}, | ||
"namespace": { | ||
"ignore_above": 128, | ||
"type": "keyword" | ||
}, | ||
"type": { | ||
"ignore_above": 56, | ||
"type": "keyword" | ||
} | ||
} | ||
} | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this break the OpenSearch OTEL exporter: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/5698c9def9352a1ea5ad9bc307265a4a04de9c1f/exporter/opensearchexporter/encoder.go#L187-L200
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes - I'll add this change under a new minor version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ps48 can you plz review again ?
thanks
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
@Swiddis can you plz review ? |
Description
remove unnecessary
data_stream
mapping support form all signalsconverge
metric
&metrics-datastream
index templatesIssues Resolved
#199
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.