Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit cba4a8e

Browse files
committed
feat: initial release
AWS Serverless Prometheus Push Gateway enables you to push metrics into Prometheus from any source without modifying your application or running an always-on service for Prometheus to scrape. It includes an AWS CDK construct library that deploys an AWS Lambda function using the Amazon Distribution for OpenTelemetry ( ADOT) extension layer and connects it with an Amazon SQS queue and an Amazon Managed Service for Prometheus (AMP) workspace.
1 parent 9b0e9f9 commit cba4a8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+14316
-9
lines changed

.eslintrc.json

+142
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitattributes

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

+52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitlab-ci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# You can override the included template(s) by including variable overrides
2+
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
3+
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
4+
# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings
5+
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
6+
# Note that environment variables can be set in several places
7+
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
8+
stages:
9+
- test
10+
sast:
11+
stage: test
12+
include:
13+
- template: Security/SAST.gitlab-ci.yml

.npmignore

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.nxignore

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.prettierignore

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.prettierrc.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

+130
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)