Skip to content

Commit

Permalink
Update spec submodule to v1.8.0 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 15, 2021
1 parent 8f0e41e commit 281336b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-modules/opentelemetry-specification
Submodule opentelemetry-specification updated 59 files
+12 −9 .github/workflows/checks.yaml
+4 −0 .gitignore
+98 −0 CHANGELOG.md
+36 −18 Makefile
+14 −0 schemas/1.8.0
+20 −3 semantic_conventions/resource/cloud.yaml
+1 −1 semantic_conventions/resource/container.yaml
+3 −0 semantic_conventions/resource/host.yaml
+10 −1 semantic_conventions/resource/k8s.yaml
+2 −0 semantic_conventions/resource/telemetry.yaml
+8 −30 semantic_conventions/trace/database.yaml
+16 −8 semantic_conventions/trace/faas.yaml
+11 −0 semantic_conventions/trace/http.yaml
+66 −1 semantic_conventions/trace/messaging.yaml
+155 −46 spec-compliance-matrix.md
+1 −1 specification/compatibility/opentracing.md
+11 −10 specification/logs/data-model.md
+11 −0 specification/logs/semantic_conventions/README.md
+40 −0 specification/logs/semantic_conventions/media.md
+28 −26 specification/metrics/api.md
+308 −17 specification/metrics/datamodel.md
+ specification/metrics/img/model-delta-histogram.png
+134 −41 specification/metrics/sdk.md
+10 −3 specification/metrics/sdk_exporters/in-memory.md
+25 −3 specification/metrics/sdk_exporters/otlp.md
+3 −3 specification/metrics/sdk_exporters/prometheus.md
+14 −3 specification/metrics/sdk_exporters/stdout.md
+5 −5 specification/metrics/semantic_conventions/README.md
+2 −0 specification/metrics/semantic_conventions/faas-metrics.md
+7 −7 specification/metrics/semantic_conventions/http-metrics.md
+16 −14 specification/metrics/semantic_conventions/rpc.md
+55 −55 specification/metrics/semantic_conventions/system-metrics.md
+130 −1 specification/metrics/supplementary-guidelines.md
+68 −13 specification/protocol/exporter.md
+4 −0 specification/resource/semantic_conventions/README.md
+12 −5 specification/resource/semantic_conventions/cloud.md
+1 −1 specification/resource/semantic_conventions/container.md
+1 −0 specification/resource/semantic_conventions/host.md
+2 −1 specification/resource/semantic_conventions/k8s.md
+539 −0 specification/schemas/file_format_v1.0.0.md
+ specification/schemas/img/0152-collector.png
+ specification/schemas/img/0152-otel-schema.png
+ specification/schemas/img/0152-query-translate.png
+ specification/schemas/img/0152-source-and-backend.png
+260 −0 specification/schemas/overview.md
+18 −4 specification/sdk-environment-variables.md
+3 −1 specification/trace/api.md
+43 −7 specification/trace/sdk.md
+8 −8 specification/trace/semantic_conventions/README.md
+23 −24 specification/trace/semantic_conventions/database.md
+2 −2 specification/trace/semantic_conventions/exceptions.md
+23 −2 specification/trace/semantic_conventions/faas.md
+29 −12 specification/trace/semantic_conventions/http.md
+1 −0 specification/trace/semantic_conventions/instrumentation/aws-lambda.md
+34 −1 specification/trace/semantic_conventions/messaging.md
+11 −12 specification/trace/semantic_conventions/rpc.md
+1 −2 specification/trace/semantic_conventions/span-general.md
+81 −0 specification/trace/tracestate-handling.md
+1 −0 specification/versioning-and-stability.md

0 comments on commit 281336b

Please sign in to comment.