Skip to content

Commit

Permalink
Update otlp file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscovalentecastro committed Feb 11, 2025
1 parent 1c2d9be commit 1e224a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/self_metrics/self_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const (
agentMetricNamespace string = "agent.googleapis.com"
enabledReceiversMetricName string = "agent/ops_agent/enabled_receivers"
featureTrackingMetricName string = "agent/internal/ops/feature_tracking"
enabledReceiversOTLPJSONFilePath string = "/tmp/featureTrackingOTLP.json"
featureTrackingOTLPJSONFilePath string = "/tmp/featureTrackingOTLP.json"
enabledReceiversOTLPJSONFilePath string = "/var/run/google-cloud-ops-agent-opentelemetry-collector/enabledReceiversOTLP.json"
featureTrackingOTLPJSONFilePath string = "/var/run/google-cloud-ops-agent-opentelemetry-collector/featureTrackingOTLP.json"
)

func getFullAgentMetricName(metricName string) string {
Expand Down

0 comments on commit 1e224a4

Please sign in to comment.