Skip to content

Commit

Permalink
[APM] Adding lambda icon (elastic#111834)
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist authored and kibanamachine committed Sep 10, 2021
1 parent b2bb127 commit 56685da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import goIcon from './icons/go.svg';
import iosIcon from './icons/ios.svg';
import darkIosIcon from './icons/ios_dark.svg';
import javaIcon from './icons/java.svg';
import lambdaIcon from './icons/lambda.svg';
import nodeJsIcon from './icons/nodejs.svg';
import ocamlIcon from './icons/ocaml.svg';
import openTelemetryIcon from './icons/opentelemetry.svg';
Expand All @@ -37,6 +38,7 @@ const agentIcons: { [key: string]: string } = {
go: goIcon,
ios: iosIcon,
java: javaIcon,
lambda: lambdaIcon,
nodejs: nodeJsIcon,
ocaml: ocamlIcon,
opentelemetry: openTelemetryIcon,
Expand Down
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 56685da

Please sign in to comment.