Skip to content

Commit

Permalink
change metric type
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena committed Nov 6, 2019
1 parent 30b4daf commit 85873c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func RegisterStackdriverExporter(projectID string, defaultLabels string) (*stack
// MetricPrefix helps uniquely identify your metrics.
MetricPrefix: "agones",
Resource: &monitoredres.MonitoredResource{
Type: "container",
Type: "k8s_container",
Labels: map[string]string{
"project_id": projectID,
"instance_id": instanceID,
Expand Down

0 comments on commit 85873c1

Please sign in to comment.