From a1c1110c373c7bb54bee4c23d19fec058ee55e9e Mon Sep 17 00:00:00 2001 From: James Sherlock <15193942+Sherlouk@users.noreply.github.com> Date: Mon, 5 Apr 2021 23:21:59 +0100 Subject: [PATCH] [semantic conventions] trivial: Amend Azure FaaS Description (#1595) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix Azure Member Brief Azure currently has an incorrect description associated with it. This fixes it 😄 * Update faas.md Co-authored-by: Sergey Kanzhelev --- semantic_conventions/trace/faas.yaml | 2 +- specification/trace/semantic_conventions/faas.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/semantic_conventions/trace/faas.yaml b/semantic_conventions/trace/faas.yaml index e9f4f1320..7ce6610b0 100644 --- a/semantic_conventions/trace/faas.yaml +++ b/semantic_conventions/trace/faas.yaml @@ -159,7 +159,7 @@ groups: brief: 'Amazon Web Services' - id: Azure value: 'azure' - brief: 'Amazon Web Services' + brief: 'Microsoft Azure' - id: GCP value: 'gcp' brief: 'Google Cloud Platform' diff --git a/specification/trace/semantic_conventions/faas.md b/specification/trace/semantic_conventions/faas.md index 14aa147b9..00b29831a 100644 --- a/specification/trace/semantic_conventions/faas.md +++ b/specification/trace/semantic_conventions/faas.md @@ -117,7 +117,7 @@ which the invoked FaaS instance reports about itself, if it's instrumented. | Value | Description | |---|---| | `aws` | Amazon Web Services | -| `azure` | Amazon Web Services | +| `azure` | Microsoft Azure | | `gcp` | Google Cloud Platform |