Skip to content

Commit

Permalink
Drive By: Remove Unused Configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Sep 21, 2024
1 parent d077eef commit 2471412
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose/monitor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
environment:
- METRICS_STORAGE_TYPE=prometheus
- PROMETHEUS_SERVER_URL=http://prometheus:9090
- PROMETHEUS_QUERY_SUPPORT_SPANMETRICS_CONNECTOR=${PROMETHEUS_QUERY_SUPPORT_SPANMETRICS_CONNECTOR:-true}
- PROMETHEUS_QUERY_DURATION_UNIT=${PROMETHEUS_QUERY_DURATION_UNIT:-}
- PROMETHEUS_QUERY_NORMALIZE_CALLS=true
- PROMETHEUS_QUERY_NORMALIZE_DURATION=true
Expand Down
1 change: 0 additions & 1 deletion plugin/metrics/prometheus/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const (
defaultConnectTimeout = 30 * time.Second
defaultTokenFilePath = ""

defaultSupportSpanmetricsConnector = true
// the default configuration here matches the default namespace in the span metrics connector
defaultMetricNamespace = "traces_span_metrics"
defaultLatencyUnit = "ms"
Expand Down

0 comments on commit 2471412

Please sign in to comment.