Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECS Fargate/Dogstatsd task_arn tag on with orchestrator cardinality #5324

Merged
merged 9 commits into from
Apr 17, 2020
Prev Previous commit
Next Next commit
Change orchestrator scope entity id
  • Loading branch information
xornivore committed Apr 16, 2020
commit ecf77d639ba7d296469781f95617c15ac11a6aef
2 changes: 1 addition & 1 deletion pkg/tagger/collectors/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// OrchestratorScopeEntityID defines the orchestrator scope entity ID
const OrchestratorScopeEntityID = "c843937b-8912-452c-be85-f50bd04ecc0f"
const OrchestratorScopeEntityID = "orchestrator-scope-entity-id"

var templateVariables = map[string]struct{}{
"label": {},
Expand Down