Attributes
Attributes can be attached in 3 ways.1. Agent Attributes (Method Below)2. Pod Labels (See Method Here)3. Deployment Labels (See Method Here)
Annotation
log.config.scalyr.com/attributes.key: value
CLI
kubectl annotate pod <pod name> --overwrite log.config.scalyr.com/attributes.key=value
YAML
metadata: annotations: "log.config.scalyr.com/attributes.key": "value"
Comments
0 comments
Please sign in to leave a comment.