Skip to content
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

update add serviceName keyword default field to exemplar fields #148

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

YANG-DB
Copy link
Member

@YANG-DB YANG-DB commented Jun 19, 2024

Changes

update data-prepper's metrics index template with serviceName field under exemplar section:

      "exemplar": {
          "properties": {
            "time": {
              "type": "date"
            },
            "traceId": {
              "ignore_above": 256,
              "type": "keyword"
            },
            "serviceName": {
              "ignore_above": 256,
              "type": "keyword"
            },
            "spanId": {
              "ignore_above": 256,
              "type": "keyword"
            }
          }
        } 

related issues

#147

additional context

exemplar proto

Signed-off-by: YANGDB <yang.db.dev@gmail.com>
@YANG-DB YANG-DB self-assigned this Jun 19, 2024
@YANG-DB YANG-DB added the bug Something isn't working label Jun 19, 2024
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
@YANG-DB YANG-DB merged commit dae8942 into opensearch-project:main Jun 20, 2024
23 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants