Skip to content

Commit fb5b927

Browse files
author
Alex Boten
authored
config: update schema to latest (#4727)
* config: update schema to latest This update includes: - schema_url for resource - without_type_suffix and without_units for prometheus exporter * update to latest schema --------- Signed-off-by: Alex Boten <[email protected]>
1 parent a001fcc commit fb5b927

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2424
- The semantic conventions used by `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example` are upgraded to v1.20.0. (#4320)
2525
- The semantic conventions used by `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example` are upgraded to v1.20.0. (#4320)
2626
- The semantic conventions used by `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`are upgraded to v1.20.0. (#4320)
27+
- Updated configuration schema to include `schema_url` for resource definition and `without_type_suffix` and `without_units` for the Prometheus exporter. (#4727)
2728

2829
### Fixed
2930

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ add-tags: | $(MULTIMOD)
302302
OPENTELEMETRY_CONFIGURATION_JSONSCHEMA_SRC_DIR=tmp/opentelememetry-configuration
303303

304304
# The SHA matching the current version of the opentelemetry-configuration schema to use
305-
OPENTELEMETRY_CONFIGURATION_JSONSCHEMA_VERSION=v0.1.0
305+
OPENTELEMETRY_CONFIGURATION_JSONSCHEMA_VERSION=f38ac7c3a499ae5f81924ef9c455c27a56130562
306306

307307
# Cleanup temporary directory
308308
genjsonschema-cleanup:

config/generated_config.go

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)