Skip to content

Commit

Permalink
Support for Splunk distro
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Jul 9, 2024
1 parent 70b4e54 commit 5f42278
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/otelbin-validation-image/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ exports.handler = async (event: APIGatewayEvent): Promise<APIGatewayProxyResult>
const otelcolRealPath = await realpath("/usr/bin/otelcol");

switch (distroName) {
case "splunk":
await exports.validateAdot(otelcolRealPath, configPath, env);
break;
case "adot":
await exports.validateAdot(otelcolRealPath, configPath, env);
break;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,36 @@
}
],
"ignoredReleases": "<v0.36.0"
},
"splunk": {
"name": "Splunk OpenTelemetry Collector",
"provider": "Splunk Inc.",
"description": "Splunk OpenTelemetry Collector",
"icon": "splunk",
"website": "https://aws.amazon.com/otel",
"repository": "signalfx/splunk-otel-collector",
"releases": [
{
"version": "v0.103.0",
"artifact": "https://github.com/signalfx/splunk-otel-collector/releases/download/v0.103.0/splunk-otel-collector-0.103.0-1.x86_64.rpm",
"released_at": "2024-06-25T18:35:12.000Z"
},
{
"version": "v0.102.0",
"artifact": "https://github.com/signalfx/splunk-otel-collector/releases/download/v0.102.0/splunk-otel-collector-0.102.0-1.x86_64.rpm",
"released_at": "2024-06-05T18:35:12.000Z"
},
{
"version": "v0.101.0",
"artifact": "https://github.com/signalfx/splunk-otel-collector/releases/download/v0.101.0/splunk-otel-collector-0.101.0-1.x86_64.rpm",
"released_at": "2024-05-29T18:35:12.000Z"
},
{
"version": "v0.100.0",
"artifact": "https://github.com/signalfx/splunk-otel-collector/releases/download/v0.100.0/splunk-otel-collector-0.100.0-1.x86_64.rpm",
"released_at": "2024-05-09T18:35:12.000Z"
}
],
"ignoredReleases": "<v0.100.0"
}
}
14 changes: 14 additions & 0 deletions packages/otelbin/src/components/assets/svg/distro-icons/splunk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f42278

Please sign in to comment.