forked from open-telemetry/semantic-conventions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweaver.yaml
38 lines (38 loc) · 825 Bytes
/
weaver.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
templates:
- pattern: readme.md.j2
filter: '.groups | map(select(.type == "attribute_group")) | map(select(.id | startswith("registry"))) | group_by(.id | split(".") | .[1]) | map({id: .[0].id | split(".") | .[1], groups: .})'
application_mode: single
- pattern: attribute_namespace.md.j2
filter: '.groups | map(select(.type == "attribute_group")) | map(select(.id | startswith("registry"))) | group_by(.id | split(".") | .[1]) | map({id: .[0].id | split(".") | .[1], groups: .})'
application_mode: each
acronyms:
- AI
- AWS
- CICD
- CloudEvents
- CloudFoundry
- CLR
- CPU
- CSI
- DynamoDB
- ECS
- EKS
- GCE
- GCP
- GraphQL
- HTTP
- iOS
- JVM
- NodeJS
- OCI
- OpenTracing
- OS
- OTel
- RabbitMQ
- RocketMQ
- RPC
- S3
- SignalR
- TLS
- URL
- VCS