Skip to content

Commit

Permalink
Update metrics-1.0.0.mapping (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
  • Loading branch information
YANG-DB committed Jun 24, 2024
1 parent 672eedc commit 3d24444
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions schema/observability/metrics/metrics-1.0.0.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"type": "keyword"
},
"name": {
"type": "keyword"
"type": "keyword",
"ignore_above": 256
},
"attributes": {
"type": "object",
Expand Down Expand Up @@ -213,6 +214,10 @@
"ignore_above": 256,
"type": "keyword"
},
"serviceName": {
"ignore_above": 256,
"type": "keyword"
},
"spanId": {
"ignore_above": 256,
"type": "keyword"
Expand All @@ -222,22 +227,12 @@
"instrumentationScope": {
"properties": {
"name": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 128
}
}
"type": "keyword",
"ignore_above": 256
},
"version": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
"type": "keyword",
"ignore_above": 256
},
"droppedAttributesCount": {
"type": "integer"
Expand All @@ -264,6 +259,9 @@
}
}
},
"aliases" : {
"otel-metrics-" : {}
},
"settings": {
"index": {
"mapping": {
Expand Down Expand Up @@ -294,4 +292,4 @@
}
]
}
}
}

0 comments on commit 3d24444

Please sign in to comment.