Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
boristane committed Sep 14, 2023
1 parent c25ccbc commit a69d82a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 35 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Baselime has a native integration with container platforms on AWS:
- Amazon AppRunner

These integration enable logs, metrics and traces generated without OpenTelemetry to be automatically ingested into Baselime.

---

## Does Baselime support multi-accounts and multi-regions?
Expand Down Expand Up @@ -132,7 +133,9 @@ Baselime relies on a few AWS resources in your AWS account, most notably:
- Amazon CloudTrail: to enable CloudTrail events, and also register new subscription filters as soon as new serverless functions or services are created
- Amazon Kinesis Data Firehose: To store telemetry data in cold storage in your AWS account

These services may add a minimal cost on your AWS monthly bill. Please refer to the [AWS princing calculator](https://calculator.aws/) for estimates based on your usage.
These services may add a minimal cost on your AWS monthly bill. Please refer to the [AWS princing calculator](https://calculator.aws/) for estimates based on your usage.

---

## Does Baselime have an impact on my Vercel bill?

Expand Down
28 changes: 3 additions & 25 deletions quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,14 @@ You can sign up for a free Baselime account [here](https://console.baselime.io).

You can add an environment by connecting your cloud account, or by creating an environment manually to send data manually to Baselime.

+++ Connect your AWS Account
![Add an Environment](./assets/images/illustrations/quickstart/connect.png)

Generate the connector CloudFormation template from the [Baselime console](https://console.baselime.io) and deploy it to your AWS account.

Once the stack is deployed, telemetry data from your AWS account will be automatically ingested in Baselime. You will receive an email once the connection is complete.

Next, navigate invide the newly created environment and to the API Keys sections, and retrieve your Baselime API key.

![Your Baselime API Key](./assets/images/illustrations/quickstart/api-key.png)

!!!warning
If you do not see any data in the [Baselime console](https://console.baselime.io) within minutes of deploying the CloudFormation stack, something went wrong. Please [contact us](https://join.slack.com/t/baselimecommunity/shared_invite/zt-1eu7l0ag1-wxYXQV6Fr_aiB3ZPm3LhDQ).
!!!

+++ Send data manually

Once you're logged in, add a new environment manually from the [Baselime console](https://console.baselime.io).

Next, navigate invide the newly created environment and to the API Keys sections, and retrieve your Baselime API key.

![Your Baselime API Key](./assets/images/illustrations/quickstart/api-key.png)


+++

---

## Step 3: Send a log event
## Step 3: Send a log event (optional)

Once you've added your first environment, execute this `cURL` command to send your log event to Baselime.
If you created anenvironment manually, execute this `cURL` command to send your first log event to Baselime.

Replace your `BASELIME_API_KEY` with the API key your got from step 2.

Expand Down
10 changes: 1 addition & 9 deletions what-is-baselime.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ order: 2

![Baselime Console](./assets/images/illustrations/diagrams.png)

Baselime makes it easy to observe your cloud services, containers orchestrators (AWS ECS), and serverless functions. Monitor everything, from latencies to business domain metrics derived from your logs and distributed traces.


---

## Our mission

Our mission is to simplify the complexity of distributed cloud-native systems. We make observability easy for you such that you can focus on what truly matters: building better products.

---

Expand Down Expand Up @@ -50,7 +42,7 @@ Moreover, Baselime gives your control over the residency of your data. Either us

## Why Baselime?

### Reduce downtime
### Find and solve issues faster
Troubleshoot infrastructure and application issues with high cardinality data and a fast query enginer.

### Search anything, anywhere. It's all indexed
Expand Down

0 comments on commit a69d82a

Please sign in to comment.