istio.io/content/uk/docs/reference/glossary/attribute.md

17 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Атрибут
test: no
---
Атрибути контролюють поведінку сервісів під час виконання в мережі. Атрибути є іменованими та типізованими частками метаданих, які описують вхідний та вихідний трафік і середовище, в якому цей трафік зʼявляється. Атрибут Istio несе конкретну частку інформації, наприклад, код помилки API запиту, затримку API запиту або початкову IP-адресу TCP зʼєднання. Наприклад:
{{< text yaml >}}
request.path: xyz/abc
request.size: 234
request.time: 12:34:56.789 04/17/2017
source.ip: 192.168.0.1
destination.workload.name: example
{{< /text >}}
Атрибути використовуються функціями [політики та телеметрії](https://istio.io/v1.6/docs/reference/config/policy-and-telemetry/) Istio.