File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ meter_provider:
142
142
# Configure resource attributes to be excluded, in this example attribute service.attr1.
143
143
excluded :
144
144
- " service.attr1"
145
+ default_histogram_aggregation : " base2_exponential_bucket_histogram"
145
146
# Configure metric producers.
146
147
producers :
147
148
# Configure metric producer to be opencensus
@@ -442,21 +443,21 @@ instrumentation:
442
443
# Instrumenation may merge general config options with the language specific configuration at .instrumentation.<language>.
443
444
general :
444
445
# Configure instrumentations following the peer semantic conventions.
445
- #
446
+ #
446
447
# See peer semantic conventions: https://opentelemetry.io/docs/specs/semconv/attributes-registry/peer/
447
448
peer :
448
449
# Configure the service mapping for instrumentations following peer.service semantic conventions.
449
450
#
450
451
# Each entry is a key value pair where "peer" defines the IP address and "service" defines the corresponding logical name of the service.
451
- #
452
+ #
452
453
# See peer.service semantic conventions: https://opentelemetry.io/docs/specs/semconv/general/attributes/#general-remote-service-attributes
453
454
service_mapping :
454
455
- peer : 1.2.3.4
455
456
service : FooService
456
457
- peer : 2.3.4.5
457
458
service : BarService
458
459
# Configure instrumentations following the http semantic conventions.
459
- #
460
+ #
460
461
# See http semantic conventions: https://opentelemetry.io/docs/specs/semconv/http/
461
462
http :
462
463
# Configure instrumentations following the http client semantic conventions.
Original file line number Diff line number Diff line change 113
113
},
114
114
"with_resource_constant_labels" : {
115
115
"$ref" : " common.json#/$defs/IncludeExclude"
116
+ },
117
+ "default_histogram_aggregation" : {
118
+ "type" : " string" ,
119
+ "enum" : [
120
+ " explicit_bucket_histogram" ,
121
+ " base2_exponential_bucket_histogram"
122
+ ]
116
123
}
117
124
}
118
125
},
You can’t perform that action at this time.
0 commit comments