Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshakp06 committed Jan 25, 2024
1 parent 8a73cfd commit b4496a8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Here I changed failBuildOnCVSS to 11 - to pass build - but the cvss score is bas


## Istio Instalation

![Alt text](/img/istio_archi.png)

```
curl -L https://istio.io/downloadIstio | sh -
cd istio-1.**
Expand All @@ -80,6 +83,23 @@ Addons will install Grafana, Prometheus, Jaeger, Kiali

Setting Context https://humalect.com/blog/kubectl-config-set-context

## Promotheus
![Alt text](img/prometheus_archi.png)


## Usage Guidance

When to use metric or log data to track a particular piece of telemetry can be summarized with the following points:
### Metrics
> Use metrics to track the occurrence of an event, counting of items, the time taken to perform an action or to report the current value of a resource (CPU, memory, etc.)
### Logging
> Use logs to track detailed information about an event also monitored by a metric, particularly errors, warnings or other exceptional situations.
### Traces
> A trace provides visibility into how a request is processed across multiple services in a microservices environment. Every trace needs to have a unique identifier associated with it.


## Fork and Clone this Repo

Expand Down
Binary file added img/istio_archi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/oberervability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/prometheus_archi.png
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 b4496a8

Please sign in to comment.