Skip to main content
The Project Settings page provides centralized control over all aspects of your Netra project. From here, you can manage team access, API keys, model configurations, and data exports.

General

Configure basic project information and identification:
  • Project Name: Edit your project’s display name
  • Project ID: View and copy your unique project identifier (read-only)
Switching Projects: To switch between different projects within your organization, navigate back to the Analytics Dashboard. At the top of the left navigation panel, click on your current Project Name to reveal a dropdown list of all available projects. Simply select the desired project to switch your view instantly.

Members

Control team access and permissions for this project:
  • View all members with their:
    • Name and email
    • Role within the project
    • Access level
    • Last active status

Member Management

  • Add Members: Click “Add Members” to grant project access
    • Search and select team members
    • Save changes to send notifications

API Keys

API Keys Manage your API keys for programmatic access:
  • View active API keys with:
    • Key name and prefix
    • Creation date
    • Last used timestamp
    • buttons to edit/delete the key

Key Management

Creating a New API Key

1

Open Key Creation

Click “Create Secret Key” in the API Keys section.
2

Name Your Key

Enter a descriptive name to help identify this key’s purpose.
3

Secure Your Key

Copy the generated key immediately and store it securely. The full key won’t be shown again.

Managing Existing Keys

  • Edit: Update key name for better identification
  • Delete: Revoke access for unused keys

Models

Model Management Track and configure language models used in your project:
  • View model usage statistics:
    • Token consumption
    • Cost of usage

Model Configuration

create model

Adding a New Model

1

Initiate Model Creation

Click “Add Model” to start configuring a new model.
2

Basic Information

  • Model Name: Enter a name that will be used in API calls and for tracking price changes.
  • Match Pattern: Define how this model matches incoming data using Postgres regex syntax.
    • Example: Use (?i)^(modelname)$ for exact case-insensitive matching.
3

Configure Pricing

Set up usage-based pricing by adding rate cards for different usage types:
  • Input tokens
  • Output tokens
  • Caching
  • Audio duration
  • Character count

Managing Existing Models

  • Duplicate Configuration: Quickly create similar models by duplicating existing ones. model parameters and pricing can be modified while duplicating.

Contact Points

First imageSecond imageThird image
Configure alert destinations for your project:

Contact Point Setup

1

Start Creation

Click “Create Contact Point” to begin setting up a new notification channel.
2

Select Notification Type

Choose your preferred notification method:
  • Email: For direct email alerts to specified addresses
  • Slack: For team notifications in your Slack workspace
3

Configure Settings

  • For Email: Enter recipient email addresses
  • For Slack: Connect your workspace and select channel
4

Test & Save

  • Send a test notification to verify the setup
  • Save your configuration

Usage

Project Usage Monitor resource consumption and performance metrics:
  • Span Analytics:
    • Total spans generated
    • Usage trends over time
    • Breakdown by instrumentation
    • Performance metrics

Integration

Integrations allow you to connect external services to your project for exporting and storing observability data generated by Netra. Once configured, these integrations can be used as destinations for scheduled exports, enabling long-term storage, external analysis, or compliance workflows outside the Netra platform. Integrations Netra supports major cloud platforms for seamless integration with your existing infrastructure.

Supported Providers

Amazon Web Services (AWS)

Export data to Amazon S3 buckets with IAM-based authentication.

Google Cloud Platform (GCP)

Export data to Google Cloud Storage buckets with service account authentication.

Adding an Integration

1

Start Integration

Navigate to Project SettingsIntegration and click Add Integration.
2

Select Provider Type

Choose your cloud provider:
ProviderDescription
AWSAmazon S3 storage with access key authentication
GCPGoogle Cloud Storage with service account credentials
3

Configure Bucket Details

Enter your storage bucket information:
FieldDescriptionExample
Bucket NameThe name of your cloud storage bucketmy-company-netra-exports
RegionGeographic region where your bucket is locatedus-east-1 (AWS) or us-central1 (GCP)
4

Provide Authentication Credentials

Enter your access credentials based on the selected provider:
Your credentials are secure. All access keys and secrets are encrypted using industry-standard encryption and stored securely. We never expose or log your credentials in plain text.
FieldDescription
Access Key IDYour AWS IAM access key identifier
Secret Access KeyYour AWS IAM secret access key
Minimum Permissions Required:
PermissionResource
s3:ListBucketBucket ARN
s3:PutObjectBucket objects
s3:GetObjectBucket objects
s3:DeleteObjectBucket objects
We recommend creating a dedicated IAM user with only these permissions scoped to the target bucket.
FieldDescription
Service Account KeyJSON key file contents for your GCP service account
Minimum Permissions Required:
RoleResource
roles/storage.objectAdminTarget bucket
Create a service account with only the Storage Object Admin role scoped to the target bucket.
5

Save & Verify

Click Save Integration to store your configuration. Netra will verify the connection by testing bucket access.
Ensure your bucket has the correct permissions before saving. Integration verification will fail if Netra cannot write to the specified bucket.

Integration Listing

The Integration page displays all configured cloud storage connections:
ColumnDescription
Provider TypeThe cloud provider (AWS or GCP)
Bucket NameThe target storage bucket name

Export

Data Export Configure automated data exports to send your observability data to external storage at regular intervals. Exports allow you to maintain long-term archives, integrate with data warehouses, or comply with data retention requirements.

Flexible Scheduling

Export hourly or daily based on your needs.

Multiple Formats

Choose JSON or CSV format for compatibility with your tools.

Historical Data

Optionally export your complete historical data on first run.

Creating an Export

1

Initiate Export

Navigate to Project SettingsExport and click Create Export.
2

Basic Configuration

Configure the fundamental export settings:
FieldDescription
Export NameA descriptive name to identify this export configuration
Destination BucketSelect from your configured integrations
3

Select File Format

Choose the output format for your exported data:
FormatBest For
JSONData pipelines, programmatic processing, preserving nested structures
CSVSpreadsheet analysis, SQL imports, business intelligence tools
4

Configure Export Frequency

Set how often data should be exported:
FrequencyDescription
HourlyExport data every hour
DailyExport data once per day
5

Historical Data Option

Choose whether to include historical data:
OptionDescription
YesInclude all historical data from project creation in the first export
NoOnly export new data from the export creation time onwards
Exporting full history may result in a large initial export depending on your project’s data volume. Subsequent exports will only include incremental data.
6

Set Path Prefix

Configure the folder structure for exported files:
FieldDescriptionExample
Path PrefixDirectory path within your bucket where files will be storednetra/exports/production/
Resulting file path: s3://your-bucket/netra/exports/production/2026-01-29/traces_001.json
7

Review & Create

Review all settings and click Create Export to activate the export schedule.

Export Listing

The Export page displays all configured export jobs with the following information:
ColumnDescription
Export NameThe name you assigned to identify this export
File FormatOutput format (JSON or CSV)
Path PrefixDirectory path within the destination bucket
FrequencyExport schedule (Hourly or Daily)
StatusCurrent state of the export (Active, Paused, etc.)
Created AtWhen the export configuration was created
Last Synced AtTimestamp of the most recent successful export
Last modified on February 3, 2026