Skip to content

Commit

Permalink
adding gratewall profile (#2308)
Browse files Browse the repository at this point in the history
Co-authored-by: Amir Blum <[email protected]>
  • Loading branch information
AvihuHenya and blumamir authored Jan 27, 2025
1 parent ef33967 commit 40e11b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions profiles/aggregators/greatwall.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package aggregators

import (
"github.com/odigos-io/odigos/common"
"github.com/odigos-io/odigos/profiles/profile"
)

var GreatwallProfile = profile.Profile{
ProfileName: common.ProfileName("greatwall"),
MinimumTier: common.OnPremOdigosTier,
ShortDescription: "Bundle profile that includes " +
"java-ebpf-instrumentations",
Dependencies: []common.ProfileName{
"java-ebpf-instrumentations",
},
}
1 change: 1 addition & 0 deletions profiles/allprofiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
var AllProfiles = []profile.Profile{

aggregators.KratosProfile,
aggregators.GreatwallProfile,

attributes.CategoryAttributesProfile,
attributes.CodeAttributesProfile,
Expand Down

0 comments on commit 40e11b8

Please sign in to comment.