initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 57s

Change-Id: If828a59747288b93a9fbe8728157ffd1e73639b6
This commit is contained in:
Scaffolder
2026-07-27 10:07:51 +00:00
commit f4c62f1527
209 changed files with 105803 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
apiVersion: 1
datasources:
- name: Prometheus
uid: webstore-metrics
type: prometheus
url: http://prometheus:9090
editable: true
isDefault: true
jsonData:
# Align Prometheus data source time interval with the OTel SDKs' export interval (see OTEL_METRIC_EXPORT_INTERVAL)
timeInterval: "60s"
exemplarTraceIdDestinations:
- datasourceUid: webstore-traces
name: trace_id
- url: http://localhost:8080/jaeger/ui/trace/$${__value.raw}
name: trace_id
urlDisplayLabel: View in Jaeger UI